Chinaunix首页 | 论坛 | 博客
  • 博客访问: 13052
  • 博文数量: 13
  • 博客积分: 475
  • 博客等级: 下士
  • 技术积分: 125
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-09 11:20
文章分类

全部博文(13)

文章存档

2012年(4)

2010年(9)

我的朋友

分类:

2010-12-27 19:25:22

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
when ping response is disabled, others cannot ping you, but you can ping others.

to enable ping response:
echo 0 > ...

to make it default, add the below line to /etc/sysctl.conf
net.ipv4.conf.icmp_echo_ignore_all = 1
阅读(293) | 评论(0) | 转发(0) |
0

上一篇:boost_foreach

下一篇:没有了

给主人留下些什么吧!~~