From owner-freebsd-ipfw@FreeBSD.ORG Wed Jul 8 07:57:19 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E417B1065677 for ; Wed, 8 Jul 2009 07:57:19 +0000 (UTC) (envelope-from beastie24@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 783AF8FC13 for ; Wed, 8 Jul 2009 07:57:19 +0000 (UTC) (envelope-from beastie24@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so1395657eyd.3 for ; Wed, 08 Jul 2009 00:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=PXIVNdeaghZJnCCOj4Lln+rzEi8OGirCwpDh73bQZ8g=; b=tceGW1/FzoV1ukBEd9QPufu0vPdOrvUjVNoKIKQUpIGMLPWEh70MMCpNelFgC0NkEG xbApfpjjuFPv3i6KFnI9BDqcVWR7p4tCsTphHyhku4GL04mBfE3NZuhuHnWDOglxALO3 qvQMPdXSQ4cT85ixfm9dqhLu7/667reC7KobE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=KPydXugcuOSPVe5F13X7g5wbt/jpDfVlc7iIajg4FZd1x94ErYmbQwVjwvy9VBmrsI +VRLnXNEPmQTBOTepgR4IFGBffueJqLS9otufzBvVmjrs1HzbeM6ied615sOXnUNf+WU UDMLaRvarh6HdxwAV9Bsyl3IVUXKW+8xcK1K0= MIME-Version: 1.0 Received: by 10.216.73.85 with SMTP id u63mr1821387wed.37.1247038604872; Wed, 08 Jul 2009 00:36:44 -0700 (PDT) Date: Wed, 8 Jul 2009 10:36:44 +0300 Message-ID: <1b1e1dee0907080036n1c854a4aoaca54a74a410029@mail.gmail.com> From: Beastie To: freebsd-ipfw@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ipfw nat proxy rules X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 07:57:20 -0000 Hi list. I would like to put a question about ipfw nat proxy rules. man page say's that there is "proxy_only" rule available. I know that ipfw nat use the same libalias like natd do. man page por natd say that we can use "proxy_rule" to define proxing settings, but I do not see this option in ipfw nat man page. Is proxing is implemented in ipfw nat? How to use it (is "proxy_rule" available)? Thanks.