美文网首页
centos7.0 iptables使用

centos7.0 iptables使用

作者: imsilence | 来源:发表于2017-05-04 09:58 被阅读20次

    在centos7.0默认使用firewalld服务,若萱使用iptables,需要禁用firewalld并启动iptables

    systemctl stop firewalld
    systemctl disable firewalld

    安装 iptables

    yum install iptables-services
    systemctl enbale iptables

    cp /usr/libexec/iptables/iptables.init /etc/init.d/iptables

    service iptables save
    service iptables stop
    service iptables start

    systemctl stop iptables
    systemctl start iptables

    相关文章

      网友评论

          本文标题:centos7.0 iptables使用

          本文链接:https://www.haomeiwen.com/subject/uysrtxtx.html