Create an input chain with a default policy.
Section: Firewalling with nftables and iptables
Create nftables chain
bash
bash
sudo nft 'add chain inet filter input { type filter hook input priority 0; policy drop; }'Explanation
Create an input chain with a default policy.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Firewalling with nftables and iptables