Skip to content

Instantly share code, notes, and snippets.

@zealfire
Created May 13, 2018 12:52
Show Gist options
  • Save zealfire/466c0db4ffdcbeeb9a35599c4841d660 to your computer and use it in GitHub Desktop.
Save zealfire/466c0db4ffdcbeeb9a35599c4841d660 to your computer and use it in GitHub Desktop.
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