/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 8000 -j ACCEPT
/etc/rc.d/init.d/iptables save
service iptables restart

相关文章:

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