aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 14:28:18 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 14:28:18 +0100
commite224e1b84d7d0e88b1f2bf076d1cccc7ab42de1f (patch)
tree84578472ea25facca0df315a91be99758fcf4720 /etc
parent7412e0fe4e8fae4159f66ce5feb4a1c3fb25e879 (diff)
downloaddotfiles-e224e1b84d7d0e88b1f2bf076d1cccc7ab42de1f.tar.gz
dotfiles-e224e1b84d7d0e88b1f2bf076d1cccc7ab42de1f.tar.bz2
dotfiles-e224e1b84d7d0e88b1f2bf076d1cccc7ab42de1f.zip
Revert "fix(sysctl): enable net.ipv4.ip_forward for NAT bridges"
This reverts commit eca1a71fc486690489f7aef671d7beccc2ec3f25.
Diffstat (limited to 'etc')
-rw-r--r--etc/sysctl.d/99-sysctl.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/sysctl.d/99-sysctl.conf b/etc/sysctl.d/99-sysctl.conf
index fc01611..3177c28 100644
--- a/etc/sysctl.d/99-sysctl.conf
+++ b/etc/sysctl.d/99-sysctl.conf
@@ -30,8 +30,3 @@ net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv4.conf.all.log_martians = 1
-
-# IP forwarding for NAT bridges (libvirt's virbr0, waydroid's waydroid0).
-# libvirtd and waydroid both rely on the host routing between their bridge
-# and the upstream NIC; without this they get no internet.
-net.ipv4.ip_forward = 1