From owner-freebsd-net@FreeBSD.ORG Sun Sep 12 05:18:17 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCA216A4CE for ; Sun, 12 Sep 2004 05:18:17 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DAF43D2F for ; Sun, 12 Sep 2004 05:18:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i8C5IFIT022866; Sat, 11 Sep 2004 22:18:15 -0700 (PDT) Received: from [192.168.1.6] (pool-68-160-193-218.ny325.east.verizon.net [68.160.193.218]) (authenticated bits=0)i8C5IEOt019081; Sat, 11 Sep 2004 22:18:15 -0700 (PDT) In-Reply-To: <5.2.1.1.0.20040911214032.01bfbbd8@mail.dc2.adelphia.net> References: <5.2.1.1.0.20040911194241.01c0e928@mail.dc2.adelphia.net> <5.2.1.1.0.20040911214032.01bfbbd8@mail.dc2.adelphia.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <20D96E28-047B-11D9-A326-003065A20588@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Sun, 12 Sep 2004 01:18:06 -0400 To: Bob Ababurko X-Mailer: Apple Mail (2.619) cc: freebsd-net@FreeBSD.org Subject: Re: gateway for separate networks X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 05:18:17 -0000 On Sep 11, 2004, at 9:41 PM, Bob Ababurko wrote: > I have two networks that are routed to me via a serial connection, > namely a T1. I have just installed a new router and it has two > ethernet ports that will route to the two different networks. What I > want to do is have a single machine have two routes to the Internet, > but each NIC going through its respective network...one is a /24 and > the other a /28. So, i would think that this would require that > "fancier setup", due to the fact that I want traffic going out each > nic to go through its networks gateway. Now, what is this fancier > setup? Talk to your ISPs about setting up BGP peering. This probably involves getting an ASN from www.arin.net and a portable IP netblock. [ If you don't understand what I just said, ask your ISP. ] -- -Chuck