Results 1 to 3 of 3
Hi all,
Ubuntu server 1010 64bit running as VM on Orcle Virtualbox.
I followed;
DNS (bind9) Configuration HowTo
DNS (bind9) Configuration HowTo
to config bind9. It went through w/o problem.
...
- 01-29-2012 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Unable to start bind9
Hi all,
Ubuntu server 1010 64bit running as VM on Orcle Virtualbox.
I followed;
DNS (bind9) Configuration HowTo
DNS (bind9) Configuration HowTo
to config bind9. It went through w/o problem.
On restarting bind9;
# /etc/init.d/bind9 restart$ tail /var/log/syslogCode:* Stopping domain name service... bind9 ...done. * Starting domain name service... bind9 ...fail!
$ cat /etc/bind/named.conf.localCode:Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.local:9: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.local:14: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.default-zones:2: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.default-zones:10: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.default-zones:15: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.default-zones:20: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf.default-zones:25: unknown option 'zone' Jan 29 16:43:33 server1 named[2467]: /etc/bind/named.conf:12: '}' expected near end of file Jan 29 16:43:33 server1 named[2467]: loading configuration: unexpected token Jan 29 16:43:33 server1 named[2467]: exiting (due to fatal error)
Pls help. TIACode:// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "server1.domain.com" { type master; file "/etc/bind/zones/server1.domain.com.db"; }; zone "0.168.192.in-addr.arpa" { type master; file "/etc/bind/zones/rev.0.168.192.in-addr.arpa"; };
B.R.
satimis
- 01-31-2012 #2
You have errors in the following files:
named.conf
named.conf.local
named.conf.default-zones
You could run named-checkconf and named-checkzone to check your files for errors. Read the MAN pages on how to use them.
- 01-31-2012 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546


Reply With Quote
