Comment 4 for bug 1096326

Revision history for this message
Ondrej Balaz (blami) wrote :

This issue is also present on 15.10 where dnsmasq-base is default behavior. Even when connection clearly sets default route and DNS servers are correctly displayed in Connection Information dialog they are always added only for given zones (is that split DNS?).

As a workaround following command can be used to send default DNS server(s) to dnsmasq using DBus:

sudo dbus-send --print-reply --system --dest=org.freedesktop.NetworkManager.dnsmasq /uk/org/thekelleys/dnsmasq uk.org.thekelleys.SetServers uint32:<ip>

where <ip> is integer representation of name server IP address (network byte order).