1

I'm looking a way to connect Internet through my VPN server while browsing from Google Chrome Browser. I though best way is use an extension but I couldn't find any extension that let me enter my own VPN information. All extensions have their own servers and I can connect their servers, not mine.

I already added my VPN server (L2TP/IPsec) to Windows 10 with using its own built-in VPN module. But when I connect with it, my whole connections are using the VPN. I don't want that. Does anyone know a solution for that?

tatoline
  • 703

1 Answers1

0

That’s easy:

  • Don’t redirect all traffic to the VPN, only the VPN subnet (“Split Tunneling”)1
  • Run a HTTP proxy server (like Squid) on the VPN subnet
  • Use something like FoxyProxy to make only Chrome use the proxy2

1: Disable “use default gateway on remote network” on the VPN connection’s advanced IPv4 TCP/IP settings.

2: Because Chrome by itself can only use the system-wide proxy settings but you don’t want to change these, you need an extension to do this.

user219095
  • 65,551