In article <[email protected]>,
 Listas <[email protected]> wrote:

> On 25-11-2013 15:42, Phil Mayers wrote:
> >
> >  2. Put a proper zone cut (delegation) into your local master, 
> > pointing at your authoritative server
> 
> Thanks Phil. Your help has been valuable.
> I think this is exactly what I'm doing here:
> 
> ==== Recursive Bind server - /etc/bind/db.fd00.f3e2.38a5:
> 
> $TTL 86400 ; Minimum TTL of 1 day.
> 
> @ IN SOA ns1.mydomain.com. dnsmasters.mydomain.com. (
>    1       ; Serial.
>    10800   ; Refresh after 3 hours.
>    3600    ; Retry after 1 hour.
>    604800  ; Expire after 1 week.
>    86400 ) ; Minimum TTL of 1 day.
> 
>          IN NS ns1.mydomain.com.

You can only delegate subdomains. You can't delegate the zone itself.

A server will NEVER recurse for a master or slave zone, as declared in 
named.conf.

-- 
Barry Margolin
Arlington, MA
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to