ukro
Member
Yello
i want this
i get this
I want to add basic port scanner prevention rules:
pls help
i want this
Code:
$IPTABLES -A port-scan -p tcp –tcp-flags SYN,ACK,FIN,RST RST -m limit –limit 1/s -j RETURN
Code:
"run_before" with value "$IPTABLES -A port-scan -p tcp –tcp-flags SYN,ACK,FIN,RST RST -m limit –limit 1/s -j RETURN" fails to match the required pattern: /^[\x09-\x0D -~\x80-\xFE]{1,65535}$/
I want to add basic port scanner prevention rules:
iptables -A port-scan -p tcp –tcp-flags SYN,ACK,FIN,RST RST -m limit –limit 1/s -j RETURN
iptables -A port-scan -j DROP –log-level 6
iptables -A specific-rule-set -p tcp –syn -j syn-flood
iptables -A specific-rule-set -p tcp –tcp-flags SYN,ACK,FIN,RST RST -j port-scan
pls help