summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-10-16 20:15:06 +0200
committerxengineering <me@xengineering.eu>2025-10-16 20:36:25 +0200
commit7a1a5d7f1aab5e4968c0d7d6559a80552d3a39b0 (patch)
treeb9531133ac1c197ad86025c65d2436d1b1e20809 /content
parent1d17177c3a694e7b252a858e3454c8e5ec07b249 (diff)
downloadwebsite-7a1a5d7f1aab5e4968c0d7d6559a80552d3a39b0.tar
website-7a1a5d7f1aab5e4968c0d7d6559a80552d3a39b0.tar.zst
website-7a1a5d7f1aab5e4968c0d7d6559a80552d3a39b0.zip
articles: arch-installation: Add nftables firewall
nftables is a modern Linux firewall software. It is enabled by default using the package-provided default rules.
Diffstat (limited to 'content')
-rw-r--r--content/articles/arch-installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md
index d7d8d45..cf183cb 100644
--- a/content/articles/arch-installation.md
+++ b/content/articles/arch-installation.md
@@ -133,6 +133,7 @@ pacstrap -K /mnt \
iwd \
vi \
openssh \
+ nftables \
man-db \
man-pages \
texinfo
@@ -168,6 +169,7 @@ Type=ether wlan
[Network]
DHCP=yes' > /etc/systemd/network/auto.network
+systemctl enable nftables.service
systemctl enable systemd-networkd.service
systemctl enable systemd-resolved.service
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf