From owner-freebsd-pf@FreeBSD.ORG Wed Aug 24 19:08:40 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A226016A41F for ; Wed, 24 Aug 2005 19:08:40 +0000 (GMT) (envelope-from Greg.Hennessy@nviz.net) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FAE843D46 for ; Wed, 24 Aug 2005 19:08:40 +0000 (GMT) (envelope-from Greg.Hennessy@nviz.net) Received: from gw2.local.net (unknown [62.3.210.251]) by smtp.nildram.co.uk (Postfix) with ESMTP id 7F4412539AD for ; Wed, 24 Aug 2005 20:08:30 +0100 (BST) From: "Greg Hennessy" To: Date: Wed, 24 Aug 2005 20:08:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <1124909318.784.16.camel@freebsd1.irc.local> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Thread-Index: AcWo3i4gjjBWf/YfR5GFAmXAB7z/8wAAL+wg Message-Id: <20050824190832.979333A@gw2.local.net> Subject: RE: Next-Hop X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 19:08:40 -0000 > I have my roots in Cisco IOS and there I have a funktion > called "next hop" that one can use to route connections to > another destination than the default route when, for example, > sourcing from a specific address space. > > Can PF offer this functionality in some way? > Yep, for policy based routing, take at look at the 'route-to' option and use it with a 'pass out'. greg