origin defaulting to undesired domzin in zone file transfer to slave

This is a discussion on origin defaulting to undesired domzin in zone file transfer to slave within the Bind Users forums, part of the DNS and Related Forums category; Origin should be operon.com As you can see '@' was employed in the SOA record on the master side. I ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-12-2003
Bill Friedman
 
Posts: n/a
Default origin defaulting to undesired domzin in zone file transfer to slave



Origin should be operon.com
As you can see '@' was employed in the SOA record on the master side. I
understand that means the domain name is based on the second field of
the zone statement
in named.conf. However in our zone file there are three zones and on
the slave,it appears to have defaulted to operon.net as opposed to
operon.com. BTW, The master
seems to function fine with this setup. I suspect substituting
operon.com in the master's zone file will do the trick but, I'm curious
about the mechanism and if there
is an alternative solution.

master's db.operon file

$TTL 86400 ; 1 day
@ IN SOA kenny.operon.com. hostmaster.operon.com. (
2003080901 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
NS ns1-auth.sprintlink.net.
NS ns2-auth.sprintlink.net.
NS ns3-auth.sprintlink.net.
MX 10 wendy
MX 20 kenny
MX 30 cartman

......

here's named.conf from the master

zone "operon.com" in {
type master;
file "db.operon";
notify yes;
allow-transfer {
####
};
};

zone "operon.net" in {
type master;
file "db.operon";
notify yes;
allow-transfer {
####
};
};

zone "qiagenoperon.com" in {
type master;
file "db.operon";
notify yes;
allow-transfer {
####
};
};


.......

here's named.conf on the slave

};

zone "operon.com" in {
type slave;
file "bak.operon";
masters { #### };
};

zone "operon.net" in {
type slave;
file "bak.operon";
masters { #### };
};

zone "qiagenoperon.com" in {
type slave;
file "bak.operon";
masters { #### };
};
.......


version ends up on slave after transfer.

$ORIGIN .
$TTL 86400 ; 1 day
operon.net IN SOA kenny.operon.com. hostmaster.operon.com. (
2003080901 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
NS ns1-auth.sprintlink.net.
NS ns2-auth.sprintlink.net.
NS ns3-auth.sprintlink.net.
A 198.68.215.35
MX 10 wendy.operon.net.
MX 20 kenny.operon.net.
MX 30 cartman.operon.net.
$ORIGIN operon.net.

.......

--
Thank You






Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:03 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0