IPTABLE log
Chris Wilkes
cwilkes@ladro.com
Thu, 4 Oct 2001 07:42:05 -0700 (PDT)
On Thu, 4 Oct 2001, Syed Mohammad Talha wrote:
> Hi,
>
> why my IPTABLE logs keep on scrole on the scren, also cmoing to my message
> file, is there any way to stop this log appear on screan, because its not
> leting me do any other thing.
One way to fix this is to dit your /etc/sysconfig/syslog file to have
this in there:
KLOGD_OPTIONS="-c 3 -2"
You'll probably have to restart syslogd:
/etc/rc.d/initd/syslog restart
Chris