I upgraded my Redhat based linux firewall (netfilter) system from iptables v1.2.8, kernel v2.4.23 to iptables v1.2.9, kernel v2.4.25. (Trustix v2.0 to Trustix v2.1 just in case its important.) Using the same rule set, all my icmp rules now get the following error - iptables v1.2.9: Unknown arg ?--icmp-type? A simple command line rule entry like the following gets the same error - iptables -A INPUT -p ICMP -s 0/0 --icmp-type 8 -j ACCEPT Any ideas? Is there a module that is not being loaded in this new version? Thanks in adanvce for your help, Steve