Post #3907195
2026-07-18 09:23 UTC
@ntoskrnl@furry.engineer Hmm... My next step would be, for example, to run a tcpdump (-n -i any, probably with additional filter. I usually use icmp6, you could also use 'net /64') and look at whether the packages are actually forwarded.
Do the services you try to reach via Wireguard run on the same Raspi, or not? (Boild down to => Is IPv6 forwarding enabled? sysctl -a | grep -F '.forwarding')
you may also write me via Signal or Matrix or so ^^ (https://blog.uvokchee.de/contact.html)
Replies (1)
-
@ntoskrnl@furry.engineer 2026-07-18 18:18
@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