[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] IP address limit



> start.  I have been told it is because the Raq tries to answer for dns
> on all IP's.  I looked in the Raq3 manual and the knowledgebase and
see

Then just tell bind what address it should listen on.

Login as root and edit named.conf. Add something like this:

options {
  listen-on { 127.127.127.127 };
};

Where you should substitue 127.127.127.127 with an address list of the
ip's that named should listen on.

There is probably already an options {} setting, so put the listen-on
into that block.

You may experience a problem, that the GUI overwrites your named.conf
file whenever you press Save DNS Settings in the GUI (I can't remember
as I always disable the DNS GUI, as I want to do it by myself). If you
have this problem, you can go change the perl modules that Cobalt uses,
so that it doesn't overwrite your changes.

--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@xxxxxxxxxxxxxxxxxxxx