Iptables
Destination Host Prohibited
·136 字·1 分钟
代码
Destination-Host-Prohibited
Ubuntu
Ssl
Iptables
Ufw
Destination
服务器 ping 返回 Destination Host Prohibited 错误通常由 iptables 配置导致。快速解决方法是卸载 iptables,或检查并删除 filter 表中包含 icmp-host-prohibited 的 REJECT 规则。通过 iptables -L 定位规则行号后用 -D 参数删除即可解决问题!