Hi, Could you give me more details? At the moment i have: a) 7 adsl modems (each modem gives an real IP) b) an outside server with big bandwidth (with real IP)
How can i do this aggregation? At the moment, i just loadbalancing the traffic. But this doesn't create a big channel. I can copy a file with maximum the speed of one connection. I want that aggregation to make able to copy the file with the speed of sum of all adsl connections. Thanks! On 12/15/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote:
On Thu, Dec 14, 2006 at 08:36:51PM +0000, just Maxim wrote: > Hello, > I have 7 ADSL connections, and one server outside with a big bandwidht. > I want to bond all 7 ADSL connection into one big channel. > I think it can be done using 7 VPN connections to the ourside server, and > after that to bond all this seve VPN connection into one big. > How can i do it with FreeBSD? Or other devices. I don't think VPN is the right way to go for channel bonding. You only need to use MLPPP or BGP or some such thing. It is a very simple thing to do. I have myself implemented link aggregation on wireless links by modifying only the downstream. The other side just assembled the packets properly automatically. I used a simple round robin scheme. The throughput was not constant but fairly good. I am sure it could be improved. If you want link sharing both ways, then you got to do this at both sides. Don't go the VPN way, you don't need the overhead for this. Besides it is totally unrelated to your goal. Should you have more questions feel free to ask. Best of luck! regards, Girish _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"
_______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"