Adding a Forwarding Zone (Bind 9.9.2)

Marc Muehlfeld Marc.Muehlfeld at medizinische-genetik.de
Wed Dec 5 15:11:24 MST 2012


Hi,

do I understand you right: You run bind on your S4 DC and want to forward all 
requests for a specific zone to an other DNS server?

Then just add the following to your named.conf:

zone "muc.medizinische-genetik.de" {
         type forward;
         forwarders { 192.168.29.2; };
};

and reestart named. And that's it.

Regards,
Marc


-- 
Marc Muehlfeld (IT-Leiter)
Zentrum für Humangenetik und Laboratoriumsmedizin
Dr. Klein, Dr. Rost und Kollegen
Lochhamer Str. 29 - D-82152 Martinsried
Telefon: +49(0)89/895578-0 - Fax: +49(0)89/895578-780
http://www.medizinische-genetik.de


More information about the samba-technical mailing list