Date: Fri, 30 Sep 2005 12:37:27 +0200 From: =?ISO-8859-1?Q?Arvinn_L=F8kkebakken?= <arvinn@sandakerveien.net> To: freebsd-ipfw@freebsd.org Subject: limited logging when using limit Message-ID: <433D1567.7020406@sandakerveien.net>
next in thread | raw e-mail | index | archive | help
First of all., I love ipfw, and I love logs, specially logs about packet drops. Recently I started using limit on my allow and pipe rules like this: ipfw add pipe 5 log tcp from 200.0.0.0/7 to me dst-port 25 limit src-addr 2 ipfw add allow log tcp from any to me dst-port 25 limit src-addr 10 ..as always with ipfw, it works like a charm:) However, packet drops caused by the conection limit does not get logged. Either source ip/port, destination ip/port or even rule number gets logged. Is there a reason for this? All I get in syslog is: Sep 30 11:14:40 hostname drop session, too many entries My system runs FreeBSD 4.11-p11 with ipfw2. Arvinn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?433D1567.7020406>