I added those two lines to the end of my vpn.conf, which I execute like: sudo openvpn --config vpn.conf
However, after the script reports "Initialization compete", the only data added to my resolve.conf are two nameserver entries, neither of which is the nameserver specified in the push command. The domain and search entries aren't added either. Therefore, I'm still unable to resolve domains inside the VPN. The following are the contents of my vpn.conf file: client dev tun script-security 2 proto udp remote 10.23.45.123 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert myuser.crt key myuser.key comp-lzo verb 3 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf Are there any other directives that I should add? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691723 Title: OpenVPN Client Ignores DNS -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs