caching-only DNS with additional intranet domain

Matt Larson mlarson at verisign.com
Tue Jul 23 12:54:15 UTC 2002


> I want the router to get the domain names for *.wh.vaih from the main
DNS-
> server here on IP 10.0.0.1.
> All other dns-requests should go the normal way to the toplevel-DNS-
> servers.

Adding a zone of type forward (BIND 8.2 and later) to your named.conf
will do the trick:

zone "wh.vaih" {
  type forward;
  forwarders { 10.0.0.1; };
};

Matt
--
Matt Larson <mlarson at verisign.com>
VeriSign Global Registry Services




More information about the bind-users mailing list