Problem With Intercae Bond

Hi

I have a 1) data-center & 2) a POP site
My whole internet traffic is in my data-center and i have 2 G.SHDSL links in my POP site.
I did run 2 EOIP tunnel between my data-center and my POP site, after that, I did add a bond interface on both side and did the configuration as well. I route internet traffic through bonding interface from data-center to the POP site.
The problem is :
Every G.SHDSL link in POP site is 1.5 Mbps and when I use bond interface, I expect to use 3 Mpbs internet traffic on the router at POP site. But the internet traffic will not gone over 2.4 Mbps.
Is it normal? Is there any overhead on the bonding solution?
Please help me :frowning:


Regards

do you use ‘balance-rr’ mode? it’s not an overhead, it’s reordering of packets, I believe. in RR mode, each packet of TCP connection is being sent to new slave interface, and via *DSL packets may arrive in different order to the remote site. TCP doesn’t like that

so, if there are many connections, use another mode for bonding. like alb or xor