by tomcheng76 » Mon May 07, 2012 6:45 am
$this->bbcode_second_pass_quote('necro', 'Z')nc is a irc bouncer. Openvpn is the Von client. I want to route znc traffic from my Linux box to a VPN service. Transmission client must connect directly to Internet.
From the KissVPN FAQ
I.1 What do I have to do if I want to use my regular ISP and internet connection ?
If you want to use the VPN service you have to connect using the VPN-connection. If you want to use your regular ISP and internet connection you must disconnect the VPN-connection.
which means advanced forwarding is not allowed, you better host your openvpn server yourself or find another one.
The most simple way to do this is to put a linuxbox @ home, apply a ddns, install ssh or openvpn server, then do ssh tunneling or iptables + openvpn. local forward 6667 in your office to your home linux 6667 port
Edited: After the routing is setup, when your local machine connect *:6667, it will goes through the VPN, for other connection (like your transmission), it will use your original internet services
I always use screen + irssi for my IRC, so it will not be disconencted, then i do SSH, not port forwarding
