久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      linux防火墻和遠程開放端口問題解析

      防火墻服務默認使用的是firewalld,而不是iptables。如果想改用iptables,可以參考以下步驟:

      關閉并禁用firewalld防火墻服務

      # systemctl stop firewalld

      #systemctl maskfirewalld

      安裝iptables防火墻服務

      # yum install iptables-services

      啟動和關閉防火墻

      # systemctl start iptables

      # systemctl stopiptables

      # systemctl restart iptables

      在開機時啟用和禁用防火墻服務

      # systemctl enable iptables

      #systemctl disable iptables

      添加開放端口規(guī)則到防火墻配置

      # iptables -I INPUT -p tcp –dport 8000 -j ACCEPT

      # service iptables save

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號