On this page
如何消除Linux主机的ping重定向信息
Step1,修改/etc/sysctl.conf文件,设置
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
Step2,重启Linux主机
Last updated 02 Sep 2025, 10:36 CST.
Step1,修改/etc/sysctl.conf文件,设置
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
Step2,重启Linux主机
Last updated 02 Sep 2025, 10:36 CST.