[opensuse] slave dns server
Hello, What is the best way to set up a slave dns server? I have a master running, but I am curious if there is a quick way to import zones from the master to the slave. Thank you for your help. James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
James D. Parra wrote:
Hello,
What is the best way to set up a slave dns server? I have a master running, but I am curious if there is a quick way to import zones from the master to the slave.
Zones will be automatically transferred, but not the zone-config. (e.g. /etc/named.d/nnnnnnn). I have heard of people also having managed to copy the zone-config, but I haven't looked into it. /Per -- Per Jessen, Zürich (-9.0°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 19 December 2009 23:43:58 James D. Parra wrote:
Hello,
What is the best way to set up a slave dns server? I have a master running, but I am curious if there is a quick way to import zones from the master to the slave.
Thank you for your help.
James
James, As Per said, slave dns setup is fairly trivial. I have posted my slave dns config: http://www.3111skyline.com/dl/linux/cnf/named.conf.slave it includes the commented out "master" zones that were used for "slave" zones on the slave dns so you can see just what the changes are between master/slave setup. (not much). Additionally, you will need to add the 'allow-transfer' directive in the master named.conf in order for your slave to be able to grab the zone files. I have a copy of my master from the same setup here: http://www.3111skyline.com/dl/linux/cnf/named.conf.master.txt Good luck -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
David C. Rankin wrote:
Additionally, you will need to add the 'allow-transfer' directive in the master named.conf in order for your slave to be able to grab the zone files.
Adding 'allow-transfer' won't hurt, but the BIND default is to allow transfers to all hosts. /Per -- Per Jessen, Zürich (-9.1°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
David C. Rankin
-
James D. Parra
-
Per Jessen