亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦安全>防火墻知識(shí)>

      fedora防火墻怎么樣設(shè)置關(guān)閉

      時(shí)間: 林輝766 分享

        fedora 防火墻怎么樣才能設(shè)置關(guān)閉呢?可以的!下面由學(xué)習(xí)啦小編給你做出詳細(xì)的fedora 防火墻設(shè)置關(guān)閉方法介紹!希望對(duì)你有幫助!

        fedora 防火墻設(shè)置關(guān)閉方法一:

        查看防火墻狀態(tài):

        /etc/init.d/iptables status

        暫時(shí)關(guān)閉防火墻:

        /etc/init.d/iptables stop

        禁止防火墻在系統(tǒng)啟動(dòng)時(shí)啟動(dòng)

        /sbin/chkconfig --level 2345 iptables off

        重啟iptables:

        /etc/init.d/iptables restart

        開啟服務(wù):

        service iptables start

        關(guān)閉服務(wù):

        service iptables stop

        1、快速關(guān)閉SElinux,使用如下命令就可以:

        /usr/sbin/setenforce 0 立刻關(guān)閉 SELINUX

        /usr/sbin/setenforce 1 立刻啟用 SELINUX

        2、加到系統(tǒng)默認(rèn)啟動(dòng)里面

        echo "/usr/sbin/setenforce 0" >> /etc/rc.local

        3、可以編輯配置文件達(dá)到同樣的目的

        vi /etc/selinux/conf

        set SELINUX=disabled

        fedora 防火墻設(shè)置關(guān)閉方法二:

        systemctl stop iptables.service

        systemctl disable iptables.service

        看了“fedora 防火墻怎么樣設(shè)置關(guān)閉 ”文章的還看了:

      1.電腦防火墻怎么樣去設(shè)置

      2.linux系統(tǒng)防火墻手動(dòng)關(guān)閉的方法有哪些

      3.VNC怎么遠(yuǎn)程連接到Linux系統(tǒng)桌面

      771951