Re: Bridge mode bugfix and performance improvement
Posted by
hans2 on
Mar 31, 2016; 2:28pm
URL: https://itus.accessinnov.com/Bridge-mode-bugfix-and-performance-improvement-tp561p593.html
I will try it soon too in Bridge mode
This should help in moving the files to Disabled
snort_preproc_move.sh#!/bin/sh
if [[ ! -d "/usr/lib/snort_dynamicpreprocessor/Disabled" ]] ;
then
mkdir /usr/lib/snort_dynamicpreprocessor/Disabled
fi
mv /usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0.0.0 /usr/lib/snort_dynamicpreprocessor/Disabled
mv /usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0 /usr/lib/snort_dynamicpreprocessor/Disabled
...
No more: Shield Pro v1, Chaos Calmer, FW 1.51 SP1