Date: Fri, 07 Dec 2001 10:00:54 -0800 From: Lars Eggert <larse@ISI.EDU> To: rick norman <rick.norman@lmco.com> Cc: freebsd-hackers@freebsd.org Subject: Re: Nat through two DSL Message-ID: <3C1103D6.9020106@isi.edu> References: <5.0.2.1.0.20011207131945.009fe1d0@mail.training.telia.se> <3C10F658.6070001@isi.edu> <20011207170742.GB80922@virtual-voodoo.com> <3C110131.CF806ED2@lmco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
rick norman wrote: > What would be nice would be to load balance on a per connection > basis, not a per packet basis, between the two modems. > Any ideas how to do this ? Not with the current mechanisms in FreeBSD. You'd need a simple policy routing engine (actually, policy forwarding). A prototype based on tun devices shouldn't be too hard to put together. Basically, you'd want to pick one of your links based on destination address and optionally the port pair. We're putting something similar together for the DynaBone project (http://www.isi.edu/dynabone/), but it just got underway. >>>Anders Hagman wrote: >>>>The ADSL are 500k links and I want to load share on session by session. Ah, just caught the "session by session" part on second reading. In this case, my prior comment about packet-level striping and TCP is moot. Lars -- Lars Eggert <larse@isi.edu> Information Sciences Institute http://www.isi.edu/larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C1103D6.9020106>