Hello,
I'm trying to send nothing but Steam.exe over the VPN and the rest of my internet shall work without VPN. I've googled this and found the "Split-Tunneling" function of OVPN.
But every Tutorial I found just forward/block specific web pages/ IP adresses, how to forward steam and nothing else through the vpn?
Thank you in advance for your reply
How to use OVPN only on Steam?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please report your experience with testing branch. Include what you were using and how
If there is a problem, the more info the better!
Please report your experience with testing branch. Include what you were using and how
If there is a problem, the more info the better!
-
- OpenVpn Newbie
- Posts: 1
- Joined: Mon Jun 29, 2015 5:59 pm
-
- OpenVpn Newbie
- Posts: 9
- Joined: Mon Aug 08, 2016 6:35 am
Re: How to use OVPN only on Steam?
1. Configure your OpenVPN client for a specific VPN server you want to use.
2. Open the *.ovpn file of the VPN server you'd like to use with any document viewer (e.g. Notepad).
At the top add 2 lines:
route-nopull -> prevents the VPN client from creating a standard rule that forces all traffic through the VPN connection
route 1.2.3.4 -> tells your machine what IPs should be used via VPN connection
Replace "1.2.3.4" with the IP you want being used via VPN connection.
3. Save the *.ovpn config file and connect to the VPN using it.
2. Open the *.ovpn file of the VPN server you'd like to use with any document viewer (e.g. Notepad).
At the top add 2 lines:
route-nopull -> prevents the VPN client from creating a standard rule that forces all traffic through the VPN connection
route 1.2.3.4 -> tells your machine what IPs should be used via VPN connection
Replace "1.2.3.4" with the IP you want being used via VPN connection.
3. Save the *.ovpn config file and connect to the VPN using it.
-
- OpenVPN Protagonist
- Posts: 11138
- Joined: Fri Jun 03, 2016 1:17 pm
Re: How to use OVPN only on Steam?
At least three lines are required as you must route the VPN server.stevenwilliams wrote:At the top add 2 lines: