Feb 25 08:20:18 dynedyne named[48482]: starting (/etc/namedb/named.conf)
Feb 25 08:20:18 dynedyne named[48482]: limit files set to fdlimit (1024)
Feb 25 08:20:18 dynedyne named[48482]: /etc/namedb/named.conf:5: syntax error near zone
Feb 25 08:20:18 dynedyne named[26498]: Ready to answer queries.
here is what my named.conf looks like
options { directory "/etc/namedb"; }
zone "." in { type hint; file "named.root"; };
zone "0.0.127.IN-ADDR.ARPA" in { type master; file "localhost.rev"; };
zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" in {
type master;
file "localhost-v6.rev";
};
I've tried changing the 'zone "." in {' to alleviate the problem but I can't seem to fix it. The name server is running properly and responds to queries but the error message is bothersome and I'd like to get rid of it. I reinstalled bind from ports just to make sure everything was up to date too. Thanks for the help.
Mike B
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message