Help! Getting SERVFAIL errors on nslookup

Joshua Peter fsjcp2 at hotmail.com
Tue Feb 22 09:04:46 UTC 2005


The problem was in my zone file. The eol of line 3 didn't have the open 
parenthesis there. As you can see from my copy/paste it was on the next 
line. Boy do I feel dumb. Below was my initial zone file configuration. You 
can see the mistake. Thanks for your help.


****  /var/named/somefakedomain.com.zone ****
$TTL    86400
$ORIGIN somefakedomain.com.
@       IN      SOA     ns1.somefakedomain.com. admin.somefakedomain.com.
(
                                        2004042601      ; serial
                                        21600           ; refresh
                                        3600            ; retry
                                        604800          ; expiry
                                        86400 )         ; minimum

        IN      NS              ns1.somefakedomain.com.

        IN      MX     10      mail.somefakedomain.com.

        IN      A               192.168.1.200

ns1     IN      A               192.168.1.200
www     IN      A               192.168.1.200
ftp     IN      A               192.168.1.200
mail    IN      A               192.168.1.200




More information about the bind-users mailing list