Fork me on GitHub

Linux防火墙管理

  • 查看防火墙状态: firewall-cmd --state
  • service firewall start|stop|restart
  • 端口管理:
1
2
firewall-cmd --permanent --add-port=8080-8085/tcp
firewall-cmd --permanent --remove-port=8080-8085/tcp
  • 启用防火墙设置:firewall-cmd reload
  • firewall-cmd --permanent --list-ports
  • firewall-cmd --permanent --list-services

https://www.cnblogs.com/moxiaoan/p/5683743.html

本文标题:Linux防火墙管理

文章作者:行锋

发布时间:2018年11月26日 - 21:11

最后更新:2019年02月28日 - 11:02

原始链接:https://chetaofeng.github.io/2018/11/26/Linux-Linux防火墙管理/

许可协议: 署名-非商业性使用 转载请保留原文链接及作者

-------------本文结束感谢您的阅读-------------
坚持原创技术分享,您的支持将鼓励我继续创作!