搭建服务器环境时,为了保证客户端可以通过网站地址正常访问网站,而不得不关闭防火墙。使用Xshell 连到服务器后,输入以下命令搞定:
基本思路:
第一步,查看防火墙状态
第二步,关闭防火墙
第三步,再次确认防火墙状态
[root@localhost ~]# service iptables status
[root@localhost ~]# service iptables stop [root@localhost ~]# chkconfig --level 35 iptables off [root@localhost ~]# service iptables status iptables:未运行防火墙。