Results 1 to 1 of 1
Hello everyone,
I have Snort, LAMP and Acidbase installed on my Debian Lenny and when I go to the webpage from base I only see one sensor. How can I ...
- 03-17-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 21
Snort and Acidbase multple sensors howto?
Hello everyone,
I have Snort, LAMP and Acidbase installed on my Debian Lenny and when I go to the webpage from base I only see one sensor. How can I add more sensors to it so that I can monitor all of my NICS.
On the net I found out that you can bond NICS together but you still have one sensor which I don't want. I need multiple sensors that will monitor each of my NICS in my firewall
Bonding NICS:
There is a lot of documentation but all of it is very confusing for me.Code:# modprobe bonding # ifconfig bond0 up # ifenslave bond0 eth1 # ifenslave bond0 eth2 # snort -i bond0
In my /etc/init.d/runsnort.sh I have:
I have follow the following howto: www [dot] aboutdebian [dot] com/snort [dot] htmCode:ifconfig eth0 up -arp ifconfig eth1 up -arp ifconfig eth2 up -arp ifconfig tan0 up -arp /etc/init.d/snort start
I'm also starting to learn Linux so I'm not an expert in this.


Reply With Quote
