Date: Sun, 17 Feb 2002 04:54:32 +0100 From: "Zviratko" <q@seznam.cz> To: <freebsd-net@freebsd.org> Subject: Ethernet bonding/load balancing on fbsd 4-stable Message-ID: <004101c1b766$cee780b0$0500a8c0@notes>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004101c1b766$cee780b0$0500a8c0>