book
Article ID: 310973
calendar_today
Updated On:
Environment
VMware vCenter Converter Standalone 4.3.x
VMware vCenter Converter Standalone 5.0.x
VMware vCenter Converter Standalone 4.0.x
Cause
This issue occurs if the routing table entry in the helper virtual machine is empty.
Resolution
To resolve this issue, populate the routing table.
To populate the routing table:
Note: These steps can be performed using a Static or DHCP IP address entry for the helper virtual machine.
- Initiate the Linux system conversion.
- Log in to the helper virtual machine with the root account via SSH (root@converter ~ #). For more information, see:
- To get the routing information, run the command:
root@converter ~ #netstat –nr
- If the routing table entry is empty, run thecommand:
root@converter ~ # route add GATEWAY dev eth0
root@converter ~ # route add default gw GATEWAY