From owner-freebsd-questions Thu Apr 26 22:58:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.akalink.com (akalink.com [64.23.81.14]) by hub.freebsd.org (Postfix) with SMTP id 333B537B422 for ; Thu, 26 Apr 2001 22:58:46 -0700 (PDT) (envelope-from jfortin@akalink.com) Received: (qmail 6407 invoked from network); 27 Apr 2001 05:57:02 -0000 Received: from unknown (HELO node00) (64.23.81.14) by akalink.com with SMTP; 27 Apr 2001 05:57:01 -0000 Message-ID: <002d01c0cedf$76c932e0$0200320a@node00> Reply-To: "Jonathan Fortin" From: "Jonathan Fortin" To: "Mikhail Teterin" Cc: References: <200104252233.f3PMXHp62268@misha.privatelabs.com> Subject: Re: maxing out the 100Mb TX (full duplex) Date: Fri, 27 Apr 2001 02:01:12 -0400 Organization: Akalink Communications MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, You can do etherchannel on freebsd with ng_one2many. Man it for more information, but briefly, It is used to load balance incoming and outgoing data in a round robin fashion across the interfaces that are added on the "hook". ----- Original Message ----- From: "Mikhail Teterin" To: ; ; Cc: ; Sent: Wednesday, April 25, 2001 6:33 PM Subject: maxing out the 100Mb TX (full duplex) > Hello! > > In our load tests we seem to be maxing out the 100Mb full duplex network > card (fxp0). > > The machine has two such cards on the motherboard. How can we use both > of them transparently? > > I connected the other one (fxp1) to the switch and enabled bridging: > > sysctl -w net.link.ether.bridge_cfg=fxp0:0,fxp1:1 > sysctl -w net.link.ether.bridge=1 > > Both cards are active (fxp1 does not have an IP): > > media: autoselect (100baseTX ) status: active > > but judging by the throughput and the (non-)blinking lights, still only > the first one (fxp0) is being used... > > Any suggestions? Thanks! > > -mi > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message