[Bug 691723] Re: OpenVPN Client Ignores DNS
Cerin
691723 at bugs.launchpad.net
Wed Dec 22 14:27:21 GMT 2010
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
Server Team, which is subscribed to openvpn in ubuntu.
https://bugs.launchpad.net/bugs/691723
Title:
OpenVPN Client Ignores DNS
More information about the Ubuntu-server-bugs
mailing list