centos7開放防火牆小記

開啓某端口

  1. firewall-cmd --get-active-zonestcp

  2. firewall-cmd --zone=public --add-port=8081/tcp --permanentcode

  3. firewall-cmd --reloadget

  4. firewall-cmd --query-port=8081/tcpcmd

開啓HTTP服務

  1. firewall-cmd --query-service http
  2. firewall-cmd --add-service=http > 臨時
  3. firewall-cmd --add-service=http --permanent > 永久
  4. firewall-cmd --reload
相關文章
相關標籤/搜索