markdown 你如何检查iptables状态?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 你如何检查iptables状态?相关的知识,希望对你有一定的参考价值。

### To see if the kernel modules are loaded:

```
lsmod | grep ip_tables
To see the effective rules:
```
```
iptables -L
```
or, if you want to see the NAT rules:

```
iptables -t nat -L
```
In Debian there are a number of firewall packages that can set up the iptables rules for you. (I have not tried any of them, I usually roll out my own when I need it).

```
apt-cache search firewall | grep firewall | less
```

以上是关于markdown 你如何检查iptables状态?的主要内容,如果未能解决你的问题,请参考以下文章

linux iptables:安全应用,防火墙

安装防火墙没有iptables时的解决办法

iptables 详细使用

CentOS系统配置 iptables防火墙

阿里云Centos配置iptables防火墙

如何启用iptables 防火墙