Comment 2 for bug 126592

Revision history for this message
Barak (barak-naveh) wrote :

bug confirmed.

as a temp workaround, one can use a script that adds the name servers back to the /etc/resolv.conf file.

echo "nameserver {dns-address1-goes-here}" > /etc/resolv.conf
echo "nameserver {dns-address2-goes-here}" >> /etc/resolv.conf

and run this script using sudo after each time the VPN is connected. annoying, but works.