new domain setup zone not propagating to secondary

David George dgeorge at clearworks.net
Thu Jul 13 14:00:34 UTC 2000


Config files below for both servers



Primary server

/etc/
file = named.conf
options {
	directory "/var/named";
};
zone "." {
	type hint;
	file "root.cache";
};
zone "clearworks.net"{
	type master;
	file "clearworks.net";
	allow-transfer{
		nameserver2;
	};
};
zone "0.0.127.IN-ADDR.ARPA"{
	type master;
	file "127.0.0";
};
zone "252.214.63.IN-ADDR.ARPA"{
	type master;
	file "63.214.252";
};
/var/named/
file = 127.0.0
@		IN	SOA	nameserver1.clearworks.net	router at clearworks.net (
			2000071203 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
1		IN	PTR	localhost.
file = 63.214.0.0
@		IN	SOA	nameserver1.clearworks.net	router at clearworks.net (
			2000071207 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
@		IN	NS	nameserver1.clearworks.net.
@		IN	NS	nameserver2.clearworks.net.
;
;	Network Servers
;
193		IN	PTR	cisco7206.clearworks.net.
194		IN	PTR	foundry.clearworks.net.
195		IN	PTR	pmaccess1.clearworks.net.
196		IN	PTR	www.clearworks.net.
197		IN	PTR	nameserver1.clearworks.net.
198		IN	PTR	nameserver2.clearworks.net.
199		IN	PTR	smtp.clearworks.net.
200		IN	PTR	cache1.clearworks.net.
file = clearworks.net
@		IN	SOA	nameserver1.clearworks.net.	router at clearworks.net (
			2000071301 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
nameserver1		IN	A	63.214.252.197
nameserver1		IN	NS	63.214.252.197.
nameserver2		IN	A	63.214.252.198
nameserver2		IN	NS	63.214.252.198.
foundry		IN	A	63.214.252.194
www		IN	A	63.214.252.196
smtp		IN	A	63.214.252.199
smtp		IN	MX	5	63.214.252.199.
cache1		IN	A	63.214.252.200
pmaccess1		IN	A	63.214.252.195
cisco7206		IN	A	63.214.252.193
@		IN	MX	5	smtp.clearworks.net.
@		IN	NS	nameserver1.clearworks.net.
@		IN	NS	nameserver2.clearworks.net.
@		IN	A	63.214.252.1-254
@		IN	A	63.214.253.1-254
@		IN	A	63.214.254.1-254
@		IN	A	63.214.255.1-254

file = root.cache
;       This file holds the information on root name servers needed to
;       initialize cache of Internet domain name servers
;       (e.g. reference this file in the "cache  .  <file>"
;       configuration file of BIND domain name servers).
;
;       This file is made available by InterNIC registration services
;       under anonymous FTP as
;           file                /domain/named.root
;           on server           FTP.RS.INTERNIC.NET
;       -OR- under Gopher at    RS.INTERNIC.NET
;           under menu          InterNIC Registration Services (NSI)
;              submenu          InterNIC Registration Archives
;           file                named.root
;
;       last update:    Nov 8, 1995
;       related version of root zone:   1995110800
;
;
; formerly NS.INTERNIC.NET
;
.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
;
; formerly NS1.ISI.EDU
;
.                        3600000      NS    B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
;
; formerly C.PSI.NET
;
.                        3600000      NS    C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
;
; formerly TERP.UMD.EDU
;
.                        3600000      NS    D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
;
; formerly NS.NASA.GOV
;
.                        3600000      NS    E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
;
; formerly NS.ISC.ORG
;
.                        3600000      NS    F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
;
; formerly NS.NIC.DDN.MIL
;
.                        3600000      NS    G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
;
; formerly AOS.ARL.ARMY.MIL
;
.                        3600000      NS    H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
;
; formerly NIC.NORDU.NET
;
.                        3600000      NS    I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
; End of File

Secondary server
/etc/
file = named.conf
options {
	directory "/var/named";
};
zone "." {
	type hint;
	file "named.ca";
};
zone "0.0.127.in-addr.arpa"{
	type master;
	file "named.local";
};
zone "clearworks.net"{
	type slave;
	file "sec/clearworks.net";
	masters { 63.214.252.197; };
};
zone "252.214.63.IN-ADDR.ARPA"{
	type slave;
	file "sec/63.214.252";
	masters {63.214.252.197; };
};

/var/named/sec/
file = 127.0.0
@		IN	SOA	nameserver1.clearworks.net	router at clearworks.net (
			2000071203 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
1		IN	PTR	localhost.

file = 63.214.252
; BIND version named 8.2.2-P5 Mon Feb 28 10:17:53 EST 2000
; BIND version
root at porky.devel.redhat.com:/usr/src/bs/BUILD/bind-8.2.2_P5/src/bin/named
; zone '252.214.63.IN-ADDR.ARPA'   last serial 2000071203
; from 63.214.252.197:53 (local 63.214.252.198) using AXFR at Wed Jul 12
16:54:02 2000
$ORIGIN 214.63.IN-ADDR.ARPA.
252	43200	IN	SOA	nameserver1.clearworks.net.252.214.63.IN-ADDR.ARPA.
router\@clearworks.net.252.214.63.IN-ADDR.ARPA. (
		2000071207 3600 900 1209600 43200 )
	43200	IN	NS	nameserver1.clearworks.net.
	43200	IN	NS	nameserver2.clearworks.net.
$ORIGIN 252.214.63.IN-ADDR.ARPA.
195	43200	IN	PTR	pmaccess1.clearworks.net.
196	43200	IN	PTR	www.clearworks.net.
197	43200	IN	PTR	nameserver1.clearworks.net.
198	43200	IN	PTR	nameserver2.clearworks.net.
199	43200	IN	PTR	smtp.clearworks.net.
200	43200	IN	PTR	cache1.clearworks.net.
193	43200	IN	PTR	cisco7206.clearworks.net.
194	43200	IN	PTR	foundry.clearworks.net.
file = root.cache
;       This file holds the information on root name servers needed to
;       initialize cache of Internet domain name servers
;       (e.g. reference this file in the "cache  .  <file>"
;       configuration file of BIND domain name servers).
;
;       This file is made available by InterNIC registration services
;       under anonymous FTP as
;           file                /domain/named.root
;           on server           FTP.RS.INTERNIC.NET
;       -OR- under Gopher at    RS.INTERNIC.NET
;           under menu          InterNIC Registration Services (NSI)
;              submenu          InterNIC Registration Archives
;           file                named.root
;
;       last update:    Nov 8, 1995
;       related version of root zone:   1995110800
;
;
; formerly NS.INTERNIC.NET
;
.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
;
; formerly NS1.ISI.EDU
;
.                        3600000      NS    B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
;
; formerly C.PSI.NET
;
.                        3600000      NS    C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
;
; formerly TERP.UMD.EDU
;
.                        3600000      NS    D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
;
; formerly NS.NASA.GOV
;
.                        3600000      NS    E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
;
; formerly NS.ISC.ORG
;
.                        3600000      NS    F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
;
; formerly NS.NIC.DDN.MIL
;
.                        3600000      NS    G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
;
; formerly AOS.ARL.ARMY.MIL
;
.                        3600000      NS    H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
;
; formerly NIC.NORDU.NET
;
.                        3600000      NS    I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
; End of File
file = clearworks.net
@		IN	SOA	nameserver1.clearworks.net.	router at clearworks.net (
			2000071205 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
@		IN	MX	5	smtp.clearworks.net.
@		IN	NS	nameserver1.clearworks.net.
@		IN	A	63.214.252.1-254
@		IN	A	63.214.253.1-254
@		IN	A	63.214.254.1-254
@		IN	A	63.214.255.1-254
nameserver1		IN	A	63.214.252.197
nameserver1		IN	NS	63.214.252.197.
nameserver2		IN	A	63.214.252.198
nameserver2		IN	NS	63.214.252.198.
foundry		IN	A	63.214.252.194
www		IN	A	63.214.252.196
smtp		IN	A	63.214.252.199
smtp		IN	MX	5	63.214.252.199.
cache1		IN	A	63.214.252.200
pmaccess1		IN	A	63.214.252.195
cisco7206		IN	A	63.214.252.193








More information about the bind-users mailing list