2011年5月10日 星期二

不使用iptables讓icmp 回應不work

忽略 icmp 封包,可以用以下指令實現:

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all


想回復原來設定可以用:

echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...