From owner-freebsd-current@FreeBSD.ORG Thu Sep 22 18:34:13 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997D216A41F for ; Thu, 22 Sep 2005 18:34:13 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6633D43D46 for ; Thu, 22 Sep 2005 18:34:13 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.151]) ([10.251.23.151]) by a50.ironport.com with ESMTP; 22 Sep 2005 11:34:14 -0700 X-IronPort-Anti-Spam-Filtered: true Message-ID: <4332F924.9050502@elischer.org> Date: Thu, 22 Sep 2005 11:34:12 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marcos Biscaysaqu - ThePacific.net" References: <4332ECFF.4010507@ThePacific.Net> In-Reply-To: <4332ECFF.4010507@ThePacific.Net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: split Rx Tx with 2 interfaces?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 18:34:13 -0000 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"