Bug 768664 - listen-address doesn't seem to work
Summary: listen-address doesn't seem to work
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dnsmasq
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Douglas Schilling Landgraf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-17 18:21 UTC by Need Real Name
Modified: 2012-04-20 13:09 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-20 12:36:44 UTC
Type: ---


Attachments (Terms of Use)

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...


Note You need to log in before you can comment on or make changes to this bug.