1 vi /etc/sysconfig/iptables
2 #防火墙增加
3 -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
4 service iptables restart

相关文章:

  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2021-05-09
  • 2021-08-26
  • 2021-12-07
猜你喜欢
  • 2021-11-14
  • 2021-10-18
  • 2021-11-20
  • 2021-08-14
相关资源
相似解决方案