A question with forwarder and listen-on

Kevin Oberman oberman at es.net
Sat Feb 20 04:51:17 UTC 2010


> Date: Fri, 19 Feb 2010 20:30:27 -0800 (PST)
> From: gmspro <gmspro at yahoo.com>
> Sender: bind-users-bounces+oberman=es.net at lists.isc.org
> 
> >From /etc/bind/named.conf
> 
> forwarders {
>        212.27.53.252;
>        212.27.54.252;
> };

Queries will be forwarded to these to name servers rather than be
resolved locally. Commonly used on internal servers to handle queries
for external information.

> listen-on {
>        192.168.0.1;
>        127.0.0.1;
> };

Accept and respond to queries received for these addresses. The first is
in private address space, indicating it is on a server in a NATed
address space. The second is loopback.

The configuration is intended for a local server answering
authoritatively for internal, NATed addresses and forwarding all other
queries to servers in public space.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman at es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751




More information about the bind-users mailing list