From owner-freebsd-net@FreeBSD.ORG Wed Feb 4 09:42:54 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 660D016A4CF for ; Wed, 4 Feb 2004 09:42:54 -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 EB2F543D54 for ; Wed, 4 Feb 2004 09:42: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; Wed, 04 Feb 2004 11:42:51 -0600 Received: from local-62.local.net.mx (local-62.local.net.mx [192.168.5.62]) by mail.viviendaatualcance.com.mx (Horde) with HTTP for ; Wed, 4 Feb 2004 11:42:51 -0600 Message-ID: <20040204114251.fms0sgg44kgk40sk@mail.viviendaatualcance.com.mx> Date: Wed, 4 Feb 2004 11:42:51 -0600 From: Edwin Culp To: net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: 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: Wed, 04 Feb 2004 17:42:54 -0000 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? Shared 64k ds0 Provider1<-->\ email/DNS 200.X.X.X/28 \ \ <-->FreeBSD Server<-->LAN [192.168.0.0] / / Provider2<-->/ HTTPD/FTP/MSG/ etc. DSL 200.X.X.6/32 Thanks for any suggestions. ed