On Tue, 2017-09-19 at 15:40 -0500, Chris wrote:

> > > > > > I've disable dnsmasq in my
> > > > > > /etc/NetworkManager/NetworkManager.conf
> via
> #dns=dnsmasq
> 
> However, when restarting the network I see:
> dnsmasq[2323]: reading /etc/resolv.conf
> dnsmasq[2323]: using nameserver 127.0.0.1#53
> dnsmasq[2323]: using nameserver 127.0.0.1#53 
> 
> NetworkManager[24113]: <info>  [1505852393.3238]   nameserver
> '192.168.0.1'
> NetworkManager[24113]: <info>  [1505852393.3238]   nameserver
> '205.171.2.226'
> 
If you want dnsmasq dead and assuming you're using systemd, do this:

sudo systemctl stop dnsmasq
sudo systemctl disable dnsmasq

...then it won't be restarted under any circumstances including a
reboot.

If you're still on the old sysVinit system, do its equivalent so that
dnsmasq isn't started at any runlevel.   


Martin

Reply via email to