On 06/04/2016 10:43 AM,
ad51...@gmail.com wrote:
> I've been trying to configure a ProxyVM with a VPN for a while now, and I can't seem to get it to work. I've tried both the NetworkManager instructions and the command line instructions from here:
https://www.qubes-os.org/doc/vpn/. The NetworkManager always times out when attempting to connect to the VPN (funnily enough, it does this in KDE on a separate system too) despite the command line openvpn client working flawlessly and all of the plugins being installed. I'm not sure what goes wrong with the command line version; it does successfully create the tun adapter, but can't resolve hostnames. If I manually reconfigure the DNS using resolv.conf, it begins resolving fine, but no traffic travels through the VPN. Is there any way I can fix this?
>
The current version of the VPN doc is hard to follow because it requires
the user to hard-code IP addresses in several places (and you can't use
domain names for the server). This is an error-prone approach.
I created a couple scripts to handle all of it here -
https://github.com/ttasket/Qubes-vpn-support
and discussion thread -
https://groups.google.com/d/msgid/qubes-devel/57516C4B.4070305%40openmailbox.org
Hope you find it useful...
Chris