查看ip

ip addr 

ip link

 

添加服务

systemctl enable nginx

 

添加防火墙端口

firewall-cmd --zone=public --add-port=80/tcp –permanent

重启防火墙

systemctl restart firewalld

相关文章:

  • 2021-08-29
  • 2021-12-03
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-11-22
猜你喜欢
  • 2022-01-06
  • 2021-07-24
  • 2021-12-03
  • 2022-03-07
  • 2021-08-01
  • 2021-11-19
相关资源
相似解决方案