From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 11:26:51 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 A811E37B401 for ; Mon, 28 Jul 2003 11:26:51 -0700 (PDT) Received: from rungepaper.com (mail.rungepaper.com [66.213.166.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F8043F75 for ; Mon, 28 Jul 2003 11:26:50 -0700 (PDT) (envelope-from maske@maske.org) Received: from INSPIRON (12-212-199-43.client.attbi.com [12.212.199.43]) (authenticated bits=0) by rungepaper.com (8.12.9/8.12.9) with ESMTP id h6SIQlwt082226 for ; Mon, 28 Jul 2003 13:26:48 -0500 (CDT) (envelope-from maske@maske.org) MIME-Version: 1.0 Message-Id: <3F256ACC.000003.03220@INSPIRON> Date: Mon, 28 Jul 2003 13:26:20 -0500 (Central Daylight Time) X-Mailer: IncrediMail (2001184) From: "Douglas A. Maske" X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-Priority: 3 To: Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ipfw2 conversion? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Douglas A. Maske" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:26:51 -0000 Hello,=0D =0D I am still compiling and using ipfw1 because I can't seem to figure ou= t how to convert my rules to the ipfw2 lingo... =0D =0D Here are my rules...=0D =0D #!/bin/sh=0D /sbin/ipfw -f flush=0D /sbin/ipfw add divert natd ip from any to any=0D /sbin/ipfw add allow all from any to any=0D =0D Now I hear that ipfw2 is backwards compatible with ipfw1 but have not been able to get this to work...=0D =0D Any IDEAS?=0D =0D Thanx,=0D =0D Douglas A. Maske