Windows – How to determine which traffic is routed through the VPN from the client side

routingvpnwindows

If I have a Cisco VPN client on my computer and I want to see if https or http traffic is routed through the VPN or not, how should I do this? Can viewing the routing table tell me this information? Preferably without the use of third party tools like wireshark, I would rather do this will Windows tools like netstat if possible.

Best Answer

In addition to darwish's suggestion to using tracert, you can do either of the following -

1. Execute route print in command prompt and see what the default gateway is. The default gateway is the one one which starts with 0.0.0.0 - and that line will tell you what gateway IP or interface is used as default route.

2. Just google what is my ip or visit ifconfig.me, that will give you your public facing IP address. If you know which one is vpn and which one is your ISP's IP, then you should be able to tell the difference.