From owner-freebsd-isp@FreeBSD.ORG Fri Dec 12 05:49:27 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5C316A4CE for ; Fri, 12 Dec 2003 05:49:27 -0800 (PST) Received: from bl.metva.com.au (c210-49-170-214.brasd1.vic.optusnet.com.au [210.49.170.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B75343D33 for ; Fri, 12 Dec 2003 05:49:23 -0800 (PST) (envelope-from enno@bashful.metva.com.au) Received: by bl.metva.com.au (Postfix, from userid 1003) id E2748D78C00; Sat, 13 Dec 2003 00:49:20 +1100 (EST) Date: Sat, 13 Dec 2003 00:49:20 +1100 From: Enno Davids To: freebsd-isp@freebsd.org Message-ID: <20031212134920.GA7426@bl.metva.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: routing according to traffic type... X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 13:49:27 -0000 Guys'n'gals, not sure this is the right forum for this, but I suspect there may be someone here who can point me at the right bit of doco... I currently have two systems in my home office each acting as gateway/firewall to two different network providers. One is attached to a cable network and is used predominantly for a squid to get fast access to the net for web browsing. The other system is the general gateway with the publically visible addresses and is used for more general purpose things. (mail, dns, etc) So, its time to retire the mail, dns gateway and ideally I'd like to consolidate the two systems into one. To do this I'd need some way to tell that single system to push its web traffic out one interface and everything else out another. Is there a way of doing this on fbsd or indeed is there a best way of doing this? Thanks in advance, Enno.