|
首先任意运行一条iptables防火墙规则配置命令如开通80端口: 0 Y3 m4 A" ^5 h1 T7 ]
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT ' l! ^: G W+ o+ x8 t$ [
然后对iptables服务进行保存: . {5 ~" S+ k3 c$ `
service iptables save
$ h1 Q3 c& x/ X1 f
如果失败报出:The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl. 1 [$ d- Q' x" G) s: b* z3 p
解决方法:
. E" h9 w: Y4 w; {systemctl stop firewalld 关闭防火墙
+ V* T) |( e5 i& V( f# F9 A; Vyum install iptables-services 安装或更新服务
2 K7 x( Q. |+ b! X: k; Y再使用systemctl enable iptables 启动iptables
5 z. [( O) E j) |8 b) s# X% l& f$ t$ ]
最后 systemctl start iptables 打开iptables
: j7 x7 X% \& W1 r( t
再执行service iptables save " o @$ z; N4 f: O1 I3 G( F8 o
然后重启iptables服务: & `6 s; l9 i" v( T! V( a
service iptables restart
j9 u+ A2 w) ~' c. n; {
执行完毕之后/etc/syscofig/iptables文件就有了 # V/ b V d) o& [* a7 R* ~* ^
|