linux防火墙端口查看和开启

因为安全的原因,服务器的端口默认是不被开启
这时,我们要通过防火墙来开启或者关闭端口

需要掌握的命令
# 查看防火墙是否开启了某个端口
> sudo firewall-cmd --query-port=3306/tcp
# 开启端口
> sudo firewall-cmd --zone=public --add-port=3306/tcp --permanent
# 关闭端口
> sudo firewall-cmd --remove-port=3306/tcp --permanent
# 重启防火墙(执行了端口开启关闭操作后记得重启防火墙)
> sudo firewall-cmd --reload
附赠
# 查看防火墙当前状态和所有的服务状态
> sudo firewall-cmd --list-all
# 查看已经被允许的服务
> sudo firewall-cmd --list-services
# help
> sudo firewall-cmd --help

Usage: firewall-cmd [OPTIONS...]

General Options
  -h, --help           Prints a short help text and exists
  -V, --version        Print the version string of firewalld
  -q, --quiet          Do not print status messages

Status Options
  --state              Return and print firewalld state
  --reload             Reload firewall and keep state information
... [output truncated]
参考地址
  • https://tojohnonly.github.io/15-CentOS%E5%BC%80%E5%90%AF,%E5%85%B3%E9%97%AD,%E6%9F%A5%E7%9C%8B%E7%AB%AF%E5%8F%A3.html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值