I could only find three instances of 10.0.0.0/8 in the file. one was commented out, and the other 2 didn't have a "-l". Is there another instance I'm missing?Removing the "-l" in the 10.0.0.0/8 rules in ipfilter.conf will stop the logging regardless.
# RFC 1918/1627/1597 blocks
# $IPCH -A $LIST -j DENY -p all -s 10.0.0.0/8 -d 0/0 -l $*
# Prevent RFC 1918/1627/1597 IP packets from coming in
$IPCH -A input -j DENY -p all -s 0/0 -d 10.0.0.0/8 -i $EXTERN_RIF
# Stop outgoing RFC 1918/1627/1597 packets
$IPCH -A output -j DENY -p all -s 0/0 -d 10.0.0.0/8 -i $EXTERN_RIF
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html