A simple delegation issue

Barry Margolin barmar at alum.mit.edu
Sat Oct 15 00:36:16 UTC 2005


In article <diopcb$2oq5$1 at sf1.isc.org>,
 "Storming Norman" <tanmanlovespool at gmail.com> wrote:

> Where is the 'A' record to identify your sub-zone?
> The zone should look similar to this:
> 
> @               IN SOA          ns.fhtw.        root.fhtw. (
>                                         2005100103      ; serial
>                                         3h              ; refresh
>                                         1h              ; retry
>                                         1d              ; expiry
>                                         1d )            ; minimum
> 
>                                  IN    NS           ns.fhtw.
>                                  IN    A             192.168.100.2
>                                  IN    MX   0      wpc
>  # not required obviously

Don't forget that the comment character in zone files is ";", not "#".

> wpc                           IN    A             192.169.100.2
> ns                             IN    A              192.168.100.1
> 
> d01                           IN    NS            ns.d01.fhtw.
> d01                           IN    A              192.168.100.4

The d01 A record belongs in the subzone, not the parent zone.  It's not 
a glue record.

> ns                            IN     A              192.168.100.4

That should be ns.d01, shouldn't it?

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***



More information about the bind-users mailing list