From owner-freebsd-pf@FreeBSD.ORG Thu Jun 14 13:50:25 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 584E816A46C for ; Thu, 14 Jun 2007 13:50:25 +0000 (UTC) (envelope-from rmiranda@digitalrelay.ca) Received: from wrdsl02.terago.ca (wrdsl02.terago.ca [207.54.102.194]) by mx1.freebsd.org (Postfix) with ESMTP id 399E713C4BB for ; Thu, 14 Jun 2007 13:50:24 +0000 (UTC) (envelope-from rmiranda@digitalrelay.ca) Received: from [192.168.0.12] (unknown [64.201.181.165]) by wrdsl02.terago.ca (Postfix) with ESMTP id 3803F86E7C for ; Thu, 14 Jun 2007 08:33:09 -0500 (CDT) From: Roger Miranda Organization: Digital Relay Inc. To: freebsd-pf@freebsd.org Date: Thu, 14 Jun 2007 08:33:49 -0500 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706140833.50583.rmiranda@digitalrelay.ca> Subject: PF error message looping on screen. System Locked. X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 13:50:25 -0000 We are having a bit of a problem with Freebsd and PF. We have transfered 150GB (+/-), yesterday over a Freebsd 6.2 machine with IF_Bridge (acting as a transparent proxy) The issue is 5-8 hours after the boot up of the machine we get PF loop (Fast, continuous loop, so we can not read the message) on the screen. The machine is completly un responsive. But I noticed the that Num Lock (only the num lock button) button is still responsive. Thanks in advance for any help. I am still new at freebsd and pf, switching over from Linux. Here is a copy of my pf.conf and output of ifconfig. ----pf.conf---- int_if="em1" ext_if="em0" net="XXX.XXX.0.XX/16" wac_ip="XXX.XXX.0.XX" set optimization conservative rdr on $int_if inet proto tcp from any to any port www -> 127.0.0.1 port 3128 pass in log on $int_if route-to lo0 inet proto tcp from any to any port 3128 keep state pass in log quick on $int_if proto tcp from any to any port 80 keep state pass in log quick on $int_if proto tcp from any to any port 443 keep state pass in log quick on $int_if proto tcp from any to $wac_ip port 8080 keep state pass in log quick proto icmp from any to any keep state block in log quick on $int_if proto tcp from any to any port 1863 pass in log quick proto udp from any to any port 67:68 keep state pass in log quick proto udp from any to any port 53 keep state pass log quick proto tcp from any to any port 22 keep state ----Output: ifconfig----- em0: flags=8943 mtu 1500 options=48 ether 00:30:48:86:97:62 media: Ethernet autoselect (1000baseTX ) status: active em1: flags=8943 mtu 1500 options=48 inet XXX.XXX.0.XX netmask 0xffffff00 broadcast XXX.XXX.0.XXX ether 00:30:48:86:97:63 media: Ethernet autoselect (1000baseTX ) status: active pfsync0: flags=0<> mtu 2020 syncpeer: 224.0.0.240 maxupd: 128 pflog0: flags=0<> mtu 33208 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 bridge0: flags=8843 mtu 1500 ether 36:3e:f7:b9:a3:4d priority 32768 hellotime 2 fwddelay 15 maxage 20 member: em1 flags=3 member: em0 flags=3