VPN - Split Tunneling
I have a Firewalla Red at home, and terribly slow satellite internet. I want to use the VPN server to access my home network files from remote, but do not want all my my internet access to be tunneling through that VPN as it makes the connection unusably slow.
Is it possible to enable split tunneling?
-
Edit your Firewalla.ovpn file and add the following before the "compress" line.
route-nopull
route 192.168.2.0 255.255.255.0
route 10.100.155.0 255.255.255.0Replace 192.168.2.0 with your LAN IP
Replace 10.100.155.0 with your VPN IP provided by Firewalla (Not sure if it is necessary, but it works for me)
Add other routes you need to go through the VPNSave the file as new profile such as "Firewalla-split.ovpn" so that you can have the choice to split or not.
-
You need to modify the wireguard profile, this 'split tunnel' is a function of the client.
example: https://www.reddit.com/r/selfhosted/comments/b5pymz/split_tunnel_in_wireguard/
Please sign in to leave a comment.
Comments
9 comments