Site to Site VPN is connected but still can not access resource on the other network

Faisal Kabeer 20 Reputation points
2024-08-24T17:56:01.5033333+00:00

Hi,

So I have a Azure Site to Site VPN that connect to my client network and the status of the VPN shows connected but there is no data going in and out. I have a Azure VM and I am trying to RDP to a server in the client network and it is not reachable.

Azure VM is in the default subnet 172.20.0.0/24
Gateway is in GatewaySubnet 172.20.1.0/27

I have added a route table which is associated to the GatewaySubnet that routes to the client network.
And the Client has allowed allowed this route 172.20.1.0/27 on their end.

Can you let me know what am I missing in here or is there anything incorrect here?

I cannot establish an RDP on a client server on their network using a Azure VM in my subnet

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,514 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 107.9K Reputation points MVP
    2024-08-24T18:36:31.2733333+00:00

    Hi @Faisal Kabeer ,

    please check the routing table of your Azure VM.

    There should be a route to the "client network" using the VPN Gateway connection.

    Also verify the routing in the "client network". There should be a route defined that points to the Azure VM subnet (172.20.0.0/24).


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.