From: Will M. <wil...@gm...> - 2007-07-11 16:21:47
|
for snort_inline-2.6.x you need libdnet installed. I'm not sure what OS you are running but you may want to make distclean ./autojunk.sh && ./configure && make && make install from the source directory. Regards, Will On 7/11/07, Piyush_Mundra <Piy...@sa...> wrote: > > > Hello everybody, > > I am working on Redhat. To make use of the packet dropping and rejecting > facility i installed the Snort_Inline. Snort inline makes use of the > > iptables > Libnet-1.0.2a-FC2-Fixed > pcre-7.2 > snort_inline-1.9.1 > > The installation process went fine without any failure. I have installed > snort_inline for the packet dropping facility. For that purpose i need to > write rules in the snort.conf file in the Snort_Inline/etc/snort.conf file. > > There i wrote a very basic rule: > > drop tcp any any -> any any (msg: "Dropped Packet"; sid: 1000001;) > > This should cause all traffic coming to my system to be dropped and > corresspondingly logging the alert to a default alert file. > > But When i try to run Snort_Inline after making above changes to the > snort.conf file the Snort_Inline doesn't work stating: > > Unknown Rule Type: Drop. > > This thing get further clarified by the fact that when in snort.conf file we > write any rule like "alert" "drop" then being the keyword these words become > "Yellowish". As against them "drop" keyword is not becoming same which means > the .Conf file is not able to recognize it as a command. > > > Kindly tell me where the things are going wrong. Its really important. Is > there any other way to configure Snort itself for dropping packet. I am > running Snort-2.6.1.4 also and i tried to configure it using > > ./configure --enable_Inline > > configure and make and make install are running fine but later on when i > insert the drop rule it is giving the same problem as above. > > Thanks in advance. > > Regards > Piyush > > > > DISCLAIMER: > This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or > distribution or forwarding of any or all of the contents in this message is > STRICTLY PROHIBITED. If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard > is appreciated.. > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > > |