summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-09 15:38:15 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-09 15:38:15 +0200
commitb6aeee483f45f5e69f050b2d287d06c8eaf0ca40 (patch)
treecd51c94d0e2e99dd1442551d7d308ad89dc13ea2 /host_vars
parentf31b1bc18245e1e063c6d32b475c4b59b0a64b7f (diff)
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
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/desktop.local.ymlbin868 -> 818 bytes
-rw-r--r--host_vars/laptop.local.ymlbin899 -> 849 bytes
-rw-r--r--host_vars/macbook.local.ymlbin903 -> 853 bytes
-rw-r--r--host_vars/pve.local.ymlbin517 -> 467 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml
index 7670b16c..9abcecf7 100644
--- a/host_vars/desktop.local.yml
+++ b/host_vars/desktop.local.yml
Binary files differ
diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml
index d41000db..18eabeb7 100644
--- a/host_vars/laptop.local.yml
+++ b/host_vars/laptop.local.yml
Binary files differ
diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml
index 84de35b2..0d1f1561 100644
--- a/host_vars/macbook.local.yml
+++ b/host_vars/macbook.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index cba94054..6b2e4ba1 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ