From owner-freebsd-newbies@FreeBSD.ORG Tue Sep 2 05:34:00 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800B616A4BF for ; Tue, 2 Sep 2003 05:34:00 -0700 (PDT) Received: from altrade.nijmegen.internl.net (altrade.nijmegen.internl.net [217.149.192.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E725543FBF for ; Tue, 2 Sep 2003 05:33:58 -0700 (PDT) (envelope-from nico.meijer@zonnet.nl) Received: from debian by altrade.nijmegen.internl.net id h82CXvFC018666 (8.12.9/2.04); Tue, 2 Sep 2003 14:33:57 +0200 (MET DST) Date: Tue, 2 Sep 2003 14:33:58 +0200 From: Nico Meijer To: freebsd-newbies@freebsd.org Message-Id: <20030902143358.65374292.nico.meijer@zonnet.nl> In-Reply-To: <013301c37138$c63dc4f0$05191eac@tvwebmaster2> References: <20030830190107.0A39816A4DD@hub.freebsd.org> <002001c36fee$246fc470$05191eac@tvwebmaster2> <20030831210421.400b0810.nico.meijer@zonnet.nl> <004001c37085$3d45ed20$05191eac@tvwebmaster2> <20030901162042.6a33ae19.nico.meijer@zonnet.nl> <013301c37138$c63dc4f0$05191eac@tvwebmaster2> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ipfw [WAS: Re: iptables] X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 12:34:00 -0000 Hi Taulant, > I'v recompiled my kernel and it's working very good now ... Great! > but I have now > another problem :( Of course. :-) > apache isn't working fine... maybe ipfw bllocked any > port or something that my apache isn't working, works only the > "name-based server" I don't quite get that. Can you connect to apache (on port 80?) at all? Can you connect to port 80 on localhost, logged in as a regular user? What happens if your only ipfw rule is along the line of: add allow all from any to any ? What's the output of "sockstat -4"? Buhbye... Nico