Re: how to exclude certains programs from vpn
Posted: Sat Dec 10, 2016 10:50 am
If you know the exact IP's you want to exclude you can try the following in your OpenVPN client config
push "route 10.0.0.0 255.255.0.0 net_gateway"
push "redirect-gateway def1"
Where 10.0.0.0/16 is the range of IP's you are trying to exclude
push "route 10.0.0.0 255.255.0.0 net_gateway"
push "redirect-gateway def1"
Where 10.0.0.0/16 is the range of IP's you are trying to exclude