Toby Cubitt <[EMAIL PROTECTED]> writes: > I don't think much changed in the iptables command, so your script > should still work fine once you compile the right options into the > kernel. Mine certainly did.
One major change which affects scripts is that connection tracking and state matching is now supported for IPv6, so you can now use commands like ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT -- [email protected] mailing list

