asimon l33t
Joined: 27 Jun 2002 Posts: 979 Location: Germany, Old Europe
|
Posted: Fri Apr 11, 2003 10:12 am Post subject: iptables-1.2.7a-r4 can't do ICMP? |
|
|
After updating from iptables-1.2.7a-r3 to iptables-1.2.7a-r4 I get this:
Code: |
# iptables -A INPUT -p icmp -i ppp0 --icmp-type echo-request -m limit --limit 2/second -j ACCEPT
iptables v1.2.7a: Unknown arg `--icmp-type'
Try `iptables -h' or 'iptables --help' for more information.
|
What's wrong? This command worked the last 7 month. iptables broken? I think the kernel can not cause this because it worked with the same kernel and iptables-1.2.7a-r3. And the syntax should be right according to the manual page. |
|