04-20-2022, 12:21 PM
I took some more time and found that I didn't have dnsmasq installed which will be the bridge
Code:
Setting up dnsmasq (2.86-1.1) ...
Job for dnsmasq.service failed because the control process exited with error code.
See "systemctl status dnsmasq.service" and "journalctl -xeu dnsmasq.service" for details.
invoke-rc.d: initscript dnsmasq, action "start" failed.
× dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2022-04-20 21:17:01 EEST; 70ms ago
Process: 2656 ExecStartPre=/etc/init.d/dnsmasq checkconfig (code=exited, status=0/SUCCESS)
Process: 2661 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=2)
CPU: 131ms
Apr 20 21:17:01 mobian systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Apr 20 21:17:01 mobian dnsmasq[2661]: dnsmasq: failed to create listening socket for port 53: Address already in use
Apr 20 21:17:01 mobian dnsmasq[2661]: failed to create listening socket for port 53: Address already in use
Apr 20 21:17:01 mobian dnsmasq[2661]: FAILED to start up
Apr 20 21:17:01 mobian systemd[1]: dnsmasq.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Apr 20 21:17:01 mobian systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
Apr 20 21:17:01 mobian systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.