Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1306167
  • 博文数量: 416
  • 博客积分: 10495
  • 博客等级: 上将
  • 技术积分: 4258
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-23 22:13
文章分类

全部博文(416)

文章存档

2015年(7)

2014年(42)

2013年(35)

2012年(14)

2011年(17)

2010年(10)

2009年(18)

2008年(127)

2007年(72)

2006年(23)

2005年(51)

分类: LINUX

2006-08-14 20:01:28


1.在安装snort最新版2.6的时候,需要的特定的参数
./configure --with-mysql --enable-dynamicplugin
 
否则安装完后只有哭的份了,错误如下:
Jul 30 12:04:32 cacti snort[2012]: , value = /etc/snort/rules
Jul 30 12:04:32 cacti snort[2012]: FATAL ERROR: /etc/snort/snort.conf(182) => Unknown rule type: dynamicpreprocessor
 
此为在snort官网论坛上查的此问题解决方法,早先的版本没有此问题.
刚刚看了一下下面的pdf文档己有此项更新.
 
2.snort -c /etc/snort/snort.conf时,显示信息如下
 
Not Using PCAP-FRAMES
 
这个问题很奇怪,知道的朋友请告诉我,谢谢。cnsecurity#gmail.com
 
3.让snort 自动运行
Get snort start with the system
Change directory to /etc/init.d and type:

cd /etc/init.d
wget http://internetsecurityguru.com/snortinit/snort
chmod 755 snort
chkconfig snort on
 

文件:

Snort_Base_Minimal.pdf
大小:
408KB 下载
一篇不错的安装文档,推荐哦
阅读(2836) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~