test VPN client connection/speed from within the box by the script using wget

Comments

2 comments

  • Avatar
    Firewalla

    Have you tried iperf3? you should be able to bind to a local interface 

    0
    Comment actions Permalink
  • Avatar
    Nikolay Bogolubov

    My VPN interface as per ifconfig:

    vpn_DA66_DA669: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
            inet 172.27.239.184  netmask 255.255.248.0  destination 172.27.239.184

    And when I trying to get my ip from the ip echo service - I get nothing:
    wget --bind-address 172.27.239.184 -qO- https://ipecho.net/plain

    If I do not bind wget to specific address - it works:
    wget -qO- https://ipecho.net/plain

     

    0
    Comment actions Permalink

Please sign in to leave a comment.