Here is my scenario.
I have three VNs created:
- VNet 1 - 10.0.250.0/24
- VNet 2 - 10.0.0.0/24
- VNet 3 - 10.0.1.0/24
I have four LNs created:
- LNet 1 - 10.0.0.0/24
- LNet 2 - 10.0.1.0/24
- LNet 3 - 10.0.250.0/24, 10.0.1.0/24
- LNet 4 - 10.0.250.0/24, 10.0.0.0/24
VNet 1 has two LNs attached to it, LNet 1 and LNet 2
VNet 2 has one LN attached to it, LNet 3
VNet 3 has one LN attached to it, LNet 4
VNet 1 has a VM in it with the IP 10.0.250.4.
VNet 2 has a VM in it with the IP 10.0.0.4.
I can not ping either VM from the other VM, so 10.0.0.4 can not ping 10.0.250.4 and visa versa. See below for a network diagram I put together to hopefully make this make more sense. In the diagram NSH-VNET-DataCenter is VNet1, NSH-VNet-Headquarters
is VNet2 and NSH-VNet-Region1 is VNet3. Also notice in the diagram the connections between the VMs are green, because the tunnels are built and report as connected in Azure, but no data seems to be routed around the network. Any help is appreciated.
Thanks!!