Route traffic from a Wireguard client through an additional router to router Wireguard tunnel?
Hello,
Here is my situation. I have 2 ER7070-m2 routers (Router A and Router B) setup with Wireguard to create a site-to-site tunnel. This is working flawlessly and all traffic is properly routed between these 2 networks.
I also have Wireguard peers setup for clients outside of either of these networks. These also work in that peers connected to Router A can see and use all the resources on the Router A network. The same is true of peers of Router B.
What I can't get working is to have an external peer of Router A be able to route traffic through the Router A to Router B tunnel to the Router B network and vice versa.
What I want is the following:
External Client -> (Wireguard Peer) -> Router A -> (Wireguard Peer) -> Router B -> Resource on Router B's network.
What currently works is:
Resource on Router A's Network -> Router A -> (Wireguard Peer) -> Router B -> Resource on Router B's network (And vice versa)
and
External Client -> (Wireguard Peer) -> Router A -> Resource on Router B's network (Same for external peers of Router B)
Thanks for any assistance!