您的位置:首页 > Web前端

How to close firewall in Fedora

2012-06-28 17:08 344 查看
valid atfer restart

open: chkconfig iptables on

close: chkconfig iptables off or /sbin/chkconfig --level 2345 iptables off

2) valid immediately and invalide after restart

by service

open: service iptables start

close: service iptables stop

by iptables

check status of firewall:

/etc/init.d/iptables status

close firewall for now:

/etc/init.d/iptables stop

restart iptables:

/etc/init.d/iptables restart
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: