Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2002 19:50:54 +0200
From:      MIchael <soppscum@online.no>
To:        freebsd-ipfw@FreeBSD.ORG
Subject:   OUCH! Cannot remove rules, count 1
Message-ID:  <20020919195054.4040d14a.soppscum@online.no>

next in thread | raw e-mail | index | archive | help
I'm getting alot of "OUCH! cannot remove rules, count 1" in my logs laitly
Does anyone know what this means?
Searching google it seems that it's related to the limit option in ipfw.

I'm running FreeBSD 4.6.2 on a Cyrix166 with 49ram
rules with limit in my firewall script :

$cmd 00641 allow tcp from any to any 2001 in via $oif setup keep-state limit src-addr 4
$cmd 00642 allow udp from any to any 2001 in via $oif keep-state limit src-addr 4
$cmd 00643 allow tcp from any to any 2002 in via $oif setup keep-state limit src-addr 4
$cmd 00644 allow udp from any to any 2002 in via $oif keep-state limit src-addr 4
$cmd 00645 allow tcp from any to any 2003 in via $oif setup keep-state limit src-addr 4
$cmd 00646 allow udp from any to any 2003 in via $oif keep-state limit src-addr 4
$cmd 00600 allow tcp from any to any 80 in via $oif setup keep-state limit src-addr 4
$cmd 00621 allow log tcp from any to me 9000 in via $oif setup keep-state limit src-addr 4
$cmd 00640 reset log tcp from any to me 113  in via $oif limit src-addr 4

Thanks

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




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