From d295dd0edcd61e094b7bd7ffe8ca3187d0a6da00 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 9 Jul 2026 15:38:15 +0200 Subject: Fix IPv6 direct mode routing for LAN clients - Remove static network_ipv6_gateway from LAN hosts so they pick up Pi's radvd RA (pref high) instead of FritzBox (pref low) - Add missing ip6tables FORWARD ACCEPT rule for new connections in direct mode (only ESTABLISHED was present, blocking new flows) - Flush ip6tables nat POSTROUTING table on clear instead of fragile per-rule -D deletion to prevent stale rule accumulation --- host_vars/desktop.local.yml | Bin 868 -> 818 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'host_vars/desktop.local.yml') diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml index 7670b16c..9abcecf7 100644 Binary files a/host_vars/desktop.local.yml and b/host_vars/desktop.local.yml differ -- cgit v1.2.3