Things are working correctly where my clients are able to access the VPN network.
The next thing I would like to do is allow my clients to access another VPN (Pulse Secure) through my Wireguard VPN. I couldn’t find any tutorials on this unfortunately. Is this something that WireGuard allows me to do?
Just to give a simple diagram of what I am trying to achieve.
[Clients] <----> [Local Network Using WireGuard] <----> [Remote Network Using Pulse Secure]
I did some research on OpenVPN and they call it “site-to-site” VPN if that helps.
As long as the endpoints are resolving through the tunnel ie: you have AllowedIP either including the endpoint or route all traffic (0.0.0.0) it should be fine. Of course you need to have IP forwarding working on the gateway but if you’re able to ping clients on the other side, that would be working.
Thanks for the help. You were correct. The only change I made was to make sure the forwarding was setup correctly on my server. Once I did that, it just worked.
In case this helps anyone else , the exact fix was to setup internet sharing on my windows 10 VPN server. I selected the network adapter associated with my second VPN, selected the sharing tab, then clicked the sharing check box and as the home networking connection , selected the wireguard VPN adapter.