User contributions for Dave

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 February 2024

19 November 2023

18 November 2023

  • 01:5001:50, 18 November 2023 diff hist +835 NftablesNo edit summary
  • 01:4501:45, 18 November 2023 diff hist +1,461 N NftablesCreated page with "=Initial Config= # Disable firewalld and enable nftables: ## <code>systemctl disable --now firewalld</code> ## <code>systemctl mask firewalld</code> ## <code>nft flush ruleset</code> ## <code>systemctl enable --now nftables</code> # Create a new inet table called "filter":<br/><code>nft add table inet filter</code> # Create a chain called "INPUT" (in the filter table):<br/><code>nft add chain inet filter INPUT { type filter hook input priority 0 \; policy accept\; }</co..."

15 November 2023

11 November 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)