On this page
如何消除对端网络的ICMP Redirect提示
创建对等连接后,两侧的内网机器互ping,经常出现ping redirect信息,一般首次建立连接后过了一会会消失,也有不会消失的情况。
解决办法: 修改peer网关所在主机的/etc/sysctl.conf,然后重启OS。
/etc/sysctl.conf修改项: net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.default.send_redirects = 0
Last updated 02 Sep 2025, 10:36 CST.