What does this patch do?
I read through the features page and didn't see much on iptables and stealth module.
spender wrote:it matches packets coming to unserved tcp and udp ports.
example usage:
iptables -A INPUT -p tcp -m stealth -j DROP
iptables -A INPUT -p udp -m stealth -j DROP
-Brad
iptables -A INPUT -p tcp -m stealth -j DROP
iptables: Invalid argument
iptables -A INPUT -p udp -m stealth -j DROP
iptables: Invalid argument
stealth: Only works on TCP and UDP for the INPUT chain.
stealth: Only works on TCP and UDP for the INPUT chain.