forwarding?

Kevin Darcy kcd at daimlerchrysler.com
Mon Apr 22 20:54:36 UTC 2002


David Hill wrote:

> Hello -
> I have an VPN setup between me and a remote site.  The remote site hosts
> 192.168.0.0/24.  The nameservers specified at my machine are my nameserver,
> then 2 public nameservers.
>
> I am not listed as a secondary NS in the 192.168.0.0/24 zone.  How can I
> tell it to use 192.168.0.1 for the nameserver if someone needs to lookup an
> address in 192.168.0.0/24 ?

zone "0.168.192.in-addr.arpa" {
    type forward;
    forward only;
    forwarders { 192.168.0.1; };
};


- Kevin




More information about the bind-users mailing list