From owner-freebsd-questions Sat Jun 29 8:16:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1300737B400; Sat, 29 Jun 2002 08:16:06 -0700 (PDT) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3766643E06; Sat, 29 Jun 2002 08:16:05 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from boom.forrie.com (internal-22.forrie.net. [192.168.1.22]) by forrie.ne.client2.attbi.com with id g5TF3J894414; Sat, 29 Jun 2002 11:03:19 -0400 (EDT) Message-Id: <5.1.0.14.2.20020629105448.01baef70@192.168.1.1> X-Sender: forrie@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 29 Jun 2002 11:01:18 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Redundant network connections & load balancing Cc: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In a Sysadmin (Jan 2002) article, there is explained how to use Linux as a "router" using redundant network connections (DSL + dialup), as well as load balancing between the two. I recall this required some special kernel configuration directives: CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y and the "iproute" toolset, which must be installed separately; and a few other changes. I wonder if the same (if not more advanced) could be accomplished with FreeBSD. Take for example, Company A who wants to provision a few sDSL lines. Creating a FreeBSD gateway/router and load balancing the traffic amoungst that (with some careful ipf or ipfirewall rulesets) could be very effective, and a lot cheaper than provisioning a single pipe in some cases. I wonder if anyone has accomplished this with FreeBSD-4.x or 5.x; and if they could share that info. Thanks, Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message