关掉linux的防火墙

 

from :

http://linux.vbird.org/linux_server/0250simple_firewall.php

        在此说一下关于启动和关闭防火墙的命令:

        1) 重启后生效
        开启: chkconfig iptables on
        关闭: chkconfig iptables off

        2) 即时生效,重启后失效
        开启: service iptables start
        关闭: service iptables stop

posted on 2012-10-24 15:58  Orz..  阅读(128)  评论(0)    收藏  举报

导航