When i tried to used my public ip 203.124.21.60 as nameserver for my domain csmanipur.co.in i get the following error message "Name Server does not Resolve"


My configuration is given below:


my /etc/name.conf


options {
        listen-on port 53 { 127.0.0.1;203.124.12.60;any; };
        directory       "/var/named";
        dump-file       "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        memstatistics-file "/var/named/data/named_mem_stats.txt";
        allow-query     { localhost; any;};
        recursion yes;
};

logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};

zone "21.124.203.IN-ADDR.ARPA." IN {
        type master;
        file "203.124.21.db";
};
zone "csmanipur.co.in." IN {
        type master;
        file "csmanipur.co.in_0.db";
};
zone "csmanipur.com." IN {
        type master;
        file "csmanipur.com";
};
zone "." IN {
        type hint;
        file "named.ca";
};

include "/etc/named.rfc1912.zones";


my zone forwarding file /var/named/chroot/var/named/csmanipur.co.in_0.db

$TTL 1H
@       SOA     ns1.csmanipur.co.in.    brishisharma.gmail.com. (       2000904223
                                                3H
                                                1H
                                                1W
                                                1H )
        IN              NS      ns1.
        IN              NS      ns2.
        IN              MX 10   mail.
ns1     IN      1H      A       203.124.21.60
ns2     IN      1H      A       203.124.21.61
www     IN              A       203.124.21.60
@       IN              A       203.124.21.60
ftp     IN              A       203.124.21.60
mail    IN              A       203.124.21.60
~                                                                              
~                                                                              
~                                                                              
~                  



On Sun, Apr 26, 2009 at 1:38 PM, Rishikesh Sharma <rishikesh@fedoraproject.org> wrote:
Thanks Rangeen Basu for your support.

I have tried to use my public ip 203.124.21.60 as my nameserver but i have got the error message "Name Server does not Resolve"



On Sun, Apr 26, 2009 at 1:24 PM, Rangeen Basu <sherry151@gmail.com> wrote:
Hi

On Sun, Apr 26, 2009 at 12:47 PM, Rishikesh Sharma
<rishikesh@fedoraproject.org> wrote:
> Thanks saurabh for the reply. Tell me, how do i use ns1.csmanipur.co.in and
> ns2.csmanipur.co.in as nameservers for my domain csmanipur.co.in

I think what you are trying to say is that you want to remove the
ns3.zonedit.com and ns8.zoneedit.com from you domain record and add
ns1.csmanipur.co.in and ns2.csmanipur.co.in instead. I believe that
this is impossible to do. You can try to understand it this way:
1) The csmanipur.co.in domain can be resolve only if there is a record
in some nameserver
2) If you remove the ns3.zonedit.com and ns8.zoneedit.com then your
domain, csmanipur.co.in cannot be resolved
3) If csmanipur.co.in cannot be resolved then ns1.csmanipur.co.in will
also not be resolved
4) If ns1.csmanipur.co.in cannot be resolved then csmanipur.co.in will
will also not be resolved whose record is contained in
ns1.csmanipur.co.in. This brings us back to point 3 and is a cycle
thereafter.

I hope you understand the problem. Instead of using
ns1.csmanipur.co.in, you can use your public IP instead of
ns1.csmanipur.co.in as the nameserver address. But it would be better
if you leave the zoneedit nameservers as they are.

Hope I have been able to help.

Regards
--
Rangeen Basu Roy Chowdhury
Fedora Ambassador
sherry151@gmail.com

_______________________________________________
Fedora-india mailing list
Fedora-india@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-india