This is a discussion on Re: DNS not working within the Bind Users forums, part of the DNS and Related Forums category; here is a plain text of all the files. named.conf // generated by named-bootconf.pl options { directory "/var/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
here is a plain text of all the files.
named.conf // generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // a caching only nameserver config // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; }; include "/etc/rndc.key"; brokerserver.zone file $TTL 86400 @ IN SOA brokerserver. hostmaster.brokerserver. ( 1 ; serial 28800 ; refresh 7200 ; retry 604800 ; expire 86400 ; ttl ) IN NS brokerserver. IN A 192.168.1.18 schuh. IN A 192.168.1.4 czar. IN A 192.168.1.1 localhost IN A 127.0.0.1 ARPA file $TTL 86400 @ IN SOA brokerserver. hostmaster.brokerserver. ( 1 ; serial 28800 ; refresh 7200 ; retry 604800 ; expire 86400 ; ttk ) @ IN NS brokerserver. 18.1.168.192 IN PTR brokerserver. 1.1.168.192 IN PTR czar. I would appreciate if someone can help me out with this. named-checkconf doesnot give any warnings or anythign. Regards Yogish ----- Original Message ----- From: "Yogish" <yogish.gk@ahsinc.com> To: <comp-protocols-dns-bind@isc.org> Sent: Friday, August 29, 2003 9:12 AM Subject: DNS not working Hi all I am still not able to rsolve the conflict because my DNS is not working. I had attached all conf files in previous mails. I would appreciate it if someone can help me. Regards Yogish |