Re: VPN Agregation

2006-12-21 Thread Taras Danko
Hi. Check the ng_one2many man page. (especially EXAMPLES section). I got this working on the point-to-point scheme with two fbsd 5.X boxes with 2 Gigabit NICs on each machine. -- contact me: email: [EMAIL PROTECTED] icq: 166956956 ___ freebsd-hack

Re: VPN Agregation

2006-12-20 Thread Julian Elischer
Robert Atkinson wrote: I used mpd at one point for a proof of concept to do this, it did work pretty well with 2 dsl modems, 756k being bonded into one 1400 link. It did have problems, but I think I got greedy by using openvpn to push compressed packets through it. Keep the vpn out of it :) It i

Re: VPN Agregation

2006-12-20 Thread Robert Atkinson
I used mpd at one point for a proof of concept to do this, it did work pretty well with 2 dsl modems, 756k being bonded into one 1400 link. It did have problems, but I think I got greedy by using openvpn to push compressed packets through it. Keep the vpn out of it :) It is a good idea, since any

Re: VPN Agregation

2006-12-19 Thread Girish Venkatachalam
On Tue, Dec 19, 2006 at 12:53:51PM +0200, just Maxim wrote: > 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 loa

Re: VPN Agregation

2006-12-19 Thread just Maxim
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 fil

Re: VPN Agregation

2006-12-14 Thread Simon Chang
Maxim, VPN and channel aggregation are two completely unrelated concepts. If you want to do channel aggregation, you will also need networking equipments (routers and switches) that are intelligent enough to realize that you are treating seven physical lines as one virtual line. Otherwise, the

Re: VPN Agregation

2006-12-14 Thread Girish Venkatachalam
On Thu, Dec 14, 2006 at 08:36:51PM +, 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 bon

Re: VPN Agregation

2006-12-14 Thread Julian Elischer
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 c