Hide Forgot
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:
I forgot bind-interfaces. Any chance of referencing it near the listen part of the config?
It's not really required since there is dnsmasq documentation explaining how the config file works. Thanks!
My suggestion was to improve the documentation by mentioning bind-interfaces near listen-address...