Some networking fixes.

This commit is contained in:
Tom Alexander
2025-12-18 22:28:03 -05:00
parent a2899d38a2
commit e6daf2c304
33 changed files with 1806 additions and 1722 deletions

View File

@@ -32,5 +32,11 @@
# We want to filter forwarded traffic.
# Also needed for `networking.firewall.extraForwardRules` to do anything.
networking.firewall.filterForward = true;
# This can make debugging easier by rejecting packets instead of dropping them:
# networking.firewall.rejectPackets = true;
# Check logs for blocked connections:
# journalctl -k or dmesg
};
}