[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] snort



On Fri, 3 Nov 2000, Damian Gerow wrote:

> Is there a snort package available for the Qube2?

No.  It's very easy to compile, however.

Grab the latest source from www.snort.org, issue:

gzip -cd snort-version.tar.gz | tail -xvf -
cd snort-version
./configure
make
su
make install

Then grab a rules file from snort.org and start snort with the options
./snort -c rules.file -D

as root fairly obviously.