5.4.13

Samba4 dnsmasq on Ubuntu

Problems with DNS can usually be solved by disabling DNS by dnsmasq:

/etc/NetworkManager/Network[Manager.conf]

[main]
plugins=ifupdown,keyfile
#dns=dnsmasq

[ifupdown]
managed=false

Simply comment the dns=dnsmasq line.