Using:

shorewall-perl-4.0.1-2
shorewall-4.0.1-2

I have tried everything that I can think of to stop shorewall from puking to the console. I get dozens if not hundreds of these directed to the console:

Aug 6 07:34:13 backup kernel: Shorewall:net2all:DROP:IN=eth0 OUT= MAC=00:30:48:2f:a5:ca:00:06:53:10:18:01:08:00 SRC=124.205.138.109 DST=xx.xx.xxx.46 LEN=404 TOS=0x00 PREC=0x20 TTL=108 ID=21755 PROTO=UDP SPT=1031 DPT=1434 LEN=384

Aug 6 07:47:48 backup kernel: Shorewall:net2all:DROP:IN=eth0 OUT= MAC=00:30:48:2f:a5:ca:00:06:53:10:18:01:08:00 SRC=193.251.8.253 DST=xx.xx.xxx.46 LEN=60 TOS=0x00 PREC=0x20 TTL=47 ID=416 DF PROTO=TCP SPT=38770 DPT=5901 WINDOW=5840 RES=0x00 SYN URGP=0

I've implemented everything here (CentOS-5):
http://www.shorewall.net/FAQ.htm#faq16

Tip

Under RedHat and Mandriva, the max log level that is sent to the console is specified in /etc/sysconfig/init in the LOGLEVEL variable. Set “LOGLEVEL=5” to suppress info (log level 6) messages on the console.

/etc/sysconfig/init
LOGLEVEL=5

/etc/rc.d/rc.sysinit
# Fix console loglevel
if [ -n "$LOGLEVEL" ]; then
   /bin/dmesg -n $LOGLEVEL
fi

I've rebooted, made sure all "*_LOGLEVEL=" in shorewall.conf are empty, LOG_MARTIANS=No and so on, but everything that is logged to kernel.log is echoed to the console.

Obviously I must be doing something wrong, but for the life of me I can't figure out what it would be.

Thanks for any help,
John

_________________________________________________________________
Now you can see troubleĀ…before he arrives http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_protection_0507


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to