From owner-freebsd-questions@FreeBSD.ORG Thu May 12 14:21:54 2005 Return-Path: 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 CF39016A4CE for ; Thu, 12 May 2005 14:21:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA3D43D1D for ; Thu, 12 May 2005 14:21:54 +0000 (GMT) (envelope-from destiney@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so496884wri for ; Thu, 12 May 2005 07:21:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uWoUCrWOgjr8YW0ipMU6AwjeWyiXgT8WgazJVHI1OaPcsnKnFK4dwfgt/oF9PI1RkvlRlWFd2VzG4xU5pvFA6SXG9WMN5Uq4AU6+39RY8LCQTX++SKawH8AbOyA/W0uXZNhk9o5YN0bAAGmXP5BY4oVC+29cpYcQhOGZ6EpMVy8= Received: by 10.54.6.50 with SMTP id 50mr1012067wrf; Thu, 12 May 2005 07:21:53 -0700 (PDT) Received: by 10.54.4.22 with HTTP; Thu, 12 May 2005 07:21:53 -0700 (PDT) Message-ID: Date: Thu, 12 May 2005 09:21:53 -0500 From: Greg Donald To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: two ISP connections, three nics, and a NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg Donald List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 14:21:54 -0000 I have two ISP connections, a DSL line and a Cable Modem line. I want to plug both connections into a FreeBSD box that has three nics in it, one nic for each ISP connection and the last nic for my NAT. How can I bind the connections together without any other sort of router?=20 I've used ipfw a bit over the past couple of years, and I've got a basic NAT working for the other LAN PCs. I can't seem to find any docs on how to proceed with two connections however. I've got two connections for the sake of failover but it'd be nice to actually use both of them instead of one or the other sitting idle all the time.=20 Would it be as simple as adding a static route from each connection to the other? If anyone has any tips or URLs that'd be helpful. TIA. --=20 Greg Donald http://destiney.com/