Results 1 to 4 of 4

Thread: How to verify that 100% of traffic is routed through my VPN

  1. #1
    Join Date
    Jun 2008
    Location
    Pennsylvania
    Beans
    473
    Distro
    Kubuntu

    How to verify that 100% of traffic is routed through my VPN

    Just wondering. I know when I use my web browser it is, but if I am using any other service, or port, I want to know that it is using my VPN too.

    Can anyone help me out? I am using Kubuntu 17.10, and I used the KDE Network managers built in OpenVPN option (downloaded a config file from my vpn provider, and imported it)
    KDE is the best

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: How to verify that 100% of traffic is routed through my VPN

    Your default route should be out via the tunnel interface, and just a specific route to the VPN server out via the ethernet interface.
    Or you might find that rather than replacing your default route, it adds two more specific routes via the tunnel - 0.0.0.0/1 and 128.0.0.0/1. Post your routing table here and we can check it. The command to show that is
    Code:
    route -n

  3. #3
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: How to verify that 100% of traffic is routed through my VPN

    There is a cool app called Nutty that should show you this in a GUI list.

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: How to verify that 100% of traffic is routed through my VPN

    Err... tcpdump of course.

    # tcpdump -nlX -i eth0

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •