| Search Site |
| Search Rules |
| Account |
| not registered? |
| can't login? |
| user preferences |
|
|||||||||||||||||||||||
|
Next: Using the Honeynet Snort Up: Inline Mode Previous: Installing Snort Inline Contents Running Snort InlineFirst, you need to ensure that the ip_queue module is loaded. Then, you need to send traffic to Snort Inline using the QUEUE target. For example: iptables -A OUTPUT -p tcp --dport 80 -j QUEUEsends all TCP traffic leaving the firewall going to port 80 to the QUEUE target. This is what sends the packet from kernel space to user space (Snort Inline). A quick way to get all outbound traffic going to the QUEUE is to use the rc.firewall script created and maintained by the Honeynet Project (http://www.honeynet.org/papers/honeynet/tools/) This script is well-documented and allows you to direct packets to Snort Inline by simply changing the QUEUE variable to yes. Finally, start Snort Inline:
snort_inline -QDc ../etc/drop.conf -l /var/log/snort You can use the following command line options:
Ideally, Snort Inline will be run using only its own drop.rules. If you want to use Snort for just alerting, a separate process should be running with its own rule set.
Next: Using the Honeynet Snort Up: Inline Mode Previous: Installing Snort Inline Contents Steven Sturges 2007-05-11 |
|||||||||||||||||||||||
|
|||||||||||||||||||||||