From owner-freebsd-net@FreeBSD.ORG Thu Feb 5 09:56:57 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 0F09E16A4D6 for ; Thu, 5 Feb 2004 09:56:57 -0800 (PST) Received: from viviendaatualcance.com.mx (dsl-200-67-167-6.prod-infinitum.com.mx [200.67.167.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D05043D4C for ; Thu, 5 Feb 2004 09:56:52 -0800 (PST) (envelope-from eculp@viviendaatualcance.com.mx) Received: from localhost (localhost [127.0.0.1]) (uid 80) by viviendaatualcance.com.mx with local; Thu, 05 Feb 2004 11:56:51 -0600 Received: from dsl-200-95-35-233.prod-infinitum.com.mx (dsl-200-95-35-233.prod-infinitum.com.mx [200.95.35.233]) by mail.viviendaatualcance.com.mx (Horde) with HTTP for ; Thu, 5 Feb 2004 11:56:51 -0600 Message-ID: <20040205115651.wgw88sgcgwg4osg4@mail.viviendaatualcance.com.mx> Date: Thu, 5 Feb 2004 11:56:51 -0600 From: Edwin Culp To: Ryan Thompson References: <20040205094541.U43880-100000@ren.sasknow.com> In-Reply-To: <20040205094541.U43880-100000@ren.sasknow.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: net@freebsd.org Subject: Re: 2 isp's, one LAN and need to divide traffic. 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: Thu, 05 Feb 2004 17:56:57 -0000 Quoting Ryan Thompson : > Edwin Culp wrote to net@freebsd.org: > >> Is there a, hopefully simple, way to divide bidirectional traffic >> (LAN/INTERNET)between 2 internet connections more or less as the >> diagram below. I've just added a DSL connection with a lot more >> bandwidth than my ds0. I want to use the ds0 exclusively for email and >> DNS that I consider, in my case, to be lower priority and the DSL for >> all other traffic? > > Sure. Unless I'm misunderstanding what you're asking for... just bind > your email and DNS server to one or two of the ds0 IPs. Don't listen for > those services on the Provider2 IP. Then bind your other services to the > Provider2 IP. > > If you're directing this all to an RFC1918 internal network (i.e., the > server(s) do not have public IPs), you're probably already using NAT, > and can make use of static NAT and the -redirect_port feature. Ryan That is exactly what I want to do. I've seen that in the NAT docs but was unsure how and if it would work in my case. I've never used NAT in anything but the default firewall configuration. I'm going to do some reading and testing. Thanks so much, ed