Hi I've gone through this LAB 4 times, start to finish including a complete wipe of all servers. I keep getting the exact same result. I'm missing something along the way but I cannot figure it out. At the end of the NVGRE Lab my tenant can never ping through. I feel like its an issue on my router but honestly have no idea. My NVGRE Vm can traverse the network fine.
INFO
PA: 10.100.50.0/24
Front End: 10.8.17.0 /24 -Interal to the test lab. Routable
MGMT: 10.8.15.0 /24 - internal to the test lab. Routable
Blue Tenant: 192.168.70.0/24
here are the PS outputs from the gateway host:
ProviderAddress : 10.100.50.202
InterfaceIndex : 22
PrefixLength : 24
VlanID : 0
AddressState : Duplicate <This is always Duplicate every time I do the and lab and not "Preferred" like in the lab
MACAddress : 001dd8b71c0b
ManagedByCluster : False
PS C:\Users\Administrator> Get-NetVirtualizationCustomerRoute
RoutingDomainID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
VirtualSubnetID : 13117555
DestinationPrefix : 192.168.70.0/24
NextHop : 0.0.0.0
Metric : 0
RoutingDomainID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
VirtualSubnetID : 1523570
DestinationPrefix : 0.0.0.0/0
NextHop : 10.254.254.2
Metric : 0
PS C:\Users\Administrator.> Get-NetVirtualizationLookupRecord
CustomerAddress : 0.0.0.0
VirtualSubnetID : 13117555
MACAddress : 001dd8b71c0a
ProviderAddress : 10.100.50.202
CustomerID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
Context : SCVMM-MANAGED
Rule : TranslationMethodEncap
VMName : DynIP for Blue01
UseVmMACAddress : False
Type : L2Only
CustomerAddress : 10.254.254.2
VirtualSubnetID : 1523570
MACAddress : 00155d140d0e
ProviderAddress : 10.100.50.201
CustomerID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
Context : SCVMM-MANAGED
Rule : TranslationMethodEncap
VMName : GW-External
UseVmMACAddress : False
Type : Static
CustomerAddress : 192.168.70.1
VirtualSubnetID : 13117555
MACAddress : 0050190ae151
ProviderAddress : 1.1.1.1
CustomerID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
Context : SCVMM-MANAGED
Rule : TranslationMethodEncap
VMName : GW
UseVmMACAddress : False
Type : Static
CustomerAddress : 192.168.70.10
VirtualSubnetID : 13117555
MACAddress : 001dd8b71c0a
ProviderAddress : 10.100.50.202
CustomerID : {3F834F77-6C66-4889-9F8F-7838FD8545B0}
Context : SCVMM-MANAGED
Rule : TranslationMethodEncap
VMName : Blue01
UseVmMACAddress : False
Type : Static
This is my first exposure to NVGRE and have no knowledge how to troubleshoot this issue. Any advice or insight would be great. Thanks