From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:23:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 927F216A41F for ; Tue, 19 Jul 2005 23:23:46 +0000 (GMT) (envelope-from sushubh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F2A43D45 for ; Tue, 19 Jul 2005 23:23:45 +0000 (GMT) (envelope-from sushubh@gmail.com) Received: by zproxy.gmail.com with SMTP id s1so1279489nze for ; Tue, 19 Jul 2005 16:23:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:from:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=JPxc7bSCdM8bWhTIuueh0cuGPXHCQxJNzDZSATH4Ub3tRye3HbNa7feUeRqcBA6NZ1s0gD2/W9xKn2SI8kMwrJTFKk5Nj8kIF83PVETcWp1P4JtbXPtQYt4UONPVcX3yDtwVCKc4tAdkq1x6vnqeA8XOmcnQo9yyrCscDld+Jpk= Received: by 10.36.120.13 with SMTP id s13mr4766889nzc; Tue, 19 Jul 2005 16:23:17 -0700 (PDT) Received: from minime ([203.101.6.63]) by mx.gmail.com with ESMTP id 7sm7618760nzo.2005.07.19.16.23.15; Tue, 19 Jul 2005 16:23:17 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Wed, 20 Jul 2005 04:53:08 +0530 From: Sushubh Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2(BETA1)/8.02 (Win32, build 7668) Subject: bridging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:23:46 -0000 I am going to install FreeBSD on a machine we plan to make a server. Now, we have 2 lines of internet coming to our place through 2 separate lan modems. I want the server to take these 2 lines and combine the speeds to form a single line which can be used by our lan to access the internet. I have got 3 lan cards on the linux machine. 2 for the incoming connections from the 2 lan modems which have the gateways 192.168.1.1 and 192.168.1.100. How do I go ahead with making my server a gateway offering combined bandwidth to our lan?