Indeed, question #631810 seems to address the same problem. > Are you running a local nameserver such as dnsmasq from the dnsmasq package?
This seems to be the default in Ubuntu. And "ps ax | grep dns" reports some running. /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind- interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf- file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf- dir=/etc/NetworkManager/dnsmasq.d > Is there a nameserver listening at 127.0.0.1? The default in Ubuntu seems to be 127.0._1_.1. And netstat confirms that the only running nameserver is the described instance. tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 5058/dnsmasq -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311308 Title: Name resolution not working using openconnect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/1311308/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
