本文摘自PHP中文网,作者黄舟,侵删。
linux开放8080端口在/etc/sysconfig/iptables中添加一行[-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT]
然后service iptables restart,报下面问题
解决方法:
问题原因:对linux防火墙相关配置不熟悉;
以上就是linux防火墙开放端口时报ptables-restore: line 13 failed[失败]的解决办法的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
更多相关阅读请进入《Linux》频道 >>