F30: ip_forward = 1 (verify need) #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low–Medium
Status: Verify
net.ipv4.ip_forward = 1on host. Needed if Docker bridge or Tailscale routing forwards packets between interfaces. May be unnecessary depending on actual mesh topology.Fix: Determine if forwarding is required (likely yes for Headscale + container egress). If yes, document the rationale; if no, set
ip_forward=0and confirm Docker still functions.Verification:
sysctl net.ipv4.ip_forwardmatches documented decision; mesh + container egress still work post-change.Source:
security/nullstone-server/2026-05-02.md§F30.