Koozali.org: home of the SME Server

Restarting Guardian

Mark

Restarting Guardian
« on: February 24, 2003, 12:00:11 AM »
Using SME 5.1.2 with snort and guardian.  I updated my guardian.ignore file with addresses I want to ignore.  How do I restart guardian?  Do I have to use IP numbers or can I use dns names?

Thanks

RayG

Re: Restarting Guardian
« Reply #1 on: February 24, 2003, 05:35:49 PM »
I find the process id with "ps -aux" and then kill the currently running copy of guardian. Then I restart Guardian with "/etc/rc.d/init.c/guardiand start". There doesn't seem to be a stop or restart option as far as I can tell.

author

Re: Restarting Guardian
« Reply #2 on: February 24, 2003, 07:56:05 PM »
Try the parent process.

service snortd restart

seems to restart guardian, at least the changes I make to /etc/guardian.ignore are applied.