DNSMASQ failing to start on Ubuntu 18.10 container on proxmox

Please follow the below template, it will help us to help you!

Expected Behaviour:

DNS is failing.

Actual Behaviour:

DNS and add blocking to work I believe this has to do with DNSMASQ failing to start.

Debug Token:

[✓] Your debug token is: tj6yby4nsq

See if instructions in this post help you:

I tried the following

sudo nano /etc/NetworkManager/NetworkManager.conf
There is nothing in this file

sudo systemctl restart NetworkManager
Failed to restart NetworkManager.service: Unit NetworkManager.service not found.

ps ax | grep dnsmasq
7828 pts/5 S+ 0:00 grep --color=auto dnsmasq
krisarmstrong@piholedns:~$

sudo nano /etc/systemd/resolved.conf
was commented out so I uncommented the line to
DNSStubListener=no

systemctl restart systemd-resolved
Failed to restart systemd-resolved.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
See system logs and 'systemctl status systemd-resolved.service' for detail

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.