<snip>

>I got the DNS HowTo and am going thru just like it says. I'm just trying to
>get the nslookup to find itself(127.0.0.1) which is the computer I'm going
>to setup the DNS on. Anyways, first thing I've done is gone into the
>named.conf file and have 1 entry
>
>options    {
>      directory    "var/named";
>};
>
>zone "0.0.127.in-addr.arpa" {
>    type master;
>    file"named.local
>};

Try adding this zone to named.conf :

zone "161.78.209.in-addr.arpa" {
        type master;
        file "209.78.161";
};

and a zone for your domain:

zone "steveandjane.net" {
        type master;
        file "steveandjane.net";
};



Then create the zone files for the 2 new entrys. The in-addr.arpa is for
reverse lookup of your machine.  So you dont see this message "can't find
server name for address 209.78.161.140(the ns1.steveandjane.net server).
Server failed. " 

>Why is it failing? It seems to restart OK. Please help. This is really being
>a thorn in my side. Thanks!
>SK

Server Failed because it couldnt find a name for the ip 209.78.161.140.
Also you'll need the zone for steveandjane.net for the A records.  


Kirk



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to