Help - Search - Members - Calendar
Full Version: How to listen only on specific IP
The Planet Forums > System Administration > DNS Hosting
kebellekek
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
you can modify the listen-on
example
{{{
options {
directory "/var/named";
listen-on { ip_address; };
};
}}}
kebellekek
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.
Invision Power Board © 2001-2009 Invision Power Services, Inc.