I build a kernel 2.6.20.7 with grsecurity-2.1.10-2.6.20.7-200704241759.patch and iptables 1.3.7 with grsecurity-iptables-1.3.5.patch.
With no iptables rules at all, after:
- Code: Select all
iptables -A INPUT -p tcp -m stealth -j REJECT
I get "Connection refused" on all tcp open ports. Already estabilshed connections work ok.
The same thing with udp, no answer from the dns server after:
- Code: Select all
iptables -A INPUT -p udp -m stealth -j REJECT
In kernel config, stealth match support is enabled as built in.
Thanks in advance,
Victor