forward zone

alberto.colosi at sistinf.it alberto.colosi at sistinf.it
Tue Feb 11 14:46:47 UTC 2003


Ya, now it work but if I don't resolve as first (from a client) the name of
ns1.child.mydomain.it    I'm unable to resolve any other IP/name in the
child.mydomain.it zone.
If in the NSLOOKUP try to resolve ns1.child.mydomain.it and after
anotherhost.child.mydomain.it      it work fine.

Do you know why?.



Alberto Colosi
IBM Global  Services
Sistemi Informativi S.P.A.
IT Division
NCC GRUPPO Sistemi Informativi




                                                                                                                                  
                    Mark_Andrews at is                                                                                               
                    c.org                 To:     alberto.colosi at sistinf.it                                                       
                    Sent by:              cc:     comp-protocols-dns-bind at isc.org                                                 
                    bind-users-boun       Subject:     Re: forward zone                                                           
                    ce at isc.org                                                                                                    
                                                                                                                                  
                                                                                                                                  
                    11/02/2003                                                                                                    
                    13.43                                                                                                         
                                                                                                                                  
                                                                                                                                  





>
> How to delegate? how is the right way to create a subzone of a domain
> mydomain.it ??
>

           In the parent zone add NS records for the child zone.

           e.g.
           child.mydomain.it. NS <nameserver1>
           child.mydomain.it. NS <nameserver2>

           If nameserver1 and/or nameserver2 are below mydomain.it add
           glue A/AAAA records for the them to the parent zone as well.

           e.g.

           child.mydomain.it. NS ns1.child.mydomain.it.
           child.mydomain.it. NS ns1.example.net.
           ns1.child.mydomain.it. A 1.2.3.4

           Note there is no glue records for ns1.example.net as it is
           *not* below mydomain.it.

           Note the child zone also needs to have the A record for
           ns1.child.mydomain.it.  Glue records are *copies* of records
           from child zones which are used to avoid the catch 22 situation
           of requiring the address to get the address.  If you fail to
           have the original records in the child zone you will cause
           intermittent failures for lookups in the child zone.

           Mark

> Alberto Colosi
> IBM Global  Services
> Sistemi Informativi S.P.A.
> IT Division
> NCC GRUPPO Sistemi Informativi
>
>
>
>
>

>
>                     Kevin Darcy

>
>                     <kcd at daimlerchr       To:
comp-protocols-dns-bind at isc
> .org
>                     ysler.com>            cc:

>
>                     Sent by:              Subject:     Re: forward zone

>
>                     bind-users-boun

>
>                     ce at isc.org

>
>

>
>

>
>                     11/02/2003

>
>                     00.21

>
>

>
>

>
>
>
>
>
> alberto.colosi at sistinf.it wrote:
>
> >Hi, I was wanting to create a forward zone with BIND 8.2.3-REL and I
have
> >read on the manual (HTML from ISC.org) to set the TYPE of the zone as
> >"forward"
> >to put     "forward only"   (as needed to me)
> >and a forwarders ( ip;  );     to say who is the DNS of that zone.
> >
> >P.S. the zone was a 3th level zone. I have a zonename.it and it was
> >subzone.zonename.it on a different file "" .
> >
> >The truth is that it was not resolving the queries. WHY?.
> >
> Is the subzone delegated? If it's not delegated, then no forwarding will
> occur. Once you delegate the subzone, you may find that you don't even
> need the "type forward" definition...
>
>
>                                             - Kevin
>
> >
> >
>
>
>
>
>
>
>
>
--
Mark Andrews, Internet Software Consortium
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