From owner-freebsd-doc@FreeBSD.ORG Sun Aug 8 23:54:24 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76A916A4CF for ; Sun, 8 Aug 2004 23:54:24 +0000 (GMT) Received: from smtp06.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1E43D1F for ; Sun, 8 Aug 2004 23:54:24 +0000 (GMT) (envelope-from jtonn@web.de) Received: from [213.54.110.225] (helo=paranormal.tonn.local) by smtp06.web.de with asmtp (WEB.DE 4.101 #44) id 1BtxUd-0008A2-00 for doc@FreeBSD.org; Mon, 09 Aug 2004 01:54:23 +0200 Date: Mon, 9 Aug 2004 01:53:27 +0200 From: Johannes Tonn X-Priority: 3 (Normal) Message-ID: <11310616978.20040809015327@web.de> To: doc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: jtonn@web.de X-Sender: jtonn@web.de Subject: Doc: Dialup firewalling with FreeBSD - missing rule X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johannes Tonn List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 23:54:25 -0000 Hi Team, i have read the the short tutorial "Dialup Firewalling with FreeBSD" and i see on little problem in the ipfw-ruleset. An internel host (e.g. 192.168.0.11) can not connect to an externel host. In the ruleset isn't a corresponding rule like: add allow tcp from 192.168.0.0/24 to any via $oif setup keep-state so long, johannes - loving freebsd