F5F Stay Refreshed Power Users Networks Need assistance with VPN split tunneling?

Need assistance with VPN split tunneling?

Need assistance with VPN split tunneling?

E
EuropeanUnion
Senior Member
700
05-21-2016, 03:52 PM
#1
Hello! I'm a small content creator just starting out with streaming. I've encountered an issue where my ISP throttles connections outside my country (I'm currently in Peru). To work around this, I'm using a VPN. So far, the only VPN that offers decent upload speeds is HotSpot Shield. I've tried NordVPN, ExpressVPN, and PIA, but none of them support split tunneling. My ping is extremely high, making games and Discord difficult. I'm wondering if it's possible to route just OBS through the VPN while letting other traffic go through the regular network. I see that HotSpot Shield uses a virtual network adapter (TAP-Windows Adapter V9). I'm on Windows 10 Home 64-bit, connected via an Ethernet cable directly to the motherboard, with no other network cards. Any advice would be really helpful!
E
EuropeanUnion
05-21-2016, 03:52 PM #1

Hello! I'm a small content creator just starting out with streaming. I've encountered an issue where my ISP throttles connections outside my country (I'm currently in Peru). To work around this, I'm using a VPN. So far, the only VPN that offers decent upload speeds is HotSpot Shield. I've tried NordVPN, ExpressVPN, and PIA, but none of them support split tunneling. My ping is extremely high, making games and Discord difficult. I'm wondering if it's possible to route just OBS through the VPN while letting other traffic go through the regular network. I see that HotSpot Shield uses a virtual network adapter (TAP-Windows Adapter V9). I'm on Windows 10 Home 64-bit, connected via an Ethernet cable directly to the motherboard, with no other network cards. Any advice would be really helpful!

I
ItzGum231
Member
60
05-21-2016, 04:17 PM
#2
Sorry, I can't do it.
I
ItzGum231
05-21-2016, 04:17 PM #2

Sorry, I can't do it.

B
BluidyCraft
Member
219
05-22-2016, 09:14 PM
#3
Generally, it's better to avoid consumer VPNs unless the service offers support (like Hotspot Shield which doesn't).
B
BluidyCraft
05-22-2016, 09:14 PM #3

Generally, it's better to avoid consumer VPNs unless the service offers support (like Hotspot Shield which doesn't).

S
shadowbacca
Member
226
05-22-2016, 10:59 PM
#4
Considered another approach using a virtual machine. Running Obs and the VPN inside it, then connecting via the NDI plugin to the PC... but unsure if this would function or if the system could manage it. The machine is an i74930k with 32GB DDR3 RAM.
S
shadowbacca
05-22-2016, 10:59 PM #4

Considered another approach using a virtual machine. Running Obs and the VPN inside it, then connecting via the NDI plugin to the PC... but unsure if this would function or if the system could manage it. The machine is an i74930k with 32GB DDR3 RAM.

D
djninja444
Member
173
05-23-2016, 04:56 PM
#5
Well, I tried setting up a virtual machine and everything seemed to function with the VPN, but the CPU usage was huge. It was using 80% even when nothing was running. So the only options are to accept it, relocate to another country, or get a second machine that handles encoding and uses the VPN. Or try tricking the VPN with a virtual NIC—though I’m not up for that right now.
D
djninja444
05-23-2016, 04:56 PM #5

Well, I tried setting up a virtual machine and everything seemed to function with the VPN, but the CPU usage was huge. It was using 80% even when nothing was running. So the only options are to accept it, relocate to another country, or get a second machine that handles encoding and uses the VPN. Or try tricking the VPN with a virtual NIC—though I’m not up for that right now.

S
shizzle54
Member
210
05-23-2016, 11:31 PM
#6
The OBS output destination uses an actual IP address. Your VPN modifies your routing table by inserting routes. Open a command prompt and run "route print" to verify. You can assign a new default route using your regular interface, giving it a lower metric, and then point it to your VPN interface using the destination IP with an even lower metric.
S
shizzle54
05-23-2016, 11:31 PM #6

The OBS output destination uses an actual IP address. Your VPN modifies your routing table by inserting routes. Open a command prompt and run "route print" to verify. You can assign a new default route using your regular interface, giving it a lower metric, and then point it to your VPN interface using the destination IP with an even lower metric.