Post #3917213
2026-07-18 18:18 UTC
@uvok@woof.tech
ip6tables -A FORWARD -i wg0 -j ACCEPT
ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
it works now :D I had a hunch from the start that I needed the masquerade rule hahah
Replies (1)
-
@uvok@woof.tech 2026-07-18 18:23
@ntoskrnl@furry.engineer yay :3 although it's actually weird you need the masquerade, from my understanding it shouldn't be necessary, if the public IPv6 is used :o (edit: aaaaaa. Something something ipv6 neighbor discovery!!! The router has no idea what to do with your hard-assigned address!!) But as long as it works now ^^