码迷,mamicode.com
首页 > 其他好文 > 详细

iptables:应用防火墙规则:ptables-restore: line 13 failed   [失败]

时间:2016-01-13 00:53:40      阅读:13120      评论:0      收藏:0      [点我收藏+]

标签:iptables:应用防火墙规则:ptables-restore: line 13 failed   [失败]

[root@localhost~]# service iptables restart

iptables将链设置为政策ACCEPTfilter                           [确定]

iptables清除防火墙规则                                        [确定]

iptables正在卸载模块                                          [确定]

iptables应用防火墙规则ptables-restore:line 13 failed          [失败]

 

解决办法

[root@localhost~]#iptables -N RH-Firewall-1-INPUT

[root@localhost~]# service iptables save

编辑/etc/sysconfig/iptables添加 

-ARH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3690 -j ACCEPT

[root@localhost~]#vim /etc/sysconfig/iptables

再重新启动3690端口

[root@localhost~]# service iptables restart

 

启动后显示正常

iptables将链设置为政策ACCEPTfilter                    [确定]

iptables清除防火墙规则                                [确定]

iptables正在卸载模块                                   [确定]

iptables应用防火墙规则                                [确定]


本文出自 “DOSOM” 博客,谢绝转载!

iptables:应用防火墙规则:ptables-restore: line 13 failed   [失败]

标签:iptables:应用防火墙规则:ptables-restore: line 13 failed   [失败]

原文地址:http://8656934.blog.51cto.com/8646934/1734344

(6)
(3)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!