From owner-freebsd-security Tue Jul 24 7:40:40 2001 Delivered-To: freebsd-security@freebsd.org Received: from internethelp.ru (wh.internethelp.ru [212.113.112.145]) by hub.freebsd.org (Postfix) with ESMTP id 6A0E637B403 for ; Tue, 24 Jul 2001 07:40:34 -0700 (PDT) (envelope-from nkritsky@internethelp.ru) Received: from IBMKA (ibmka.internethelp.ru. [192.168.0.6]) by internethelp.ru (8.9.3/8.9.3) with ESMTP id SAA21340; Tue, 24 Jul 2001 18:34:30 +0400 (MSD) Date: Tue, 24 Jul 2001 18:34:30 +0400 From: "Nickolay A.Kritsky" X-Mailer: The Bat! (v1.49) Personal Reply-To: "Nickolay A.Kritsky" Organization: IHelp X-Priority: 3 (Normal) Message-ID: <894633742.20010724183430@internethelp.ru> To: "Mario de Oliveira Lobo Neto" Cc: freebsd-security@FreeBSD.ORG Subject: Re: ipfw question In-reply-To: <3B5D528A.2304.1D1FDA@localhost> References: <3B5D528A.2304.1D1FDA@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello Mario, Tuesday, July 24, 2001, 5:48:41 PM, you wrote: MdOLN> Please forgive my lame question but here it goes. MdOLN> We use to have FreeBSD 2.2.8. Every time a rule in ipfw was met, MdOLN> the attempt would get listed on the monitor. I know everything is in MdOLN> the logs but it was convenient to have the attempts listed on the MdOLN> monitor when comming in the morning after. MdOLN> Recently, I've upgraded to 4.3 -RC2. Everything works fine but I MdOLN> don't get the attempts listed on the monitor anymore. How can I get MdOLN> them listed again? MdOLN> Thanks, MdOLN> Mario Lobo MdOLN> - MdOLN> *** Mario Lobo - mlobo@ear.com.br MdOLN> *** American School of Recife MdOLN> To Unsubscribe: send mail to majordomo@FreeBSD.org MdOLN> with "unsubscribe freebsd-security" in the body of the message I have met similiar problems upgrading from 3.3 to 4.2 some time ago. The reason is that from some point ipfw changed its log facility from kernel to security. to see ipfw messages on the console again, you should change the line in your /etc/syslog.conf file, that says what messages must go to console ( usually it is first rule in /etc/syslog.conf ). like this: <-------old line-------> *.err;kern.debug;auth.notice;mail.crit /dev/console <-------new line-------> *.err;kern.debug;auth.notice;mail.crit;security.* /dev/console Good Luck ;------------------------------------------- ; NKritsky ; SysAdmin InternetHelp.Ru ; http://www.internethelp.ru ; mailto:nkritsky@internethelp.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message