[CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?
Alexander Farber
alexander.farber at gmail.comFri Mar 6 09:58:47 UTC 2009
- Previous message: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?
- Next message: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, figured it out: # cat /var/named/chroot/etc/named.conf options { directory "/var/named"; }; zone "internal.mycompany.com" IN { type slave; file "slaves/internal.mycompany.com"; masters { 10.121.42.40 port 53;}; check-names ignore; }; zone "121.10.in-addr.arpa" IN { type slave; file "slaves/10.121"; masters { 10.121.42.40 port 53;}; check-names ignore; }; include "/etc/rndc.key";
- Previous message: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?
- Next message: [CentOS] How to setup a "secondary DNS server" pulling zones from Win2k3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list