Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Mark on February 24, 2003, 12:00:11 AM

Title: Restarting Guardian
Post by: Mark 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
Title: Re: Restarting Guardian
Post by: RayG 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.
Title: Re: Restarting Guardian
Post by: author 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.