Edit your primary DNS named.conf file and try the add this lines:
zone "domain.com" IN {
type master;
file "db.domain.com";
allow-transfer { ip.address.of.secondary.dns; };
};
Then at Secondary DNS named.conf
zone "domain.com" {
type slave;
file "db.domain.com";
masters {ip.address.of.primary.dns; };
allow-transfer { none; };
};
hope this help
On Wed, 15 Aug 2001, Allan Garcia wrote:
> hello guys,
> the scenario is we have 2 DNS server, primary and secondary. and whenever we
> add new zone to our primary, we also add this manually to our secondary dns
> for it to work. my problem is how can i automatically snyc this 2 servers,
> meaning that i only have to tweak the primary dns server and it will
> automatically update the DNS records on our secondary dns server. BTW we are
> using RH 7.1 and bind that comes with it.
>
> thanks and regards,
> allan
>
>
> _
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to
>[EMAIL PROTECTED]
>
- - - - - - - - - - - - -- - -
a l l a n t . p a r r e n o
OneVirtual-Internet
- -
There may be honor among thieves but none among software professionals.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]