linux开放3360端口

telnet ip  端口

linux开放3360端口


然后重启 systemctl restart iptables (systemctl status iptables 查看状态) 



你也可以这样

firewall-cmd --zone=public --add-port=你需要对外访问的端口/tcp --permanent   ( firewall-cmd --zone=public --add-port=80/tcp --permanent)

systemctl restart firewalld.service                        重启防火墙


相关文章:

  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-12-10
  • 2021-12-10
相关资源
相似解决方案