split Rx Tx with 2 interfaces??

Julian Elischer julian at elischer.org
Thu Sep 22 11:34:13 PDT 2005


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe at freebsd.org"



More information about the freebsd-current mailing list