The sequence of NICs is not maintained during recovery from a physical environment to a virtual machine (VRP-25439)
This issue is applicable if the recovery is from a physical environment to a virtual machine.
In case of recovering from a physical environment to a virtual machine, when physical machines with multiple NICs are migrated to VMware, then there is a possibility that the sequence of NIC is not as same as it was on the on-premise host.
Resolution:
To rectify this issue, do the following:
Provide the appropriate routes after the migration of physical machines with multiple NICs to VMware is complete.
Remove the existing gateway rule, if any, and add a rule for default gateway with appropriate NIC.
For example:
ip route del default via {default_gateway}
ip route add default via {default_gateway}