首页 > 代码库 > CentOS 7 使用iptables防火墙
CentOS 7 使用iptables防火墙
# 停止firewalld服务
systemctl stop firewalld
systemctl mask firewalld
# 安装iptables-services
yum install iptables-services
Enable the service at boot-time:
# 启动iptables服务
systemctl enable iptables
# 管理iptables
systemctl [stop|start|restart] iptables
# 保存规则
service iptables save 或者 /usr/libexec/iptables/iptables.init save
centos7不再使用iptables,而是使用firewalld
若不想使用firewalld,继续使用iptables,可以停掉firewalld,并且安装iptables-services包
systemctl stop firewalld
systemctl disable firewalld
yum install -y iptables-services
systemctl enable iptables
systemctl start iptables
CentOS 7 使用iptables防火墙
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。