没有关闭防火墙!
①Red Hat6.5使用如下命令关闭防火墙
清除防火墙规则
[root@yanjun ~]# iptables –F
关闭防火墙服务
[root@yanjun ~]# service iptables stop
关闭防火墙开机启动
[root@yanjun ~]# chkconfig iptables off
②Red Hat7.0使用如下命令关闭防火墙
清除防火墙规则
[root@yanjun ~]# iptables –F
关闭防火墙服务
[root@yanjun ~]# systemctl stop iptables
[root@yanjun ~]# systemctl stop firewalld
关闭防火墙开机启动
[root@yanjun ~]# systemctl disable iptables
[root@yanjun ~]# systemctl disable firewalld
本文详细介绍了如何在RedHat 6.5和7.0系统中关闭防火墙的方法,包括清除防火墙规则、关闭防火墙服务及取消开机启动等步骤。
1万+

被折叠的 条评论
为什么被折叠?



