View Single Post

  #1 (permalink)  
Old 02-07-2005, 06:10 AM
Ashish Pathak Ashish Pathak is offline
Member
User
 
Join Date: Jan 2005
Location: Pune, India.
Posts: 47
Rep Power: 0
Ashish Pathak
Send a message via MSN to Ashish Pathak Send a message via Yahoo to Ashish Pathak
Default BIND 9 and Query-Source

Hi All:

I have configured BIND 9 and I am using 4 NIC cards..
For Ex::
1. 192.1680.1, 2, 3, 4
2. Now here I want use only one NIC card i.e. 192.168.0.1 as query-source, In named conf I put the following entry..

query-source address 192.168.0.1 port 53 ;
but still it is showing

Pv4 interface lo, 127.0.0.1#53
Feb 06 16:53:03.896 listening on IPv4 interface eth0, 192.168.0.1#53
Feb 06 16:53:03.896 listening on IPv4 interface eth1, 192.168.0.2#53
Feb 06 16:53:03.897 listening on IPv4 interface eth2, 192.168.0.3#53
Feb 06 16:53:03.898 listening on IPv4 interface eth5, 192.168.0.4#53

Since I have configured it for 192.168.0.1, It should only listen on 192.168.0.1... but it is not doing so..
Any solution??
Reply With Quote