From owner-freebsd-pf@FreeBSD.ORG Fri Jul 14 23:31:40 2006 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 712B416A4DA for ; Fri, 14 Jul 2006 23:31:40 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from illusion.skoberne.net (illusion.skoberne.net [84.255.205.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CC043D45 for ; Fri, 14 Jul 2006 23:31:39 +0000 (GMT) (envelope-from nejc@skoberne.net) Received: from localhost (localhost [127.0.0.1]) by illusion.skoberne.net (Postfix) with ESMTP id D0700B84D; Sat, 15 Jul 2006 01:31:40 +0200 (CEST) Received: from illusion.skoberne.net ([127.0.0.1]) by localhost (Illusion.skoberne.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70460-10; Sat, 15 Jul 2006 01:31:40 +0200 (CEST) Received: from [192.168.10.4] (unknown [192.168.10.4]) by illusion.skoberne.net (Postfix) with ESMTP id 24E50B82A; Sat, 15 Jul 2006 01:31:40 +0200 (CEST) Message-ID: <44B82950.8050905@skoberne.net> Date: Sat, 15 Jul 2006 01:31:28 +0200 From: Nejc Skoberne User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jon Simola References: <44B75A3D.5060108@skoberne.net> <8eea04080607141609n1270f57dva21efcd2d8eb5789@mail.gmail.com> In-Reply-To: <8eea04080607141609n1270f57dva21efcd2d8eb5789@mail.gmail.com> Content-Type: multipart/mixed; boundary="------------060002080603030606090600" X-Virus-Scanned: amavisd-new at skoberne.net X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-pf@freebsd.org Subject: Re: Multihoming with route-to 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: Fri, 14 Jul 2006 23:31:40 -0000 This is a multi-part message in MIME format. --------------060002080603030606090600 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, > You need to use reply-to when a packet comes in on the second interface: > pass in on $UntrustInterface2 reply-to ($UntrustInterface2 $NextHop2) > keep state > > That should get you working, then apply filtering as desired. Thanks, it started to work as soon as I've added that line into pf.conf! Best regards. Nejc --------------060002080603030606090600--