regression: Upstream DNS server failure when server doesn't push DOMAINs

Bug #1292538 reported by Francois Deppierraz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
network-manager-openvpn (Ubuntu)
New
Undecided
Unassigned

Bug Description

The upgrade of network-manager-openvpn from 0.9.8.0 to 0.9.8.2 seems to expose a regression in setups where the openvpn server pushes default DNS servers to the clients without any explicit DOMAIN options.

Openvpn server configuration:

[...]
push "dhcp-option DNS 62.1.2.3"
push "dhcp-option DNS 62.1.2.4"
# no dhcp-option DOMAIN pushed
[...]

Here are the logs from the client before and after upgrading the network-manager-openvpn package:

network-manager-openvpn==0.9.8.0-2ubuntu1:

Mar 14 14:37:31 claw dnsmasq[2676]: setting upstream servers from DBus
Mar 14 14:37:31 claw dnsmasq[2676]: using nameserver 62.1.2.3#53
Mar 14 14:37:31 claw dnsmasq[2676]: using nameserver 62.1.2.4#53

network-manager-openvpn==0.9.8.2-1ubuntu4

Mar 14 14:48:27 claw dnsmasq[2676]: setting upstream servers from DBus
Mar 14 14:48:27 claw dnsmasq[2676]: using nameserver 62.1.2.3#53 for domain 62.in-addr.arpa
Mar 14 14:48:27 claw dnsmasq[2676]: using nameserver 62.1.2.4#53 for domain 62.in-addr.arpa

Result is that DNS resolution is now broken:

$ host www.ubuntu.com
Host www.ubuntu.com not found: 5(REFUSED)
$

Revision history for this message
Francois Deppierraz (francois-ctrlaltdel) wrote :

Tested on a trusty machine upgraded from saucy.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.