Dns: Enabling / securing Zone Transfers
By admin • Sep 23rd, 2008 • Category: linuxIf you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Open and edit : /etc/named.conf
change:
zone “domain.net” {
type master;
file “domain.net”;
};
zone “domain.net” {
type master;
file “domain.net”;
allow-transfer {
192.168.1.1;
common-allow-transfer;
};
};
Replace 192.168.1.1 with the ip to allow transfers from
admin is
Email this author | All posts by admin






