CentOS iptables配置

前端之家收集整理的这篇文章主要介绍了CentOS iptables配置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
1、检测并关闭firewall

检测是否开启了firewall

systemctl status firewalld.service
关闭firewall
systemctl stop firewalld.service
禁止firewall开机自启
sytsemctl disable firewalld.service
2、检测并安装iptables
yum install iptables-services
vim /etc/sysconfig/iptables
配置内容可参考Ubuntu iptables设置 原文链接:https://www.f2er.com/centos/378909.html

猜你在找的CentOS相关文章