Hey
all
I'm trying to add
iptables rules and get the folowing error message:
iptables v1.2.7a:
Unknown arg `--icmp-type'
when I type the
following line:
iptables -A
INPUT -p icmp --icmp-type destination-unreachable -j
ACCEPT
It seems me there
should be no problem with this.
Any help would be
welcome
Nicolas