mrash / fwsnort

Application Layer IDS/IPS with iptables
http://www.cipherdyne.org/fwsnort/
GNU General Public License v2.0
73 stars 15 forks source link

ip protocol #10

Closed mgaulton closed 8 years ago

mgaulton commented 8 years ago

Interestingly, -p ip was invalid on my system so i replaced it with -p all referred to this http://ipset.netfilter.org/iptables.man.html

iptables v1.4.21: no command specified Opensuse 13.2

cd /var/lib/fwsnort fwsnort sed -i "s/-p ip/-p all/g" fwsnort_iptcmds.sh ./fwsnort_iptcmds.sh

mrash commented 8 years ago

FIxed, thanks.