dave wrote:
Which firewall are you using to get logs from it? I use the 'stock' firewall that came with FC2.I also pipe to grep
tail /var/log/firewall.log -f | grep "looking for here"
and also use a program called msyslog that dumps all my FW logs into mysql and then have a php script that reads from the realtime sql database.
http://sourceforge.net/projects/msyslog/
James McKenzie