On Mon, 2002-02-25 at 16:10, Charlie Grosvenor wrote: > Is it possible to block people from pinging me but still allow me to ping them? At the moment i have used the following command: > > iptables -A INPUT -i ppp0 -p icmp -j DROP
add the following line before that line: iptables -A INPUT -i ppp0 -p icmp --icmp-type echo-reply -j ACCEPT -- Tot ziens, Bart-Jan

