hltswd

增加一条规则

#/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 

将更改进行保存

/etc/rc.d/init.d/iptables save 

查看有没有开放80端口

#/etc/init.d/iptables status 

这样80端口就开放了

分类:

技术点:

相关文章:

  • 2021-11-20
  • 2021-08-13
  • 2021-09-30
  • 2021-09-29
  • 2022-12-23
  • 2021-12-24
  • 2022-03-02
  • 2021-11-18
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2021-12-07
  • 2021-09-27
相关资源
相似解决方案