From owner-freebsd-net Sat Feb 16 19:56:30 2002 Delivered-To: freebsd-net@freebsd.org Received: from email.seznam.cz (smtp.seznam.cz [195.119.180.43]) by hub.freebsd.org (Postfix) with SMTP id 1F1DB37B405 for ; Sat, 16 Feb 2002 19:56:25 -0800 (PST) Received: (qmail 10213 invoked from network); 17 Feb 2002 03:56:24 -0000 Received: from linux.sux.cz (HELO notes) (62.24.72.206) by smtp.seznam.cz with SMTP; 17 Feb 2002 03:56:24 -0000 Message-ID: <004101c1b766$cee780b0$0500a8c0@notes> From: "Zviratko" To: Subject: Ethernet bonding/load balancing on fbsd 4-stable Date: Sun, 17 Feb 2002 04:54:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, is there a preferred way to do ethernet load balancing? My situation is - 2 cable modems connected to two ethernet cards on with a machine functioning as a NAT gateway for LAN. I tried netgraph (ng_ether with round robin and ng_fec). With ng_ether, I achieved packets being sent via one interface and received on another one(not what I want), ng_fec didn't work at all (it just silently dropped all outgoing packets). Is there another way? I already did this with linux (by using bond.c similiar to ng_fec) and it worked under the same conditions. Any advice would be appreciated. Zviratko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message