Linux关闭防火墙命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux关闭防火墙命令相关的知识,希望对你有一定的参考价值。

Linux关闭防火墙命令

1) 永久性生效,重启后不会复原
开启:chkconfig iptables on
关闭:chkconfig iptables off

2) 即时生效,重启后复原
开启:service iptables start
关闭:service iptables stop(/etc/init.d/iptables stop


本文出自 “为了明日” 博客,请务必保留此出处http://andyboge.blog.51cto.com/6809119/1949729

以上是关于Linux关闭防火墙命令的主要内容,如果未能解决你的问题,请参考以下文章

SELinux是啥意思,如何关闭?Linux下的防火墙用啥命令打开?

linux上开启服务为啥要关闭防火墙

Linux关闭防火墙命令

Linux如何关闭防火墙

刚装完linux系统,我刚如何关闭我的防火墙呢?

Linux关闭防火墙和关闭SELinux命令