Hello, yes I have a db.root file which contains Root servers. /etc/resolv.conf is configured to ask to him self.
Forward is not configured at zone level, it is specified in named.conf.options In an option{} block, so I guess this should apply for all, if not specify at the zone level. Here is my conf for root zone : // prime the server with knowledge of the root servers zone "." { type hint; file "/etc/bind/db.root"; }; should I try to force forwarders in zone "." ? On 8 December 2012 20:22, Romgo <ro...@free.fr> wrote: > Hello, > > yes I have a db.root file which contains Root servers. > /etc/resolv.conf is configured to ask to him self. > > Forward is not configured at zone level, it is specified in > named.conf.options > In an option{} block, so I guess this should apply for all, if not specify > at the zone level. > > Here is my conf for root zone : > > // prime the server with knowledge of the root servers > zone "." { > type hint; > file "/etc/bind/db.root"; > }; > > > should I try to force forwarders in zone "." ? > > > > > On 8 December 2012 00:26, Leonard Mills <l...@yahoo.com> wrote: > >> >> Which zone(s) have that forward clause? To do what I think you want to >> do, the zone should be the root (dot and only the dot in the zone name) >> >> Your named will use the builtin roots for any non-local lookups. >> Forwarding "." will send all non-local traffic to your edge daemon. >> >> Len >> >> ------------------------------ >> *From:* Romgo <ro...@free.fr> >> *To:* bind-users@lists.isc.org >> *Sent:* Friday, December 7, 2012 9:05 AM >> *Subject:* Bind not forwarding all requests >> >> Hello, >> >> I am currently running two bind9 server on Debian Squeeze. >> 1:9.7.3.dfsg-1~squeeze8 >> >> Server 1 is internal dns server and serve some local zone. This server >> should forward all unknown requests to our public DNS server. So I >> configured this server as follow : >> /etc/bind/named.conf.options >> >> forward only; >> forwarders { >> ip_server_2; >> }; >> >> >> The second server is allowed to do DNS request on the internet, so there >> is no forwarder configured. >> >> The issue is that I see on my firewall that server1 is trying to do DNS >> requests on DNS ROOT server. >> >> Any idea why I do have this issue ? wrong configuration ? >> >> Regards, >> >> >> >> _______________________________________________ >> Please visit https://lists.isc.org/mailman/listinfo/bind-users to >> unsubscribe from this list >> >> bind-users mailing list >> bind-users@lists.isc.org >> https://lists.isc.org/mailman/listinfo/bind-users >> >> >
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users