tutyy 0 Posted ... hello, i have add some ip to routes option (setting > routes ) outside vpn but routes not work ! and go through vpn tunnel still ! network lock is on. what i do? Quote Share this post Link to post
keikari 9 Posted ... I had same issue about half year ago. I made bug report and I think they were able to confirm it as an issue but no fix has arrived as far as I know. If you are using gnu/linux you can set it go outside tunnel manually with command like this sudo ip route add 169.0.0.1/24 via 169.2.2.12 dev enp2s0u Unprofessional explanation: sudo ip route add <ip you want to set outside vpn> via <your default gateway> dev <network interface you want to use>' You will still need to have it also in (settings > routes) to pass network lock. Quote Share this post Link to post