I have installed suricata-1.2.1 with enable nfqueue on fedora 15 system.<br><br>#>iptables -I FORWARD -j NFQUEUE --queue-num 3<br>#>suricata -c /etc/suricata/suricata.yaml -q 3 -D<br>Only emergency-ftp.rules loaded. <br>
<br>It works, but performance is very poor. <br>I test it by transfer files from ftp server.<br>Before running last two commands, the bandwidth is 100Mbps;<br>After nfqueue and suricata running, the bandwidth only 1Mbps.<br>
<br><br>Who can tell me which parameters should be changed ?<br>Thanks!