linux防火墙开关

Posted JohnKing

tags:

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

对于普通Linux机器开关防火墙命令:
1重启后生效
chkconfig iptables off
chkconfig iptables on
2即时生效
serivce iptables status
service iptables start
service iptables stop
 
对于AIX机器开关防火墙步骤:
命令:smit
输入之后按照图形化操作
Communications Applications And Services——>TCP/IP——>Configure IP Security(IPV4)——>Start/Stop IP Security

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

Linux防火墙开关开放端口

ViewPager开关没有显示片段之间

Android:BottomNavigationView第一个片段开关超级延迟

Jquery if复选框是否已选中Bootstrap开关

debian关闭log

Linux防火墙基本设置技巧/常用命令