From: Yogdutt S. <son...@gm...> - 2004-10-18 12:13:23
|
I am new to snort_inline and currently I am running snort_inline 2.2.0 on redhat linux 7.3 with 2.4.18-3 kernel. I want to know wether snort_inline must require the linux setup provided by honeynet CD-ROM or it is running on any linux version or I have to recompile the kernel? If anyone know a link of howto for snort_inline? Can anyone tell me the rule added in iptables for incomming http packets? I added the rule for http in iptables like below please suggest me if i am wrong. iptables -A INPUT -p tcp --sport 80 -j QUEUE -- Yogdutt Sonivadia |