From: Matthew F. <mf...@ci...> - 2001-12-10 01:12:08
|
> > Hello Matthew, > > Well, I am not sure that syslogd is part of the problem, but I cannot start any logging with iptables. I have had the rule > > #iptables -A INPUT -j LOG --log-prefix _INCOMING_ > > but I cannot read anything new in /var/log/messages... > OK. I couldn't get it working either. It looks like the busybox syslogd doesn't included kernel logging. So.... I added klogd to the system.tgz package and it appears to work. Although there are some error messages. You'll have to start klogd. I included the man page because it does have some options. Let me know how it goes and I'll add something to the iptables startup script (or elsewhere) to automatically start it up. -mdf |