Bug 79146

Summary: query-source not honoured.
Product: [Retired] Red Hat Linux Reporter: e
Component: bindAssignee: Jason Vas Dias <jvdias>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: bind-9.2.4rc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-12 20:46:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description e 2002-12-06 10:46:46 UTC
Description of Problem:
The query-source option is not used by bind.

Version-Release number of selected component (if applicable):
bind-9.2.1-1.7x.2 

How Reproducible:
100%

Steps to Reproduce:
1. Setup multiple interfaces on a machine.
2. Add:
query-source address IP_ADDRESS_OF_NON_PRIMARY_IP;
3. Restart bind

Actual Results:
DNS queries go out with default source IP address.

Expected Results:
For source address to be as specified (worked in Bind 8.x)

Comment 1 Daniel Walsh 2003-01-06 22:34:22 UTC
Are you seeing any messages in  /var/log/messages?

Dan

Comment 2 e 2003-01-07 01:01:31 UTC
No messages. Just doesn't work and tcpdump shows packets going out with wrong
IP address.

Comment 3 Daniel Walsh 2004-04-29 02:09:13 UTC
Are you seeing this with a current version?

IE RHEL 2.1, RH9, FC1/2 or RHEL 3.0

Comment 4 Jason Vas Dias 2004-08-12 20:46:33 UTC
 In bind-9.2.4rc6 , for FC3 / FC2-update, the query-source
 option IS honoured and works fine.