From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 03:25:42 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 8F0A116A41C for ; Mon, 18 Jul 2005 03:25:42 +0000 (GMT) (envelope-from jfalconer@puc.edu) Received: from ecf.puc.edu (ecf2.puc.edu [12.16.216.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EECF43D46 for ; Mon, 18 Jul 2005 03:25:41 +0000 (GMT) (envelope-from jfalconer@puc.edu) Received: from localhost (jfalconer@localhost) by ecf.puc.edu (8.11.6/8.10.1) with ESMTP id j6I3PSl02613 for ; Sun, 17 Jul 2005 20:25:28 -0700 (PDT) Date: Sun, 17 Jul 2005 20:25:28 -0700 (PDT) From: Jon Falconer To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: two default routes 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: Mon, 18 Jul 2005 03:25:42 -0000 I have two ISP connections, a 45Mb and a 6Mb. Depending on what block of local addresses a packet is coming from will determine which ISP I want to send the packet out. In essence the default route used for a packet depends on its source address (for traffic leaving our campus.) Can someone tell me what package I should read up on (ip,ipf,ipfw,other)? or if I should just do this with a real router and not FreeBSD? Thanks for your insights, Jon