Commit graph

5 commits

Author SHA1 Message Date
randogoth
1565c4cb5c networking: loose reverse-path filtering for tailscale exit nodes
Strict RPF (NixOS default) drops the encrypted return traffic of an active
exit node: table 52's 'default dev tailscale0' makes the reverse-path lookup
for packets arriving on the physical interface resolve to tailscale0, so they
are dropped before Tailscale decrypts them (rx stays 0). Loose RPF still blocks
spoofed/unroutable sources but removes the interface-match requirement, as
recommended by Tailscale/NixOS for exit nodes and subnet routers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 19:30:08 +02:00
randogoth
9205ec2d23 fix 2026-02-10 08:34:43 +02:00
randogoth
816dd2b076 fix 2026-02-10 08:32:23 +02:00
randogoth
de1431d175 tailscale 2026-02-10 08:27:59 +02:00
randogoth
febdf2702c refactor(modules): split monolithic system/desktop config 2026-02-04 10:29:55 +02:00