Subdomain Problems...

Clifford W. Hansen chansen at aspivia.com
Tue Jul 22 08:47:17 UTC 2003


Greetingz...

Firstly:
  Our public DNS server at our ISP holds all our Public DNS entries.
  Our local DNS server in the office holds all our lan machine names.

Both are using the same domain name.  How do we forward any requests to the
ISP DNS if they don't exist in our local DNS?

[From /etc/named.conf]
options {
        directory "/var/named";
};
zone "aspivia." {
        type master;
        file "master/forward/aspivia.com";
        allow-update {
                192.168.24.4;
                192.168.24.2;
                192.168.24.5;
                192.168.24.6;
                };
};
zone "24.168.192.in-addr.arpa" {
        type master;
        file "master/reverse/24.168.192.in-addr.arpa";
        allow-update {
                192.168.24.4;
                192.168.24.2;
                192.168.24.5;
                192.168.24.6;
                };
};
[eof]

Thanx inadv...




More information about the bind-users mailing list