BIND configuration
    using linuxconf
 What you have to do to configure bind (named) the way you want, using linuxconf and other fixes. It just don't work just using linuxconf...

1   With linuxconf

First you have to add the named module to linuxconf. The name is dnsconf.

When you have done that a new menu will appear in the network section. Add the domain and configure it.

But you are not done yet... You have to edit the named.boot file manually (found out that after a long time... and have been fixed in newer versions of linuxconf), like this:

zone "domain" in {
	type master;
	file "filename";
};

or slave for a slave server (instead of master)...

now restart the daemon!

DONE


Copyright © 2004 Ola Lundqvist
Last updated: Fri Sep 03 14:10:45 2004 (CET).
Author: Ola Lundqvist
URL: http://www.opal.dhs.org/docs/bind.oml
Administrator: webmaster@inguza.net
Linux
onlineD-sektionen