delegation troubles!

Mark Andrews Mark_Andrews at isc.org
Tue Dec 13 12:43:58 UTC 2005


> At first, thanx for the quick answer
> ... and now some more real data (i just substituted the company part of domai
> n with "xxx")
> 
> My dns is 10.110.15.206 nad I download the xxx.com zone  from the omnius.psc.
> xxx.com, which is the
> primary DNS for the seccond Intranet
> To not have so an amount of zones defined and beeing downloaded by my DNS, th
> e rest of domains are
> to be resolved by my DNS throuh delegation, but it seems, delegation isn't wo
> rking for now.
> Here is a part from the xxx.com domain, the named.conf part of the xxx.com do
> main, and afterwards
> a dig of the two subdomains:
> 
> 
> #############################################
> $ORIGIN xxx.com.
> lpm3autoserver          NS      omnius.psc
>                         NS      qip-dns1.psc
>                         NS      qip-dns2.psc
> ltc                     NS      omnius.psc
>                         NS      qip-dns1.psc
>                         NS      qip-dns2.psc
> #############################################
> zone "xxx.com" {
>         type slave;
>         file "xxx.com";
>         masters {170.191.22.20;};
> };
> 
> #############################################
> 
> bash-2.05$ dig @10.110.15.206 lpm3autoserver.xxx.com
> 
> ; <<>> DiG 8.3 <<>> @10.110.15.206 lpm3autoserver.xxx.com
> ; (1 server found)
> ;; res options: init recurs defnam dnsrch
> ;; got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
> ;; QUERY SECTION:
> ;;      lpm3autoserver.xxx.com, type = A, class = IN
> 
> ;; Total query time: 252 msec
> ;; FROM: test2 to SERVER: 10.110.15.206  10.110.15.206
> ;; WHEN: Tue Dec 13 08:17:05 2005
> ;; MSG SIZE  sent: 40  rcvd: 40
> 
> 
> bash-2.05$ dig @10.110.15.206 ltc.xxx.com
> 
> ; <<>> DiG 8.3 <<>> @10.110.15.206 ltc.xxx.com
> ; (1 server found)
> ;; res options: init recurs defnam dnsrch
> ;; got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
> ;; QUERY SECTION:
> ;;      ltc.xxx.com, type = A, class = IN
> 
> ;; Total query time: 167 msec
> ;; FROM: test2 to SERVER: 10.110.15.206  10.110.15.206
> ;; WHEN: Tue Dec 13 08:19:03 2005
> ;; MSG SIZE  sent: 29  rcvd: 29


	Make sure the delegated zones are configured *before* you
	delegate to them from the parent zone.

	dig +norec lpm3autoserver.xxx.com soa @omnius.psc.xxx.com
	dig +norec lpm3autoserver.xxx.com soa @qip-dns1.psc.xxx.com
	dig +norec lpm3autoserver.xxx.com soa @qip-dns2.psc.xxx.com

	dig +norec ltc.xxx.com soa @omnius.psc.xxx.com
	dig +norec ltc.xxx.com soa @qip-dns1.psc.xxx.com
	dig +norec ltc.xxx.com soa @qip-dns2.psc.xxx.com

	Mark
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list