Centos7 默认防火墙关闭


  最近,服务器安装了httpd,无法访问默认首页。

  执行 iptables -L -n 看到防火墙有开启。

  因为之前都用的 Centos6.5,特此记录下:

 

  CentOS7这个版本的防火墙默认使用的是firewall,与之前的版本使用iptables不一样。按如下方便配置防火墙:
  1、关闭防火墙:systemctl stop firewalld.service
  2、关闭开机启动:systemctl disable firewalld.service

    查看是否开机启动:systemctl is-enabled firewalld.service
  3、安装iptables防火墙
  执行以下命令安装iptables防火墙:sudo yum install iptables-services
  4、设置iptables防火墙开机启动:sudo systemctl enable iptables


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM