Multiple Uplink Router using 3G Sticks - Raspberry Pi Forums


hello,
becouse of circumstances im stuck without inet connection..

since noticed on android lte tablet called "speed downloads using lte , wifi" function, ive been thinking of setting similar speed own connection..

here´s promising solution ive found:

http://www.ssi.bg/~ja/#routes
http://www.ssi.bg/~ja/nano.txt
http://lartc.org/howto/lartc.rpdb.multiple-links.html


lets assume can apply kernel patches without problem... :lol:


-----------------------------------

http://www.ssi.bg/~ja/nano.txt :
as stated @ beginning, make use of patches , the
configuration described here, need relatively high number of
connections , remote servers. i've tried bitterly, wasn't able
achieve effect alone. started several simultaneous
downloads, ran mozilla on several computers @ same time, opening
different big sites, no avail. when regular users came, things
showed work correctly. not setup
single box, , then, we'll need address
translation.

1. has guess why author says not single box?

far ive understood it, should speed tasks doing picture search on google, 20 xxx small images, since download requests distributed on 3 lines...

--------------------------------------------------------------------


- http://www.ssi.bg/~ja/tmp/mpath2.sh - here important part:

code: select all

   ip route add default scope global \       nexthop via $gateway1 dev $inetstick1 weight 1 \       nexthop via $gateway2 dev $inetstick2 weight 1 \       nexthop via $gateway5 dev $phone1 weight 1 \       nexthop via $gateway6 dev $unknown1 weight 1 
2. how "round robin load balancing" (believe thats right word it) - react different , changing bandwidths?

whenever 1 of sticks fast can fall using 1 @ time, on phone, after first 500mb connection gets throttled down ~7kb/s..
since 3 of them have same speed of time, theres no need change weight/priority, except when add 4th ($unknown1)..
since mobile connection dont want run script doing x mb speedtest find out capacity of unknown connection, , want know happens if 3 throttled , 1 going @ full speed..

packet loss? every 4 new connection fast one? or kernel automatically place higher weight on better uplink?

i read forum post somewhere, sort of multiple uplink routing going supported in kernel end of year, couldnt find able confirm that..
neither can find post again -.-"

reserved more stupid questions ;)


raspberrypi



Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support