mutliple forward statements

Cricket Liu cricket at menandmice.com
Thu Nov 8 20:49:17 UTC 2001


> Can I have multiple forward statements in my named.conf file?
> 
> i.e.
> 
> zone "ross.family.tv" {
>         type forward;
>         forwarders { 192.168.100.21; };
> };
>  
> zone "ross2.family.tv " {
>         type forward;
>         forwarders { 192.168.100.21; };
> };
>  
> zone "bart.family.tv " {
>         type forward;
>         forwarders { 192.168.100.21; };
> };
> 
> is what is in my named.conf file.

Sure.  That's really multiple zone statements of type forward,
which is fine.

cricket

Men & Mice
DNS Software & Services
www.menandmice.com

Attend our next DNS and BIND class!  See
http://www.menandmice.com/8000/8000_dns_training.html
for the schedule and to register for upcoming classes


More information about the bind-users mailing list