--- Quoting -f on 2005/09/19 at 17:21 +0200:

> hi there,
> 
> i would like to log what was blocked from the outside.
> as of now i have the following in my pf.conf:
> 
> block in log
> 
> naturally this is logging too much redundant information.
> i would like to restrict the logging only to connections
> which were refused but at the same time were meant only
> for me, my external ip (no line noise)...
> 
> i was thinking of making another rule, just below this one:
> 
> block in
> block in log from any to $ext_if

Another alternative:

block in quick to $ext_if:broadcast
block in log


You either do something like this or you filter your logs when viewing
them/running reports to exclude "line noise".



.joel

Reply via email to