From owner-freebsd-pf@FreeBSD.ORG Thu Sep 15 09:20:57 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 31B3516A41F for ; Thu, 15 Sep 2005 09:20:57 +0000 (GMT) (envelope-from leikand@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE1E43D48 for ; Thu, 15 Sep 2005 09:20:56 +0000 (GMT) (envelope-from leikand@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so201473nzd for ; Thu, 15 Sep 2005 02:20:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s35rmWVtxDA7WRNUNeAI/KgoFPYphYdxiSad+csLT+K8KKCckXWTkZN7d9z70TaB45JHx5ACRNqoJ0aBG4pfIm/ab/J2TVem1Ve19VGKVmP/+41MXaRoCYMh48V2Ezj8FcunvOqPY32B6G5yzypkNHMYkqPXjQOvj6Clq8Wso60= Received: by 10.36.56.1 with SMTP id e1mr2103049nza; Thu, 15 Sep 2005 02:20:56 -0700 (PDT) Received: by 10.36.250.62 with HTTP; Thu, 15 Sep 2005 02:20:56 -0700 (PDT) Message-ID: Date: Thu, 15 Sep 2005 14:20:56 +0500 From: "Andrew A. Leikand" To: Max Laier In-Reply-To: <200509151111.46602.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509151111.46602.max@love2party.net> Cc: freebsd-pf@freebsd.org Subject: Re: ipf bimap analogue in pf X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: leikand@gmail.com 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: Thu, 15 Sep 2005 09:20:57 -0000 Thanks a lot, Max. Sorry for my blindness ( 2005/9/15, Max Laier : > On Thursday 15 September 2005 11:07, Andrew A. Leikand wrote: > > Dear all, > > I've got a pf-powered firewall FBSD 5.4 which does nating and > > filtering. I'd want to add one more ip addrress on the external interfa= ce > > and redirect all kind of incoming ip traffic to the internal host. > > I used to do it with ipf rule "bimap ext-interface x.x.x.a/32 -> > > y.y.y.y/32". > > > > Is it possible to achieve this with pf ? >=20 > It's called "binat" in the case of pf. See pf.conf(5)::TRANSLATION for m= ore > details. >=20 > -- > /"\ Best regards, | mlaier@freebsd.org > \ / Max Laier | ICQ #67774661 > X http://pf4freebsd.love2party.net/ | mlaier@EFnet > / \ ASCII Ribbon Campaign | Against HTML Mail and News >=20 >=20 >