Results 11 to 17 of 17
Do you have your hints zone setup?
What does named.conf look like?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-05-2010 #11
Do you have your hints zone setup?
What does named.conf look like?
- 09-05-2010 #12Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
Hi LazyDog
Here is how my named.conf file looks like
Code:// // named.conf for Red Hat caching-nameserver // options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; /* * 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; listen-on port 53 {127.0.0.1; 192.168.10.39; }; // allow-recursion{192.168.10.0/24;}; }; // // a caching only nameserver config // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; zone "." IN { type hint; file "named.ca"; }; zone "localdomain" IN { type master; file "localdomain.zone"; allow-update { none; }; }; 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; }; }; zone "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.arpa" IN { type master; file "named.ip6.local"; allow-update { none; }; }; zone "255.in-addr.arpa" IN { type master; file "named.broadcast"; allow-update { none; }; }; zone "0.in-addr.arpa" IN { type master; file "named.zero"; allow-update { none; }; }; include "/etc/rndc.key"; zone "mydomain.com" IN{ type master; file "forward.zone"; allow-update { any; }; }; zone "243.227.220.in-addr.arpa" IN { type master; file "reverse.zone"; allow-update { none; }; }; zone "10.168.192.in-addr.arpa" IN { type master; file "reverse.zone"; allow-update { none; }; };
- 09-05-2010 #13
Do you have a named.ca file and does it have anything in it?
- 09-06-2010 #14Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
Hi Lazy Dog
Yes I have a Named.ca file in the /etc/named/ location and i am pasting my named.ca file over here
Code:; <<>> DiG 9.5.0b2 <<>> +bufsize=1200 +norec NS . @a.root-servers.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7033 ;; flags: qr aa; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 20 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;. IN NS ;; ANSWER SECTION: . 518400 IN NS D.ROOT-SERVERS.NET. . 518400 IN NS E.ROOT-SERVERS.NET. . 518400 IN NS F.ROOT-SERVERS.NET. . 518400 IN NS G.ROOT-SERVERS.NET. . 518400 IN NS H.ROOT-SERVERS.NET. . 518400 IN NS I.ROOT-SERVERS.NET. . 518400 IN NS J.ROOT-SERVERS.NET. . 518400 IN NS K.ROOT-SERVERS.NET. . 518400 IN NS L.ROOT-SERVERS.NET. . 518400 IN NS M.ROOT-SERVERS.NET. . 518400 IN NS A.ROOT-SERVERS.NET. . 518400 IN NS B.ROOT-SERVERS.NET. . 518400 IN NS C.ROOT-SERVERS.NET. ;; ADDITIONAL SECTION: A.ROOT-SERVERS.NET. 3600000 IN A 198.41.0.4 A.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:503:ba3e::2:30 B.ROOT-SERVERS.NET. 3600000 IN A 192.228.79.201 C.ROOT-SERVERS.NET. 3600000 IN A 192.33.4.12 D.ROOT-SERVERS.NET. 3600000 IN A 128.8.10.90 E.ROOT-SERVERS.NET. 3600000 IN A 192.203.230.10 F.ROOT-SERVERS.NET. 3600000 IN A 192.5.5.241 F.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:2f::f G.ROOT-SERVERS.NET. 3600000 IN A 192.112.36.4 H.ROOT-SERVERS.NET. 3600000 IN A 128.63.2.53 H.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:1::803f:235 I.ROOT-SERVERS.NET. 3600000 IN A 192.36.148.17 J.ROOT-SERVERS.NET. 3600000 IN A 192.58.128.30 J.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:503:c27::2:30 K.ROOT-SERVERS.NET. 3600000 IN A 193.0.14.129
- 09-09-2010 #15
OK paste the out put from 'dig zoominternet.net'
- 09-09-2010 #16Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
hi
here is the output of the $dig zoominternet.net
Code:; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> zoominternet.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39927 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;zoominternet.net. IN A ;; ANSWER SECTION: zoominternet.net. 901 IN A 24.154.5.181 ;; AUTHORITY SECTION: zoominternet.net. 439 IN NS ns2.zbzoom.net. zoominternet.net. 439 IN NS ns1.zbzoom.net. ;; ADDITIONAL SECTION: ns1.zbzoom.net. 40440 IN A 24.154.1.4 ns2.zbzoom.net. 1877 IN A 24.154.1.5 ;; Query time: 285 msec ;; SERVER: 202.138.96.2#53(202.138.96.2) ;; WHEN: Thu Sep 9 23:41:50 2010 ;; MSG SIZE rcvd: 125
- 09-11-2010 #17
What does your Zone file look like for this domain?


Reply With Quote
