I can't get end-to-end connectivity between two virtual machines. Network Scenary:
VM 1 -> Azure VM connected to Virtual Network Address Spaces using DHCP (e.g. 10.0.0.0/27)
VM 2 -> Private VM (On_Premise) connected to Local Network (e.g. 192.168.1.0/24)
S2S VPN working!!! between On-Premise LAN and Azure
Objective of pilot: Extend my On-Premise network to Azure Cloud
- Ping (ICMP) test = Not working!!!
- RDP test = Not working!!!
- Only I can connect to VM using RDP ... public name and not usual port 60101 (e.g.)
- Firewall rules = OK
- Telnet end-to-end = Closed
- VPN S2S Status = OK
- A static route was created (VM2) to reach Azure from LAN
Everything seems to work except the connection between virtual machines
What's missing in my settings?