- drop all the ICMP traffic
iptables -t filter -A INPUT -p icmp -j DROP
ping command will suddenly stop when we do this
and ping doesn’t work anymore
- you should write table nm
Search
Nov 28, 20241 min read
iptables -t filter -A INPUT -p icmp -j DROP
ping command will suddenly stop when we do this
and ping doesn’t work anymore