Not able to ping VMs over ETH1,2 interface in different region and different VNets connected to each other via VNet Peering or VPN Gateway.
I have one VNet created in West US and another VNet created in Central US.
There are 2 Subnets created in each VNet and 1 VM in each region.
Each VM has two NIC cards associated with it.
ETH0 is having first subnet assigned and ETH2 is having second subnet assigned.
After this created VNet Peering to connect these networks.
I am able to ping eth0 interface from VM1 to VM2 and vice-versa.
But I am not able to ping eth1 interface from VM1 to VM2 and vice versa.
Setup is as below:
- VNet-1: 10.234.0.0/16
- Subnet-1: 10.234.1.0/24
- Eth0 IP: 10.234.1.5/24
- Subnet-2: 10.234.2.0/24
- Eth1 IP: 10.234.2.4/24
- Subnet-1: 10.234.1.0/24
- VNet-2: 10.235.0.0/16
- Subnet-1: 10.235.1.0/24
- Eth0 IP: 10.235.1.5/24
- Subnet-2: 10.235.2.0/24
- Eth1 IP: 10.235.2.5/24
- Subnet-1: 10.235.1.0/24
Eth0 IPs are reachable across VNets but Eth1 IPs are not reachable across VNets.
I have tried the similar setup using VNet to VNet VPN Gateway also instead of VNet Peering.
Same observation is made there also.