Openvpn – How do i tell if all traffic is going though the vpn

openvpn

I have a openVPN set up on the server and I am using openVPN connect for my client. I have some internal websites that I need to access and some of them don't work. I want to make sure that when the traffic is going through the VPN and not though the normal internet connection.
The gateway ip for my network is 192.168.0.1 and the gateway for openVPN is 10.8.0.1. I have done trace route and it shows that the websites that don't work access 192.168.0.1 and not 10.8.0.1. Is this proof that it is not going though the VPN?

Best Answer

If you're on windows then start a dos window and run the tracert command.

e.g. tracert www.google.com

You can also use an IP address instead of a DNS name.

If you're on Linux you can do the same with the traceroute command.

With both utilities you should hopefully get a trace of the route that packets take to reach the destination. You'll be able to tell if it's passing through your VPN gateway.