I am trying to set up bind using the perfect server config on the site. When I go to start named I get the following response [root@ut1 named]# /etc/init.d/named start Starting named: Error in named configuration: /etc/named.conf:3: change directory to '/etc/named.d' failed: file not found /etc/named.conf:3: parsing failed [FAILED] Thanks
problems here is the bind.conf options { directory "/etc/named.conf"; }; controls { inet 127.0.0.1 allow { localhost; } keys { rndc-key; }; }; key "rndc-key" { algorithm hmac-md5; secret "put_code_here" ; # to make a secret code, use: }; # % mmencode # foobarsecret # Zm9vYmFyc2VjcmV0 zone "0.0.127.in-addr.arpa" { type master; file "/etc/named.d/localhost.rev"; }; Thanks