Linux(CentOS)系统防火墙设置

2023-06-25    分类: 网站建设

1、CentOS6

查看防火墙状态:
service iptables status
开启防火墙:
service iptables start
关闭防火墙(重启失效):
service iptables stop
开机不启动防火墙:
chkconfig iptables off
开机启动防火墙:
chkconfig iptables on
查看端口状态:
/etc/init.d/iptables status
重启防火墙:
service iptables restart
开放指定端口:
修改 /etc/sysconfig/iptables 文件:
添加
-A INPUT -m state --state NEW -m tcp -p tcp --dport 1521 -j ACCEPT
保存重启防火墙


2、CentOS7

查看防火墙状态:
firewall-cmd --state
开启防火墙:
systemctl start firewalld.service
关闭防火墙(重启失效):
systemctl stop firewalld.service
开机不启动防火墙:
systemctl disable firewalld.service
开机启动防火墙:
systemctl enable firewalld.service
重启防火墙:
firewall-cmd --reload
查看已开放端口:
firewall-cmd --list-ports
查看指定端口状态(以22端口为例):
firewall-cmd --zone=public --query-port=22/tcp
开放指定端口:
firewall-cmd --zone=public --add-port=22/tcp --permanent
关闭指定端口:
firewall-cmd --zone=public --remove-port=22/tcp --permanent
开放、关闭端口注意:
重启防火墙才生效
--permanent:永久生效,否则重启失效

本文标题:Linux(CentOS)系统防火墙设置
网页地址:https://www.cdcxhl.com/news/266986.html

成都网站建设公司_创新互联,为您提供营销型网站建设网站营销电子商务网站导航品牌网站建设移动网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

网站托管运营