|
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... |
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.
- Create an acl
- add the hosts to it
- allow transfers to and from it
- and let it listen on port 53
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 |
![]() ![]() |