delegate class c not work

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Mon Jul 23 23:16:13 UTC 2001


	Delegations go down not sideways.  If you want to change
	the delegation then it needs to be fixed in the parent
	zone.

	If you are a master / slave for a zone then you have all
	the information about the zone.

	Also don't even think that stub or forward zone will work
	in this situation because they wont.

	Mark

> hi
> 
> i want delegate a class c to another ns.
> 
> named.conf (bind 8.2.3):
> ....
> zone "234.104.192.in-addr.arap." {
>  type master:
>  file "192.104.234";};
> ....
> 
> zone file (not work)
> $TTL 1d
> @               IN      SOA             dnsmaster1.myzone.com.
> root.dnsmaster1.myzone.com. (1 3600 900 604800 86400 )
>           86400      IN       NS             dnsmaster1.myzone.com.
>           86400      IN       NS             dnsmaster2.myzone.com.
> 0-255.234.104.192.in-addr.arpa.     86400   IN      NS
> hermes.uk.myzone.com.
> 
> or zone file (not work)
> $TTL 1d
> @               IN      SOA             dnsmaster1.myzone.com.
> root.dnsmaster1.myzone.com. (1 3600 900 604800 86400 )
>           86400      IN       NS             dnsmaster1.myzone.com.
>           86400      IN       NS             dnsmaster2.myzone.com.
>                      86400   IN      NS      hermes.uk.myzone.com.
> 
> or zone file (not work)
> $TTL 1d
> @               IN      SOA             dnsmaster1.myzone.com.
> root.dnsmaster1.myzone.com. (1 3600 900 604800 86400 )
>           86400      IN       NS             dnsmaster1.myzone.com.
>           86400      IN       NS             dnsmaster2.myzone.com.
>  @                    86400   IN      NS      hermes.uk.myzone.com.
> 
> 
> but zone file (work!!!!!!!!!!)
> $TTL 1d
> @               IN      SOA             dnsmaster1.myzone.com.
> root.dnsmaster1.myzone.com. (1 3600 900 604800 86400 )
>           86400      IN       NS             dnsmaster1.myzone.com.
>           86400      IN       NS             dnsmaster2.myzone.com.
> 0.234.104.192.in-addr.arpa.     86400   IN      NS
> hermes.uk.myzone.com.
> 1.234.104.192.in-addr.arpa.     86400   IN      NS
> hermes.uk.myzone.com.
> 2.234.104.192.in-addr.arpa.     86400   IN      NS
> hermes.uk.myzone.com.
> ....
> 
> whats wrong? thx.
> 
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list