View Single Post

  #3 (permalink)  
Old 02-07-2005, 01:42 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

In options try

Code:
listen-on { 192.168.1.3; };
If the server doesn't know the answer to a question, it will query other nameservers. query-source specifies the address and port used for such queries so use listen-on to bind Linux/BSD named (bind 9) to specific IP address as shown above
Reply With Quote