From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Description of problem: iptables-save leaves out the --icmp-type argument when exporting a firewall ruleset containing icmp matching. Version-Release number of selected component (if applicable): iptables-1.2.8-12 How reproducible: Always Steps to Reproduce: 1. iptables -A EKU-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT 2. iptables-save Actual Results: The following rule was exported iptables -A EKU-INPUT -p icmp -m icmp any -j ACCEPT Expected Results: iptables -A EKU-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT Additional info: executing "service iptables save" save the incorrect ruleset to /etc/sysconfig/iptables After this the iptables service will not start leaving the machine with no firewall protection when it is expected to be there.
*** This bug has been marked as a duplicate of 111999 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.