Snort mailing list archives

Re: Startup !!!


From: "Garland, Ken R" <garlandkr () gmail com>
Date: Wed, 14 Jul 2010 13:54:03 -0400

I use a simple init that I created:

#!/bin/sh -e
#
# pylonsCacti        Starts CactiTools web interface.
#
#
# chkconfig: 2345 12 88
# description: Pylons webkit designed interface for adding Cacti graphs.

PROJECTDIR="/home/py/postcheck"
cd $PROJECTDIR

case "$1" in
  start)
    paster serve --daemon --pid-file=paster.pid --log-file=paster.log
postcheck.ini start
    ;;
  stop)
    paster serve --daemon --pid-file=paster.pid --log-file=paster.log
postcheck.ini stop
    ;;
  restart)
    paster serve --daemon --pid-file=paster.pid --log-file=paster.log
postcheck.ini restart
    ;;
  *)
    echo $"Usage: $0 {start|stop|restart}"
    exit 1
esac





On Wed, Jul 14, 2010 at 1:41 PM, Anas.B <a.bouhsaina () gmail com> wrote:

No one to guide me !!?

2010/7/13 Anas.B <a.bouhsaina () gmail com>

Hello list,

I want to ask, what is the reommanded way to run snort in the startup as
an IPS !!

I've set the IPS to run just when the interface is up !  (in
/etc/network/if-up.d/*my scruipt*    in  UBUNTU )

What do you think of this method ?
Is it the best way ??


Regards.

A.




------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

Current thread: