site-to-site VPN only work 1 way

Ben Chio 0 Reputation points
2024-11-22T09:05:59.3333333+00:00

here the details of my network
on-premise network: 192.168.1.0/24
azure virtual network 10.0.0.0/16

i had successfully setup the site-to-site VPN.
but only works 1 way.
from Azure VM able access to my on-premise device.

but from my on-premise device unable access to Azure VM.

What is the cause?

thank you

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,567 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,965 Reputation points
    2024-11-22T10:49:57.31+00:00

    Hello Ben Chio,

    Thanks for your question

    There are many possibilities why. Here's some I would recommend checking:

    • On azure if route table includes 192.168.1.0/24 and if firewall has a route to 10.0.0.0/16 via the VPN tunnel (Next hop: Your VPN interface)
    • Check firewall rules allowing traffic to Azure subnet
    • Review NSG rules and see if Source: 192.168.1.0/24 is allowed
    • Verify your on-premise IP is correct

    You could test your commands using:

    # Test connectivity 
    ping VM-IP]  
    
    ip route   
    
    traceroute [VM-IP] 
    
    
    

    See: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-troubleshoot-site-to-site-cannot-connect?source=recommendations

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


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.