diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-09 15:38:15 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-09 15:38:15 +0200 |
| commit | b6aeee483f45f5e69f050b2d287d06c8eaf0ca40 (patch) | |
| tree | cd51c94d0e2e99dd1442551d7d308ad89dc13ea2 /host_vars | |
| parent | f31b1bc18245e1e063c6d32b475c4b59b0a64b7f (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.yml | bin | 868 -> 818 bytes |
| -rw-r--r-- | host_vars/laptop.local.yml | bin | 899 -> 849 bytes |
| -rw-r--r-- | host_vars/macbook.local.yml | bin | 903 -> 853 bytes |
| -rw-r--r-- | host_vars/pve.local.yml | bin | 517 -> 467 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml Binary files differindex 7670b16c..9abcecf7 100644 --- a/host_vars/desktop.local.yml +++ b/host_vars/desktop.local.yml diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml Binary files differindex d41000db..18eabeb7 100644 --- a/host_vars/laptop.local.yml +++ b/host_vars/laptop.local.yml diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml Binary files differindex 84de35b2..0d1f1561 100644 --- a/host_vars/macbook.local.yml +++ b/host_vars/macbook.local.yml diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml Binary files differindex cba94054..6b2e4ba1 100644 --- a/host_vars/pve.local.yml +++ b/host_vars/pve.local.yml |
