Does OPN drop invalid packets like XMAS and SYN+RST or SYN+FIN by default, or do I have to specify them with en explicit rule ?I'm talking about something similar like this (iptables)
IPTABLES -A INPUT -p tcp --tcp-flags ALL ALL -j DROP
Kind regards,
Wayne