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 [EMAIL PROTECTED]:/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 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"