Nftables

From Teknologisk videncenter
Revision as of 14:00, 28 October 2023 by Heth (talk | contribs)
Jump to: navigation, search
  • nft --check --file workstation.heth # Syntax check nft script
  • iptables-translate -A INPUT -s 89.1.1.0/24 -j DROP # Translate iptables commands into nftables (Also ip6tables-translate)
  • nft list ruleset # List nft configuration

Links