Microsoft
Software
Hardware
Network
Question : can't transfare only on zone (on-authoritative answer )
I am having problem transfaring only (db.external.192.168.1) zone from master to slave. all other zones copied from master to slave except this one, the error i am getting is:
###Jul 21 17:31:14 BINDt-test named[17492]: zone 1.168.192.in-addr.arpa/IN/
external: refresh: non-authoritative answer from master 10.1.3.30#53 (source 0.0.0.0#0)###
master IP:10.1.3.30
slave IP: 10.1.3.176
Any idea why is that?
1- master server zones
view "external" {
match-clients { ANY; };
recursion no;
additional-from-auth no;
additional-from-cache no;
zone "testserver.org" in {
type master;
file "db.external_auis.org";
allow-update { none; };
allow-transfer { 10.1.3.17; };
};
zone "1.168.192.in-addr.arpa" in {
type ;
file "db.external.192.168.1";
allow-update { none; };
allow-transfer { 10.1.3.17; };
};
};
include "/etc/tsig.key";
2- slave server zones:
view "external" {
match-clients { ANY; };
recursion no;
zone "testserver.org" in {
type slave;
file "bak.external_auis.org";
masters { 10.1.3.30; };
};
zone "1.168.192.in-addr.arpa" in {
type slave;
file "bak.externali_auis.org";
masters { 10.1.3.30; };
};
};
Zone File ( db.external.192.168.1)
TTL 86400
$ORIGIN 1.168.192.IN-ADDR.ARPA.
@ IN SOA testserver.org. admin.testserver.org. (
20100730 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
; server host definitions
IN NS ns1.testserver.org.
119 IN PTR testserver.org.
130 IN PTR ranj.testserver.org.
Answer : can't transfare only on zone (on-authoritative answer )
This just an edit typo in your reverse lookup zone definition?
> type ;
I suggest you make that "type master;".
Chris
Random Solutions
ASDM on ASA 5505 after change of inside interface IP
SBS Server 2003 hardware failed, how to make work on new hardware?
Access 2007 RunSavedImportExport from macro
Cisco ASA Clientless SSL VPN: NAT exempt on same IP range
How to display two types of file format in OpenFileDialog in windows application using c#
Sort Excel cell values in Excel 2003
WinForm Binding to child on UserControl
Row and Column Group not placing value where I expect
Powerpoint 03 behaves odd in windows 7
I am connected to the network but I can't connect to the Internet.