Re: Linux/FreeBSD Channel Bonding Interoperability

2005-05-28 Thread Julian Elischer
from what I'm reading about teql you can do this with a couple of methods.. ipfw and the 'fwd' rule netgraph and ng_one2many there may be more.. teql doesn't seem to modify the packets in any way, just to make them go across several links so both of those should work I think. the ipfw fwd me

Re: two ISP connections, three nics, and a NAT

2005-05-28 Thread Tom Farrell
Multihoming two wan links can be accomplisheed by using zebra or just ipfw and natd. - Original Message - From: "Muhammad Reza" <[EMAIL PROTECTED]> To: ; Sent: Thursday, May 26, 2005 6:32 AM Subject: Re: two ISP connections, three nics, and a NAT > At 11:06 AM 5/12/2005, you wrote: > >

Re: Linux/FreeBSD Channel Bonding Interoperability

2005-05-28 Thread Florent Thoumie
Le Vendredi 27 mai 2005 à 11:27 -0700, Julian Elischer a écrit : > probably this would be better in [EMAIL PROTECTED] Moved to [EMAIL PROTECTED] > Florent Thoumie wrote: > > > Hey list. > > > > I'm advocating for FreeBSD for about 6 months now where I'm > > working and they

Re: Pseudo-device driver & select ??

2005-05-28 Thread Pete Heerboth
You might want to take a look at the bpf pseudo device and how it handles polls int bpf.c. You need to use the selrecord() and selwakeup() functions. Check out: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/net/ On May 26, 2005, at 6:00 PM, Aziz Kezzou wrote: Aziz Kezzou wrote: Hi all