book
Article ID: 321316
calendar_today
Updated On:
Environment
VMware vSphere ESXi 6.5
VMware vSphere ESXi 7.0.0
VMware vSphere ESXi 6.7
Resolution
To resolve this issue, use different subnets for each vmkernel interface when implementing a multiple NIC configuration in a Fault Tolerance network.
For example:
Correct configuration of subnets
FT_vmkernel1:192.168.10.10 / 255.255.255.0
FT_vmkernel2:192.168.11.10 / 255.255.255.0
FT_vmkernel3:192.168.12.10 / 255.255.255.0
FT_vmkernel4:192.168.13.10 / 255.255.255.0
Incorrect configuration of subnets
FT_vmkernel1:192.168.10.10 / 255.255.255.0
FT_vmkernel2:192.168.10.11 / 255.255.255.0
FT_vmkernel3:192.168.10.12 / 255.255.255.0
FT_vmkernel4:192.168.10.13 / 255.255.255.0