Hi,
I am after a nice way of viewing the log of firewall stuff in a nice format, giving me just the info I want.
I can tail -f syslog.log but I would like to only pull out the info I am interested in.
I know there are unix guru's out there that can do all sorts of stuff like this.
one option - I would like to tail -f it, but only see Date/Tine, BLOCKED - INBOUND and BLOCKED - OUTBOUD messages, and ONLY the SRC and DST values for them.
All the rest means nothing to me.
A bonus if it this can be output to another history file in some way.
Another option - maybe a process that runs over the syslog and creates this cut down version that I can just tail as required ?
Thanks in advance.
I am after a nice way of viewing the log of firewall stuff in a nice format, giving me just the info I want.
I can tail -f syslog.log but I would like to only pull out the info I am interested in.
I know there are unix guru's out there that can do all sorts of stuff like this.
one option - I would like to tail -f it, but only see Date/Tine, BLOCKED - INBOUND and BLOCKED - OUTBOUD messages, and ONLY the SRC and DST values for them.
All the rest means nothing to me.
A bonus if it this can be output to another history file in some way.
Another option - maybe a process that runs over the syslog and creates this cut down version that I can just tail as required ?
Thanks in advance.