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]
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola