Skip to content

Commit f4bb1de

Browse files
rr404jdv
andauthored
Add tip to know if you're using nftables and ip tables (#758)
* add help tip about nftables and ip tables --------- Co-authored-by: jdv <julien@crowdsec.net>
1 parent f71c1cd commit f4bb1de

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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+
46+
:::info
47+
To know if your system is using iptables or nftables, you can run the following command:
48+
49+
iptables -V
50+
If you see the mention of 'nt_tables' in the output, you are using nftables.
51+
:::
4552

4653
### IPTables
4754

0 commit comments

Comments
 (0)