Skip to content

Commit 3b696d0

Browse files
author
jdv
committed
add help tip about nftables and ip tables
1 parent 2b2c96f commit 3b696d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crowdsec-docs/unversioned/bouncers/firewall.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ Supported firewalls:
4141

4242
## Installation
4343

44-
Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package according to your firewall system :
44+
Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package according to your firewall system :
45+
(info) *To know if your system is using iptables or nftables, you can run the following command:*
46+
47+
```bash
48+
iptables -V
49+
```
50+
51+
If you see the mention of 'nt_tables' in the output, you are using nftables.
4552

4653
### IPTables
4754

0 commit comments

Comments
 (0)