You are not logged in.

#1 2013-02-04 21:19:22

esmith972
Member
Registered: 2013-02-04
Posts: 2

OpenVPN client question -- routing

Hey folks,

I am running OpenVPN as a client to IPVanish. The problem is, this program is routing ALL traffic through the tun adapter. That is undesired because I still want to be able to access the box on the road. I'd sort of like to use OpenVPN as maybe a proxy so only certain programs will route through it or some other fashion. Any ideas how I can achieve this? Below is my config, please let me know if anything else is needed. IPVanish also offers L2TP and PPTP if that would simplify things but I'd love to stick with OpenVPN. Thanks!

client
dev tun
proto tcp
remote xxxxxx.ipvanish.com 443
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
ca xxxxxxxx.crt
tls-remote xxxxx.ipvanish.com
auth-user-pass pass.txt
comp-lzo
verb 3
auth SHA256
cipher AES-256-CBC
keysize 256
tls-cipher DHE-RSA-AES256-SHA:DHC-DSS-AES256-SHA:AES356-SHA

Offline

#2 2013-02-04 21:34:54

esmith972
Member
Registered: 2013-02-04
Posts: 2

Re: OpenVPN client question -- routing

Disregard, I found a thread similar to mine. Thank you!

https://bbs.archlinux.org/viewtopic.php?id=151870

Offline

Board footer

Powered by FluxBB