Created
May 13, 2018 12:52
-
-
Save zealfire/466c0db4ffdcbeeb9a35599c4841d660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t depends on the vpn configuration. To check how it is in your case check your default gateway: | |
Windows (in command prompt): | |
route print | |
Linux (in console) | |
netstat -nr | |
Look for network destination 0.0.0.0 (win) or default (linux). If it set to your local subnet gateway - not entire traffic is going through vpn. Any other case - all traffic through vpn. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment