<div dir="ltr"><div>Hi, I'm installing in Debian the normal way with</div><div><br></div>sudo apt install -y dnsmasq<br><div><br></div><div>and it fails out of the box with:</div><div><br></div><div>------------------------------</div><div>Created symlink /etc/systemd/system/multi-user.target.wants/dnsmasq.service -> /lib/systemd/system/dnsmasq.service.<br></div><div>Job for dnsmasq.service failed because the control process exited with error code.<br>See "systemctl status dnsmasq.service" and "journalctl -xeu dnsmasq.service" for details.<br>invoke-rc.d: initscript dnsmasq, action "start" failed.<br>x dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server<br>     Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; preset: enabled)<br>     Active: failed (Result: exit-code) since Mon 2023-07-10 10:52:02 EDT; 14ms ago<br>    Process: 506097 ExecStartPre=/etc/init.d/dnsmasq checkconfig (code=exited, status=127)<br>        CPU: 14ms<br><br>Jul 10 10:52:02 coral systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...<br>Jul 10 10:52:02 coral systemd[1]: dnsmasq.service: Control process exited, code=exited, status=127/n/a<br>Jul 10 10:52:02 coral systemd[1]: dnsmasq.service: Failed with result 'exit-code'.<br>Jul 10 10:52:02 coral systemd[1]: Failed to start dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.<br></div><div>------------------------------<br></div><div><br></div><div>What could be wrong? Here is more info:</div><div><br></div><div>------------------------------<br></div><div>% journalctl -u dnsmasq.service -n 100 --no-hostname --no-pager<br>Jul 10 10:52:02 systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...<br>Jul 10 10:52:02 systemd[1]: dnsmasq.service: Control process exited, code=exited, status=127/n/a<br>Jul 10 10:52:02 systemd[1]: dnsmasq.service: Failed with result 'exit-code'.<br>Jul 10 10:52:02 systemd[1]: Failed to start dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.<br></div><div><br></div><div>% sudo netstat -tnlp | grep :53 | wc<br>      0       0       0<br></div><div>------------------------------</div><div><br></div><div>Is it that my network device is not eth0 but br0 instead?</div><div><br></div>------------------------------<br><div>% ip route<br>default via 192.168.0.1 dev br0 onlink <br><a href="http://172.17.0.0/16">172.17.0.0/16</a> dev docker0 proto kernel scope link src 172.17.0.1 linkdown <br><a href="http://192.168.0.0/24">192.168.0.0/24</a> dev br0 proto kernel scope link src 192.168.0.102</div><div> ------------------------------<br></div><div><br></div></div>