User Tools

Site Tools


netfilter

This is an old revision of the document!


Linux Netfilter

Useful commands

Get list of netfilter tables

# nft list tables ip | awk '{ print $3 }'
filter
nat
mangle
raw

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>

netfilter.1666432230.txt.gz · Last modified: 2022/10/22 11:50 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki