设置服务器被ping的方法

打开

/etc/sysctl.conf

文件最后加上

net.ipv4.icmp_echo_ignore_all = 1 //0允许 1禁止

这个代码,然后执行

sysctl -p

使配置生效。

标签:

发表评论