do i have to use bonding on both side of vpn node? is there any different between bonding and bridging? openwrt support bridging in those scripts but may not bonding<br><br><div class="gmail_quote">On Thu, Jun 21, 2012 at 3:21 PM, Guus Sliepen <span dir="ltr"><<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Jun 21, 2012 at 10:02:02AM +0800, Xuefer wrote:<br>
<br>
> the situation has gone worst then ever since a long time ago. some ISP<br>
> normally don't block udp, but when traffic is high, udp get lower priority<br>
> and packet loss happens. some ISP slowdown tcp connection if it is<br>
> used aggressively. when this happens, i have to block udp using iptables<br>
> and use tcp only for tinc, or re-dial pppoe<br>
> also, multiple thread (tcp) downloading "tech" is used years ago to speed<br>
> up downloading<br>
><br>
> i would like to see multiple udp/tcp connection be used in tinc. by<br>
> using configuration like "Address = UDP:1.2.3.4:2000~2010,<br>
> TCP:1.2.3.4:2000~2010".<br>
> i cannot go into the detail how it could be implemented to get most<br>
> advantage out of<br>
<br>
</div></div>It seems the Internet is getting crazier every day. Tinc was originally written<br>
with the assumption that the real network just worked as it should, and only<br>
provided encrypted tunneling for your private network. It was not designed to<br>
fix your network. It seems that the way forward these days is to just<br>
spread-spectrum spam the network with IP packets of every type and all port<br>
numbers, and see what sticks...<br>
<br>
I might add such a feature to tinc in the future. Meanwhile, I suggest you<br>
complain to your ISP, and if that is possible for you, switch or threaten to<br>
switch to another ISP.<br>
<br>
You can also try to set up multiple instances of tinc on each node of your VPN,<br>
with almost identical configurations except for the Port they are listening on,<br>
and use the bonding driver to spread packets out over all of them. If that<br>
prevents the ISP from dropping packets, it might improve your VPN's performace.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Met vriendelijke groet / with kind regards,<br>
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org">guus@tinc-vpn.org</a>><br>
</font></span><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
<br>
iEYEARECAAYFAk/iy4QACgkQAxLow12M2nsg8QCeKTfcCmyDVOku5UxkKEPAoGs6<br>
hyYAnA2xPRdDHpcEvAAUZXloCjGlrTAU<br>
=ItiI<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br>