Doing a quick & dirty (one run only) download comparison from my LAN (that's 
behind the router, firewall, switch, etc etc).

In this test, the IPv4 traffic is going out locally, through my ISP, and the 
IPv6 traffic is going over the VPN.

        rm -f linux*tar.gz && \
        time wget -4 --no-check-certificate \
        
https://tiz-korg-pub.kernel.org/pub/linux/kernel/v3.x/linux-3.19.8.tar.gz && \
        rm -f linux*tar.gz && \
        time wget -6 --no-check-certificate \
        
https://tiz-korg-pub.kernel.org/pub/linux/kernel/v3.x/linux-3.19.8.tar.gz

Returns decent, not great results for

IPv4

        real    0m44.052s
        user    0m3.908s
        sys     0m4.768s

& IPv6

        real    0m50.019s
        user    0m5.316s
        sys     0m6.920s


- John

------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to