#Why does iproute2 not want to send packets to the docker network?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
You might need to insert (-I) rather than append (-A) your nat PREROUTING rules since Docker itself also creates nat PREROUTING rules.
Also using a capture tool such as tcpdump or tshark can help narrow down the issue.
You might also need to enable forwarding but I kind of doubt that's necessary
just use the provided guide in pinnged msgs for wireguard in #linux-help
Depends on what the issue is. I suggested a few things for you to try already. It's probably best to do as Jolty suggests anyways though.