From owner-freebsd-questions@FreeBSD.ORG Sat May 3 07:41:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EF837B401 for ; Sat, 3 May 2003 07:41:49 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-7-47.abo.wanadoo.fr [217.128.208.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69DF43F85 for ; Sat, 3 May 2003 07:41:47 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h43EfjQB016829 for ; Sat, 3 May 2003 16:41:45 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: FreeBSD-Questions@freebsd.org Date: Sat, 3 May 2003 16:41:44 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305031641.44904.ajacoutot@lphp.org> Subject: ppp -nat + ipfw X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 14:41:50 -0000 Hi ! Since I can't get natd+check-state get allong very well together, I was thinking about using ppp -nat instead of natd. Now, I wanted to know how to make them both work together. Using natd, I could control when the translation was appening, but what about ppp -nat, when does the translation occur, before or after reading the ipfw ruleset ? That would help me configuring my ipfw.conf. Thanks. Antoine