Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2005 18:29:10 +0400 (MSD)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        Imri Zvik <imriz@co.zahav.net.il>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: ipfw causing panic 4.11-RELEASE-p4
Message-ID:  <20050503182746.H26834@mp2.macomnet.net>
In-Reply-To: <A6E1736261841F40B12286B0D04B194501C37DA6@IGMAIL.InetGold>
References:  <A6E1736261841F40B12286B0D04B194501C37DA6@IGMAIL.InetGold>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 May 2005, 13:20+0300, Imri Zvik wrote:

> Hi,
>
> I was playing around with ipfw, and when I tried something like:
>
> /sbin/ipfw disable firewall
>
> /sbin/ipfw flush && sysctl net.inet.ip.fw.dyn_buckets=600
>
> <applying some rules>
>
> /sbin/ipfw enable firewall
>
>
>
> The machine paniced:

Mine doesn't:

shy# uname -a
FreeBSD shy.macomnet.ru 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Apr 21
05:48:09 MSD 2005     maxim@shy.macomnet.ru:/usr/obj/usr/src/sys/GENERIC  i386
shy# /sbin/ipfw disable firewall
shy# /sbin/ipfw flush && sysctl net.inet.ip.fw.dyn_buckets=600
Are you sure? [yn] y

Flushed all rules.
net.inet.ip.fw.dyn_buckets: 256 -> 600
shy# ipfw add 1 allow all from any to any
00001 allow ip from any to any
shy# /sbin/ipfw enable firewall

Could you show your rules?

-- 
Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050503182746.H26834>