Mặc dù em đã chạy lệnh ./configure --enable-react rồi (đã install libnet1.0.2a) mà khi em viết rule:
alert tcp any any <> 192.168.1.0/24 80 (content: "bad.htm"; msg: "Not for children!"; react: block; resp:rst_all; )
Snort đưa ra thông báo Unknown rule option: 'react' và 'resp'. Mong mọi người hướng dẫn.
Best regards!
Genius is 1% inspiration and 99% perspiration - Thomas Edison
Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under Offline
phathuynh26 wrote:
conmale wrote:
Em đưa lên trọn bộ dòng ./configure của em anh coi thử?
Dạ đây:
Em đang dùng bản 2.8.5.3
./configure --enable-flexresp
./configure --enable-react
./configure && make && make install
Trích trong Snort FAQ
Code:
5.8 Snort complains about the “react” keyword...
Rerun configure with the --enable-flexresp option and rebuild/reinstall.
Em gõ đi gõ lại mấy cái lệnh trên hoài mà vẫn không được.
Em nên chạy ./configure --help trên console để xem các options. "configure" là script dùng để chuẩn bị các options cần thiết cho snort và các options này nằm chung với nhau trên cùng một dòng. Ví dụ:
Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under Offline
phathuynh26 wrote:
Dạ nó đây ạ:
Code:
Features and packages:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
--enable and --with options recognized:
--with-pf_packet=[yes,no] override defaults
--with-fast_x86_check=[yes,no] override defaults
Em đưa cái này lên để làm chi? Anh chỉ gợi ý em chuyện em cần làm và em nên bắt tay vô làm chuyện em cần làm.
What bringing us together is stronger than what pulling us apart.
Cảm ơn anh, em đã làm như anh chỉ nhưng cũng không được
Không được là install không được? Báo lỗi cài đặt không được? Hay là đã cài lại thành công với options trên nhưng vẫn không dùng được?
Mà trước đó bạn đã thử: make uninstall và make distclean chưa mà configure lại vậy?
Dạ đã cài lại thành công với options trên nhưng vẫn không dùng được?
Em chưa có make uninstall, mà mình chạy ./configure xong rồi make uninstall hả anh? để em thử
Genius is 1% inspiration and 99% perspiration - Thomas Edison