> Hi, > Is it possible to drop ICMP loose source routed IP packets ? > How ? Try Fabrice Marie's ipv4options match from patch-o-matic, you would then do a: # iptables -A INPUT -p icmp -m ipv4options --lsrr -j DROP Regards, Maciej
> Hi, > Is it possible to drop ICMP loose source routed IP packets ? > How ? Try Fabrice Marie's ipv4options match from patch-o-matic, you would then do a: # iptables -A INPUT -p icmp -m ipv4options --lsrr -j DROP Regards, Maciej