On Sun, 4 May 2003, BOB GOODWIN wrote: > I am plagued with the same problem since when I switched RH-8.0, I > thought it began after I installed a new version of Mozilla? Anyway, I > upgraded to RH-9 and the problem persists. > > The solution is not obvious to me after going through the man pages as > you suggest. > > I tried changing /etc/syslog.conf with no improvement ... If you are using iptables, then you probably have a rule like this one: # iptables -L [SKIP] LOG all -- anywhere anywhere LOG level warning [SKIP] Removing the "LOG" rule should resolve your problem. I'm using iptables and I guess ipchains works similar. Werner > > Any help appreciated. > > Bob Goodwin > > Michael Schwendt wrote: > > On Sat, 3 May 2003 23:47:20 -0700 (PDT), Rigoberto de la Cruz wrote: > > >> Something is logging to my console. I believe that its > >> the iptables (?). anyways.. I get something like this: > >> > >> IN=eth0 OUT= MAC=00:00:00:00:00:00:00:00 > >> SRC=123.456.78.00 DST=123.123.123.123 LEN=40 TOS=0x00 > >> PREC=0x00 TTL=237 ID=35196 PROTO=TCP SPT=80 DPT=3969 > >> WINDOW=8190 RES=0x00 ACK FIN IRGP=0 > >> > >> I get lots of those in my console.. how do I stop > >> them? are they iptables log? or what are they? > > > > > > Well, you should know what iptables rules you've added. > > See "man dmesg klogd syslogd" on why they show up on the console. > > - -- > > > > > >