zoukankan      html  css  js  c++  java
  • linux关闭防火墙方法

    下面是red hat/CentOs7关闭防火墙的命令!

    1:查看防火状态

    systemctl status firewalld

    service  iptables status

    2:暂时关闭防火墙

    systemctl stop firewalld

    service  iptables stop

    3:永久关闭防火墙

    systemctl disable firewalld

    chkconfig iptables off

    4:重启防火墙

    systemctl enable firewalld

    service iptables restart  

    5:永久关闭后重启

    //暂时还没有试过

    chkconfig iptables on 
    ---------------------
    作者:Silence。
    来源:CSDN
    原文:https://blog.csdn.net/qq_35971258/article/details/79318842
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    rockGenmel stone.txt
    WHICHDAY.txt
    WORKDAYS.txt
    WAIT_YN.txt
    WEEKDAYS.txt
    WHEREXY.txt
    KeySelected.txt
    WINDOW.txt
    UPPER.txt
    ParentShapes It.txt
  • 原文地址:https://www.cnblogs.com/shttke/p/10966980.html
Copyright © 2011-2022 走看看