Slashdot Mirror


User: t1101

t1101's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:firewall log interface on Missing Open Source Security Tools? · · Score: 1

    I'm using ulog for this very thing, it's pretty neat. It logs the packets into a mysql (or PostgreSQL) database and then uses a php interface to display the info a very friendly way. The problem of course, is that if you are not already running a mysql server and an apache server, you have to start them up. Running these two servers just for this program does seem to a little silly. Still I've been really happy with the ease that I can view my logs. Beats the heck outa looking through the text log!
    Here are some links to check out:
    ulog-php
    ulogd