From owner-freebsd-questions Thu Mar 15 9:57:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 8AEF637B718 for ; Thu, 15 Mar 2001 09:57:50 -0800 (PST) (envelope-from saturn176@home.com) Received: from althea ([65.4.17.72]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010315175750.MISD7377.femail12.sdc1.sfba.home.com@althea>; Thu, 15 Mar 2001 09:57:50 -0800 From: "Jeff" To: Cc: Subject: RE: Error Msgs Date: Thu, 15 Mar 2001 09:56:39 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <3AAFA486.C4BEC1A4@i-clue.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Christoph, Thanks for your help. Your advice did not help directly, but it did point me in the right direction. I had in my rc.conf the firewall_enable="NO" and checked it after your email, aparently it was still thinking that it was still running ipwf, very strange... I remove the ipfw from the kernel and rebuilt it. Now everthing is working fine. Could this be a bug? - Jeff -----Original Message----- From: Christoph Sold [mailto:so@server.i-clue.de] Sent: Wednesday, March 14, 2001 9:04 AM To: Jeff Cc: questions@FreeBSD.org Subject: Re: Error Msgs Have a look at firewall policy. In /etc/rc.conf, locate the line containing "firewall": ------ firewall_enable="NO" # Set to YES to enable firewall functionality firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display firewall_logging="NO" # Set to YES to enable events logging firewall_flags="" # Flags passed to ipfw when type is a file ------ Look up the firewall type you wish to use in /etc/rc.firewall. Alternatively, disable the firewall by inserting firewaöö_enable="NO". HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message