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
Getting an error when running classic asp app on windows 7 with iis7
How do I identify user logon / logoff event in a domain
How to Remove Calendar from Favorites Folder Office Outlook 2003
SQL IN subquery vs another method, chained where
proc and package for simple code
IPSec VPN Issue
duplicate name exists on the network - domain environment, replacement server
Sharing Contacts with Outlook 2003
any new CAPTCHA framework??
send text area as html