From owner-freebsd-ipfw@FreeBSD.ORG Mon Apr 23 23:01:07 2007 Return-Path: X-Original-To: ipfw@freebsd.org Delivered-To: freebsd-ipfw@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B37116A409 for ; Mon, 23 Apr 2007 23:01:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outQ.internet-mail-service.net (outQ.internet-mail-service.net [216.240.47.240]) by mx1.freebsd.org (Postfix) with ESMTP id 198D813C45E for ; Mon, 23 Apr 2007 23:01:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Mon, 23 Apr 2007 15:28:40 -0700 Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 75024125AF9; Mon, 23 Apr 2007 16:01:06 -0700 (PDT) Message-ID: <462D3ABF.3020506@elischer.org> Date: Mon, 23 Apr 2007 16:01:19 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Patrick Tracanelli References: <937e203f0704231213l374167c8kbd8efd3e1fee4c45@mail.gmail.com> <462D1033.8030309@elischer.org> <462D1770.1040504@freebsdbrasil.com.br> In-Reply-To: <462D1770.1040504@freebsdbrasil.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ipfw@freebsd.org Subject: Re: ipfw with nat - allowing by MAC address 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: Mon, 23 Apr 2007 23:01:07 -0000 Patrick Tracanelli wrote: >> the trick is to remmeber that "check-state" just re-runs the rule that >> had the orginal keep-state, and that that rule can be almost anything, >> including >> a skipto. > > What if it is a FWD? true too.. though fwd will do nothing in Layer2 use skipto to simulate what you want to do.