Originally posted by lfroen
Connection Type: 2 adsl connections 600 down / 300 up each
Have too match money pay to your ISP ? Unless you have each service dedicated to specific line (like ftp on eth0 and http+amule on eth1), you can't really use it.
Being precize - you can use it, if your provider is stupid enough to turn off rpf check on incoming packets.
I share my internet connection with my friends. We are 7 peoples using this two connections, so it become cheap for us. We run only one aMule on the server, and we all use VNC to control it.
Its possible to do load balance between 2 or more connections to the internet.
http://www.ssi.bg/~ja/nano.txt is a good guide and works here (and for many people i talk on mail list). The traffic is balanced by ip (each ip is assigned to one of the two connections). So if 202.20.20.22 use ppp0 to send me a packet, i send a packet to 202.20.20.22 using ppp0. If 202.50.50.55 send me a packet on ppp1, i use ppp1 to send a packet to 202.50.50.55, and so on. So, the traffic isnt messed up by the 2 adsls. I cant get one tcp connection to go through the 2 adsls lines, but when i have multiple simultaneous downloads/uploads (using amule, bittorrent and with 7 guys browsing internet) the traffic is evenly balanced between the two connections.
Here is a screenshot from the statistics page of my server:
http://i2.photobucket.com/albums/y46/punksc/2adsls.jpg
The Green lines are download, blue lines are upload. ADSL1 is the first adsl, ADSL2 is the second adsl, and ADSL1+ADSL2 is the sum of the traffic of the 2 adsls.