Date: Thu, 22 Sep 2005 11:34:12 -0700 From: Julian Elischer <julian@elischer.org> To: "Marcos Biscaysaqu - ThePacific.net" <marcos@ThePacific.Net> Cc: current@freebsd.org Subject: Re: split Rx Tx with 2 interfaces?? Message-ID: <4332F924.9050502@elischer.org> In-Reply-To: <4332ECFF.4010507@ThePacific.Net> References: <4332ECFF.4010507@ThePacific.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcos Biscaysaqu - ThePacific.net wrote: > Hi there. > Somebody knows if is possible split the rx and tx traffic in 2 > differents interfaces, I want to do it with 2 wireless cards (one rx, > one tx) , I cant make or I dont know how make it work yet..... you could use netgraph to achive some of this, at least with ethernet intefaces... check out the ng_split node together with the ng_etf node and the ng_ether node. you probably need to send and receive arp packets on the interface you will receive on and send all other packets on the 2nd interface. > > any ideas?. > > cheers > Marcos Biscaysaqu > ThePacific.net > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4332F924.9050502>