Hi gang, one other question for today - I tend to run the Firestarter firewall on my Linux distro's as it gives me a GUI that I can monitor for intrusion attempts (incidentally, I get about 60 per hour, most port 445 microsoft-ds attacks). I like the ability to watch it live. Question: I am letting my Suse 9.2 Pro firewall run on its own, but I can't see what it is doing. Is there a GUI available for it or some way that I can monitor it? I can't seem to find anything about this anywhere. TIA, Paul
Paul T. Ahlstedt wrote:
Hi gang, one other question for today - I tend to run the Firestarter firewall on my Linux distro's as it gives me a GUI that I can monitor for intrusion attempts (incidentally, I get about 60 per hour, most port 445 microsoft-ds attacks). I like the ability to watch it live. Question: I am letting my Suse 9.2 Pro firewall run on its own, but I can't see what it is doing. Is there a GUI available for it or some way that I can monitor it? I can't seem to find anything about this anywhere.
TIA, Paul
I open a konsole/terminal and go sudo tail -f /var/log/messages. This isn't as neat as a full gui but it does the job for me. I guess you could always pipe this into a grep command to include/exclude what you want. Just an idea. :) Fish
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Thursday 2005-06-23 at 11:00 +0100, Mark Crean wrote:
I open a konsole/terminal and go sudo tail -f /var/log/messages. This isn't as neat as a full gui but it does the job for me. I guess you could always pipe this into a grep command to include/exclude what you want. Just an idea.
Or use syslog-ng instead of syslog. It has filters. By the way, instead of "tail -f" it is better to use "tailf", specially on laptops. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFCupr9tTMYHG2NR9URAldMAJ46w/nJl0woit8nwTmwifxDL+L5HwCfb2+c c4UoVuZ7eYsca+JNpsMD3yg= =IT4s -----END PGP SIGNATURE-----
participants (3)
-
Carlos E. R.
-
Mark Crean
-
Paul T. Ahlstedt