<div dir="ltr"><pre><code>Hello everyone,<br>I'm actually using tinc mostly to route all my traffic to another server , <br>and my internet provider does all sorts of shaping and packet inspection to the outgoing packets,<br>including but not limited to shaping encrypted TCP sessions , and re-routing UDP connections every few minutes and even blocking IP addresses in case too many users are connected <br>with a traffic other than HTTP, so the only way tic works reliably most of the times is to use TCP .<br>but yet they do shape the session , but if use multiple servers , then everything would get fine and i get much better througput.<br>so what i think is possible to do is to achieve some results like MLPPP .<br>what I have in mind is something like this:<br>                            ----- TINC ON VPS 1 ----
                           /                         \
                          /                           \
LAN/PC-------Linux/ROUTER-  -  -   BONDING -   --------VPS 3------INTENRET
                          \                           /
                           \                         /
                            ------ </code><code><code>TINC ON VPS 2</code> ---<br></code></pre><pre><code>I'd actually have two instances of tinc VPS 3 and Linux Router both would be on the both networks,<br></code></pre><pre><code>I think i must configure each VPN in switch mode so it uses TAP device, and then I'd be able to configure balance-rr bound and i can aggregate the traffic on the other end and use multiple servers hence decreasing session speed and balance the traffic between multiple servers .<br>that's actually the idea , can someone express their ideas regarding the matter ?<br>thanks alot.<br></code></pre><pre><code>Siavash <br></code></pre></div>