kebellekek
Mar 15 2007, 06:39 PM
Hi all,
I have a server that runs named dns server on it. The problem is I have 4 IP adresses and the named listens to all of them.
I would like named to listen only on the IP adresses i have specified.
Is there a way to do that?
Sincerely yours.
xerophyte
Mar 15 2007, 06:57 PM
you can modify the listen-on
example
{{{
options {
directory "/var/named";
listen-on { ip_address; };
};
}}}
kebellekek
Mar 15 2007, 10:40 PM
Thank you so much xerophyte, it worked.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.