I'm having some trouble with this, but I think it should be pretty simple. We have a branch office connecting to our HQ via a VPN. Then our HQ is connected to another company (Company A) via VPN. We need users in our branch to be able to access Company A.
branch: 10.2.1.0/24
HQ: 10.1.0.0/16
Company A: 10.75.50.248/29
HQ VPN to Company A is working fine, branch VPN to HQ is working fine. I think all we need to do is add a static gateway route in the branch for:
network: 10.75.50.248/29
gateway: 10.1.1.7 (ASG in HQ, and VPN endpoint for both VPN's)
This doesn't seem to be working. Is there more that needs to be done? Would Company A need to add a similar static route for the return path?
This thread was automatically locked due to age.