I have a Master Bind 9 server setup and am trying to get it to transfer its records to the slave. The zones are transferred but not the records. I get notify messages but the slave says no serial. When the master is sending the notifies it shows a serial. The serials are being incremented on the master when changes are made. Both master and slave are on public IPs and I am using the UFW, allowing port 53 in and out and have allowed all to and from master and slave on both master and slave. I am and have to use webmin for management. If I have missed giving any information please just ask.
Master RNDC Status:
Code:
version: BIND 9.16.1-Ubuntu (Stable Release) <id:d497c32>
running on ns0.telpage.net: Linux x86_64 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020
boot time: Thu, 19 Nov 2020 21:36:18 GMT
last configured: Thu, 19 Nov 2020 21:36:18 GMT
configuration file: /etc/bind/named.conf
CPUs found: 2
worker threads: 2
UDP listeners per interface: 2
number of zones: 148 (97 automatic)
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/900/1000
tcp clients: 6/150
TCP high-water: 23
server is up and running
Slave RNDC Status:
Code:
version: BIND 9.16.1-Ubuntu (Stable Release) <id:d497c32>
running on ns2.telpage.net: Linux x86_64 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020
boot time: Thu, 19 Nov 2020 18:59:43 GMT
last configured: Thu, 19 Nov 2020 18:59:43 GMT
configuration file: /etc/bind/named.conf
CPUs found: 4
worker threads: 4
UDP listeners per interface: 4
number of zones: 146 (99 automatic)
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 53/900/1000
tcp clients: 0/150
TCP high-water: 0
server is up and running
Code:
Master:
ns0 named[4082195]: zone jlwalston.com/IN: sending notifies (serial 1603727618)
Slave:
notify: info: client @0x7f51f0043980 192.40.120.9#33347/key 1: received notify for zone 'jlwalston.com': TSIG '1'
general: info: zone jlwalston.com/IN: notify from 192.40.120.9#33347: no serial
Configs:
Code:
Slave:
Named.conf
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
key rndc-key {
algorithm hmac-sha256;
secret "Changed";
};
controls {
inet 192.40.120.10 port 953 allow { 192.40.120.10; 192.40.120.9; } keys { rndc-key; 1; };
};
server 192.40.120.9 {
keys {
1;
};
};
key 1 {
algorithm hmac-md5;
secret "Changed";
};
logging{
channel xfer_in {
file "/var/log/bind/xfer-in.log" versions 3 size 5m;
severity debug;
print-time yes;
print-severity yes;
print-category yes;
};
channel simple_log {
file "/var/log/bind/bind.log" versions 3 size 5m;
severity info;
print-time yes;
print-severity yes;
print-category yes;
};
category default{
simple_log;
};
category xfer-in{
xfer_in;
};
category lame-servers { null; };
};
named.conf.options
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-validation auto;
listen-on port 53 {
192.40.120.10;
};
listen-on-v6 { any; };
querylog yes;
transfer-source 192.40.120.9;
allow-query {
any;
};
forwarders {
192.40.120.9;
208.74.83.90;
208.74.83.70;
};
allow-notify { 192.40.120.9; };
allow-transfer {
192.40.120.9;
};
};
named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "amandajoneslaw.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/amandajoneslaw.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "brunswickco.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/brunswickco.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "buckwaterplantation.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/buckwaterplantation.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "chapmanlumber.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/chapmanlumber.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "consciencestream.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/consciencestream.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "dickensconstruction.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/dickensconstruction.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "elliottsadler.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/elliottsadler.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "emporiaciviccenter.org" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/emporiaciviccenter.org.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "emporiamedical.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/emporiamedical.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "emporianews.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/emporianews.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "flyemv.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/flyemv.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "flyemv.org" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/flyemv.org.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "franklinbraid.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/franklinbraid.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "goodearthpeanuts.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/goodearthpeanuts.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "greensvillecountyva.gov" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/greensvillecountyva.gov.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "jarrattfire.org" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/jarrattfire.org.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "jlwalston.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/jlwalston.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "jrallpc.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/jrallpc.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "lakegastonassoc.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/lakegastonassoc.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "lastday.net" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/lastday.net.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "lgaston.org" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/lgaston.org.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "midatlanticinfosec.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/midatlanticinfosec.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "midatlantictower.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/midatlantictower.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "modsbyus.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/modsbyus.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "motorolaradio.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/motorolaradio.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "naynaysartbox.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/naynaysartbox.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "omnitowers.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/omnitowers.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "osg-armor.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/osg-armor.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "sadlerbrosoil.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/sadlerbrosoil.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "sadlerfanclub.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/sadlerfanclub.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "southsideccjb.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/southsideccjb.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "telpage.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/telpage.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "telpage.net" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/telpage.net.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "thevirginiapeanutfestival.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/thevirginiapeanutfestival.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "virginiacarolina.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/virginiacarolina.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "whitman-properties.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/whitman-properties.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "wrobinsonlaw.com" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/wrobinsonlaw.com.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "ymcaofeg.org" {
type slave;
masters {
192.40.120.9;
};
file "/var/lib/bind/ymcaofeg.org.hosts";
allow-transfer {
192.40.120.9;
};
};
zone "120.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.120.rev";
};
zone "121.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.121.rev";
};
zone "122.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.122.rev";
};
zone "123.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.123.rev";
};
zone "124.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.124.rev";
};
zone "125.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.125.rev";
};
zone "126.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.126.rev";
};
zone "127.40.192.in-addr.arpa" {
type slave;
masters {
192.40.120.9;
};
allow-transfer {
192.40.120.9;
};
file "/var/lib/bind/192.40.127.rev";
};
Master:
named.conf
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
key 1 {
algorithm hmac-md5;
secret "Changed";
};
server 192.40.120.10 {
keys {
1;
};
};
controls {
inet 192.40.120.9 port 953 allow { 192.40.120.9; 192.40.120.10; } keys { rndc-key; 1; };
};
key rndc-key {
algorithm hmac-sha256;
secret "Changed";
};
named.conf.options
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-validation auto;
listen-on-v6 { any; };
forwarders {
208.74.83.90;
208.74.83.70;
};
forward first;
allow-recursion {
192.40.120.0/24;
192.40.121.0/24;
192.40.122.0/24;
192.40.123.0/24;
192.40.124.0/24;
192.40.125.0/24;
192.40.126.0/24;
192.40.127.0/24;
};
allow-query {
any;
};
dnssec-enable yes;
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
auth-nxdomain no;
};
named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "telpage.net" {
type master;
file "/var/lib/bind/telpage.net.hosts";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "amandajoneslaw.com" {
type master;
file "/var/lib/bind/amandajoneslaw.com.hosts";
also-notify {
192.40.120.10;
};
notify yes;
};
zone "brunswickco.com" {
type master;
file "/var/lib/bind/brunswickco.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "buckwaterplantation.com" {
type master;
file "/var/lib/bind/buckwaterplantation.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "chapmanlumber.com" {
type master;
file "/var/lib/bind/chapmanlumber.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "consciencestream.com" {
type master;
file "/var/lib/bind/consciencestream.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "dickensconstruction.com" {
type master;
file "/var/lib/bind/dickensconstruction.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "elliottsadler.com" {
type master;
file "/var/lib/bind/elliottsadler.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "emporiaciviccenter.org" {
type master;
file "/var/lib/bind/emporiaciviccenter.org.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "emporiamedical.com" {
type master;
file "/var/lib/bind/emporiamedical.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "emporianews.com" {
type master;
file "/var/lib/bind/emporianews.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "flyemv.com" {
type master;
file "/var/lib/bind/flyemv.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "flyemv.org" {
type master;
file "/var/lib/bind/flyemv.org.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "franklinbraid.com" {
type master;
file "/var/lib/bind/franklinbraid.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "goodearthpeanuts.com" {
type master;
file "/var/lib/bind/goodearthpeanuts.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "greensvillecountyva.gov" {
type master;
file "/var/lib/bind/greensvillecountyva.gov.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "jarrattfire.org" {
type master;
file "/var/lib/bind/jarrattfire.org.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "jlwalston.com" {
type master;
file "/var/lib/bind/jlwalston.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "jrallpc.com" {
type master;
file "/var/lib/bind/jrallpc.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "lakegastonassoc.com" {
type master;
file "/var/lib/bind/lakegastonassoc.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "lastday.net" {
type master;
file "/var/lib/bind/lastday.net.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "lgaston.org" {
type master;
file "/var/lib/bind/lgaston.org.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "midatlanticinfosec.com" {
type master;
file "/var/lib/bind/midatlanticinfosec.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "midatlantictower.com" {
type master;
file "/var/lib/bind/midatlantictower.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "modsbyus.com" {
type master;
file "/var/lib/bind/modsbyus.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "motorolaradio.com" {
type master;
file "/var/lib/bind/motorolaradio.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "naynaysartbox.com" {
type master;
file "/var/lib/bind/naynaysartbox.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "omnitowers.com" {
type master;
file "/var/lib/bind/omnitowers.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "osg-armor.com" {
type master;
file "/var/lib/bind/osg-armor.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "sadlerbrosoil.com" {
type master;
file "/var/lib/bind/sadlerbrosoil.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "sadlerfanclub.com" {
type master;
file "/var/lib/bind/sadlerfanclub.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "southsideccjb.com" {
type master;
file "/var/lib/bind/southsideccjb.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "telpage.com" {
type master;
file "/var/lib/bind/telpage.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "thevirginiapeanutfestival.com" {
type master;
file "/var/lib/bind/thevirginiapeanutfestival.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "virginiacarolina.com" {
type master;
file "/var/lib/bind/virginiacarolina.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "whitman-properties.com" {
type master;
file "/var/lib/bind/whitman-properties.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "wrobinsonlaw.com" {
type master;
file "/var/lib/bind/wrobinsonlaw.com.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "ymcaofeg.org" {
type master;
file "/var/lib/bind/ymcaofeg.org.hosts";
allow-transfer {
192.40.120.10;
};
also-notify {
192.40.120.10;
};
notify yes;
};
zone "120.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.120.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "121.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.121.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "122.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.122.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "123.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.123.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "124.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.124.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "125.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.125.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "126.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.126.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
zone "127.40.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.40.127.rev";
also-notify {
192.40.120.10;
};
allow-transfer {
192.40.120.10;
};
notify yes;
};
Bookmarks