centos安装防火墙 Centos7如何安装iptables防火墙?
浏览量:1777
时间:2021-03-16 04:23:54
作者:admin
Centos7如何安装iptables防火墙?
System operating environment centos7
CentOS Linux release 7.4.1708(core)
关闭firewalld firewall
systemctl disable firewalld#disable booting
安装iptables firewall并打开
systemctl enable iptables#booting
关闭SELinux
VIM/etc/SELinux/configselinux=disabled#change强制禁用setinforce 0#立即生效
可以使用RPM-QA | grep iptables查看,centos7默认防火墙为firewalld,iptables不应安装,可以使用Yum install iptables-y安装。
centos7为什么不用iptables?
主要是关于习惯,比如CentOS 7的SYSTEMd Firewalld,习惯了旧版本的CentOS,如果你突然改变CentOS 7会很不习惯,但仅此而已
如果你使用更多的SYSTEMd,你会发现管理起来比init还不方便。D、 而且systemd服务的编写比init简单得多。D.至于firewalld,你可以完全卸载和安装iptables
centos7更难适应以上两种只要你习惯了就可以了
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。