Hello
I'll have an Hyper-V Cluster, it is configured with a CSV, LIVE, and and management network.
When I ping from inside a node to the same nodename, it returns me the CSV IP address network.
Do you know the reason? It's correct that ?
I know that is related with network metrics, because I've manually set a low value (3), and it returns the right Ip. Should I change metric it in this way?
THIS is what it happens: (172.22.64.98 is the CSV network, not the host IP)
ping mycomputer
Pinging mycomputer.adgbs.com [172.22.64.98] with 32 bytes of dat
Reply from 172.22.64.98: bytes=32 time<1ms TTL=128
Reply from 172.22.64.98: bytes=32 time<1ms TTL=128
Reply from 172.22.64.98: bytes=32 time<1ms TTL=128
Reply from 172.22.64.98: bytes=32 time<1ms TTL=128
Ping statistics for 172.22.64.98:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
And this is what IPCONFIG /ALL Reports:
Ethernet adapter Mgmt:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 172.22.172.45
Subnet Mask . . . . . . . . . . . : 255.255.255.128
Default Gateway . . . . . . . . . : 172.22.172.126
Ethernet adapter CSV:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 172.22.64.98
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter LiveM:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 172.22.95.29
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Thanks in advancce