Configure the IP address for the Failback Gateway Host
Log in to the VMware vSphere Client console

Access the Failback Gateway Host virtual machine through the console.

Log in system
Default username: root
Default password: Acb@132.Inst

Manually configure the network
The Hyperdoor image is configured with default DHCP mode for networking. If the VMware network you selected supports DHCP, confirm the virtual machine’s IP and proceed. If the VMware network does not use DHCP, manual configuration of the virtual machine’s network is required
Confirm the virtual machine’s network adapter device name
ip a

Clear network configuration information
ip addr flush dev eth0
Configure a temporary IP address and gateway
Configure with example information. Please replace the IP address/mask [192.168.x.x/20] and gateway address [192.168.0.1] based on your actual situation.
ip addr add 192.168.x.x/20 dev ens160 && ip route add default via 192.168.0.1
View network configuration
ip a

ip route
