> Date: Fri, 19 Feb 2010 20:30:27 -0800 (PST) > From: gmspro <gms...@yahoo.com> > Sender: bind-users-bounces+oberman=es....@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: ober...@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users