Snort的部分 , 請參考這篇文
Ubutu12.04+Snort 2.9.2+mysql (一)
postgresql的部分
apt-get install postgresql //安裝postgresql
su - postgres //切換到postgres
createdb snort //建立snort資料庫
zcat /usr/share/doc/snort-pgsql/create_postgresql.gz | psql snort //匯入資料表
createuser snort //建立使用者snort
Shall the new user be a superuser? (y/n) y //是否為superuser //是
psql //切換至psql模式
alter user snort with password "1234"; //幫使用者加上密碼
psql# \l //查看所有資料庫
psql# \du //查看所有用戶
psql# \q //離開模式
reboot
snort -T -c /etc/snort/snort.conf
用web介面觀看postgresql , 要安裝phppgadmin
要更改網路權限 , 才有畫面
vi /etc/phppgadmin/apache.conf
allow from 127.0.0.0/255.0.0.0 ::1/128 //預設值
請更改為你要存取的網段或單一IP地址
service apache2 restart
沒有留言:
張貼留言