FCWORLD

在此说一下关于启动和关闭防火墙的命令:
1) 重启后生效
开启: chkconfig iptables on
关闭: chkconfig iptables off
2) 即时生效,重启后失效
开启: service iptables start
关闭: service iptables stop

分类:

技术点:

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2021-12-27
  • 2021-12-27
  • 2021-12-27
  • 2021-12-31
相关资源
相似解决方案