LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   binding named (https://www.linuxquestions.org/questions/linux-general-1/binding-named-373003/)

m41k 10-14-2005 09:04 AM

binding named
 
Hi,

is it possible to bind named nameserver to a specific ip?

I got 3 netcards, eth0, wlan0, wlan1 and i want to bind named to wlan1,
wich has 192.168.1.1 .

regards
maik

Gort32 10-15-2005 06:09 PM

Code:

  listen-on { 127.0.0.1; 10.11.12.0/24; }
This should do the trick. I am not sure if you can bind to a specific NIC, but you should be able to bind to a specific local IP.

m41k 10-18-2005 07:22 AM

yesss!

thanx, it's workin fine now!


All times are GMT -5. The time now is 04:33 PM.