From owner-freebsd-sparc64@FreeBSD.ORG Sat Jul 24 12:38:19 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645F3106566C for ; Sat, 24 Jul 2010 12:38:19 +0000 (UTC) (envelope-from lkh@soul.lnet.fi) Received: from soul.lnet.fi (soul.lnet.fi [86.50.32.33]) by mx1.freebsd.org (Postfix) with ESMTP id 13D548FC15 for ; Sat, 24 Jul 2010 12:38:18 +0000 (UTC) Received: by soul.lnet.fi (Postfix, from userid 256) id 53050ABE5C; Sat, 24 Jul 2010 15:25:01 +0300 (EEST) Date: Sat, 24 Jul 2010 15:25:00 +0300 From: Lasse K H To: freebsd-sparc64@freebsd.org Message-ID: <20100724122500.GA29960@soul.lnet.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: 8.1: IPFILTER (ipf) ipmon not logging? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lasse K H List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2010 12:38:19 -0000 Hello, I can't get ipmon(8) working with FreeBSD 8.1. It does not log anything with my Ultra 10. The same setup works fine with FreeBSD 6.4. How to solve this problem? Thank you. ipmon is running: root 25885 0.0 0.5 7064 2424 ?? Ss 9:49AM 0:00.70 /sbin/ipmon -Ds /etc/ipf.rules: pass in quick on lo0 all pass out quick on lo0 all pass in log first quick on hme0 proto tcp from any to any port = 22 flags S keep state pass in quick on hme0 all pass out quick on hme0 all ipfstat -hoi: 0 pass out quick on lo0 all 65 pass out quick on hme0 all 0 pass in quick on lo0 all 1 pass in log first quick on hme0 proto tcp from any to any port = ssh flags S/FSRPAU keep state 74 pass in quick on hme0 all /etc/syslog.conf: *.* /var/log/all.log /sbin/ifconfig hme0: hme0: flags=8843 metric 0 mtu 1500 options=8000b ether 08:00:20:b0:5c:15 inet 172.16.0.70 netmask 0xffffff00 broadcast 172.16.0.255 media: Ethernet autoselect (100baseTX ) status: active uname -a: FreeBSD tlhNEW.kareltek.fi 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 06:53:42 UTC 2010 root@araz.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64