Bug 768664

Summary: listen-address doesn't seem to work
Product: [Fedora] Fedora Reporter: Need Real Name <lsof>
Component: dnsmasqAssignee: Douglas Schilling Landgraf <dougsland>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: aquini, dougsland, itamar, lsof, veillard
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-20 12:36:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Need Real Name 2011-12-17 18:21:32 UTC
Description of problem:
listen-address seems to be ignored:

# grep listen-address /etc/dnsmasq.conf 
listen-address=192.168.120.1

# systemctl restart dnsmasq.service

# netstat -tunpal|grep dns
tcp        0      0 0.0.0.0:53                  0.0.0.0:*                   LISTEN      1523/dnsmasq        
tcp        0      0 :::53                       :::*                        LISTEN      1523/dnsmasq        
udp        0      0 0.0.0.0:53                  0.0.0.0:*                               1523/dnsmasq        
udp        0      0 0.0.0.0:67                  0.0.0.0:*                               1523/dnsmasq        
udp        0      0 :::53                       :::*                                    1523/dnsmasq        




Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Need Real Name 2011-12-17 18:37:24 UTC
I forgot bind-interfaces. Any chance of referencing it near the listen part of the config?

Comment 2 Douglas Schilling Landgraf 2012-04-20 12:36:44 UTC
It's not really required since there is dnsmasq documentation explaining how the config file works.

Thanks!

Comment 3 Need Real Name 2012-04-20 13:09:38 UTC
My suggestion was to improve the documentation by mentioning bind-interfaces near listen-address...