标签:roo 状态 iptable conf 开机 防火 iptables status 火墙
/etc/init.d/iptable status
/etc/init.d/iptable stop (执行2次怕1次关不上)
[root@oldboy-09 ~]# chkconfig | grep iptables
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@oldboy-09 ~]# chkconfig iptables off
[root@oldboy-09 ~]# chkconfig | grep iptables
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off
标签:roo 状态 iptable conf 开机 防火 iptables status 火墙
原文地址:https://www.cnblogs.com/imp-W/p/10317814.html