From owner-freebsd-questions@FreeBSD.ORG Mon Jul 5 13:54:13 2004 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 6EB3A16A4CE for ; Mon, 5 Jul 2004 13:54:13 +0000 (GMT) Received: from brain.otenet.gr (brain.otenet.gr [195.170.0.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48EA43D62 for ; Mon, 5 Jul 2004 13:54:11 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i65Ds8Hl030536; Mon, 5 Jul 2004 16:54:09 +0300 Received: from orion.daedalusnetworks.priv (localhost [127.0.0.1]) i65DtbOJ095163; Mon, 5 Jul 2004 16:55:37 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from keramida@localhost)i65DtbeF095142; Mon, 5 Jul 2004 16:55:37 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Mon, 5 Jul 2004 16:55:37 +0300 (EEST) From: Giorgos Keramidas To: Gene Bomgardner In-Reply-To: Message-ID: <20040705165326.U70483@orion.daedalusnetworks.priv> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Freebsd-questions@freebsd.org Subject: Re: IPF problems 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: Mon, 05 Jul 2004 13:54:13 -0000 On 2004-07-05 13:46, Gene Bomgardner wrote: > > I enabled ipfilter in rc.conf and it now reads the rules file. It's still > running, but at least it's not blocking anymore. Perhaps you have enabled ipf in an "unexpected" place. Try looking around at the /etc and /usr/local/etc/rc.d directories. # cd /etc # grep -i ipf rc.conf defaults/rc.conf I'd try this for a start, and move on to other system configuration files if that didn't provide any hints. Giorgos