Bind 8.2.2 and views

Barry Margolin barmar at bbnplanet.com
Mon Mar 20 20:30:31 UTC 2000


In article <8b5vc6$ecp$1 at wanadoo.fr>,
Bourez Marie-France <marie-france.bourez at wanadoo.fr> wrote:
>Since "views" had not been implemented yet , can we nethertheless
>use selective forwarding on a server with a FireWall ??
>Our server will resolve internal names and @IP (our network
>will be protected by a firewall), forwards
>a kind of requests to another DNS server and all other to
>a server owned by a provider.

Yes, use:

options {
  forwarders { provider's IP; };
  ...
};

zone "specialdomain.com" {
  type forward;
  forwarders { internal DNS server; };
};


-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list