陈奇网络工作室

CentOS6/7开放端口和封闭端口

iptables

CentOS 7以下系统版本的防火墙使用iptables,因此要操作端口,请输入iptables命令打开端口(例如80):

/sbin/iptables-I input-ptcpd port 80-jACCEPT

关闭端口(例如,80):

/sbin/iptables-I input-ptcpd port 80-jDROP

保存更改:

/etc/rc.d/init.d/iptablessave

查看打开的端口:

/etc/init . d/iptablesstatusfirewall

CentOS 7及以上系统版本使用防火墙,所以要操作端口,需要输入Firewall命令。1.检查已经打开的端口:

防火墙-命令-列表-端口

2.添加端口(例如,端口80):

防火墙-cmdzone=publicadd-port=80/TCP永久

3.重新加载:

防火墙-cmd-重新加载

4.检查端口:

防火墙-cmdzone=publicquery-port=80/TCP

5.关闭端口(例如,80):

防火墙-cmdzone=publicremove-port=80/TCP永久

6.重新启动防火墙:

防火墙-cmd-reload #重启防火墙。

Systemctlstopfirewall.service #停止防火墙

SystemctlDisablefirewalld。服务#禁止防火墙启动。

firewall-cmdstate #查看默认的firewall-cmd-state#(关闭时显示notrunning,打开时显示running)。

7.命令含义:

区域#范围

Add-port=80/TCP #以端口/通信协议的格式添加端口。

permanent #永久生效,没有该参数重启后无效。关闭防火墙并安装iptables。

CentOS 7默认使用firewall作为防火墙,所以在使用iptables时必须重置。1.关闭防火墙,禁止启动。

systemctlstopfirewalld.service

systemctldisablefirewalld . service

2.安装iptables服务

yum-yinstalliptables-服务

3.您可以稍后使用iptable命令操作来管理防火墙。

更多关于云服务器,域名注册,虚拟主机的问题,请访问西部数码代理官网:www.chenqinet.cn。

相关推荐

后台-系统设置-扩展变量-手机广告位-内容页底部广告位3