netfilter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
netfilter [2022/10/22 11:49] – created bauminetfilter [2022/10/22 11:50] (current) – [Useful commands] baumi
Line 11: Line 11:
 mangle mangle
 raw raw
- 
 </code> </code>
  
 +**Get list of netfilter chains**
 +<code>
 +# nft list table ip filter | awk '/\tchain/ { print $2 }'
 +INPUT
 +FORWARD
 +OUTPUT
 +LOCAL-BLOCK-DROP
 +LOG-ACCEPT
 +LOG-DROP
 +BOGUS-DROP
 +BOGUS
 +</code>
  
 +{{tag>kb linux netfilter firewall}}
netfilter.1666432191.txt.gz · Last modified: 2022/10/22 11:49 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki