From owner-freebsd-questions Mon Sep 10 5:52:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.net2000.ch (mail.net2000.ch [62.2.252.229]) by hub.freebsd.org (Postfix) with ESMTP id 6A57C37B408 for ; Mon, 10 Sep 2001 05:52:47 -0700 (PDT) Received: from 2113.ch ([193.247.254.13]) by mail.net2000.ch (Netscape Messaging Server 3.5) with ESMTP id AAA2676 for ; Mon, 10 Sep 2001 14:50:18 +0200 Message-ID: <3B9CBC42.8C2112AE@2113.ch> Date: Mon, 10 Sep 2001 15:12:34 +0200 From: Luc Reply-To: luc@2113.ch X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: multiple 'net connection' gateway Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi people, friends, I have a FreeBSD box that does (great!) NAT with my cable modem connection. for now, NAT is done with IPFW, NATD and DIVERT. Cable provider limit bandwidth to 512k/128k, so I asked for a second cable modem. I have now two DHCP cable modem at the same ISP, one FreeBSD box with three NICs, and a big need of bandwidth. I want to do NAT on both connections so setup should look like this: ed1 ------ CABLE 1 NAT 62.2.80.202 LAN -- ed0 FreeBSD 192.0.0.1 ed2 ------ CABLE 2 NAT 62.2.80.200 Is it possible to cummul bandwith ? (I am almost sure it is) What should I use to do it ? can ipfilter do it ? (I heard it has routing capabilities) Does someone already had the same problems ? how did you solve it ? Thanks in advance Luc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message