当前位置: 首页 > 工具软件 > OpenFirewall > 使用案例 >

How to close firewall in Fedora

屈翰飞
2023-12-01

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


 类似资料:

相关阅读

相关文章

相关问答