Configure the IP address for the Failback Gateway Host

Log in to the VMware vSphere Client console

Configure the IP address for the Failback Gateway Host - 图1

Access the Failback Gateway Host virtual machine through the console.

Configure the IP address for the Failback Gateway Host - 图2

Log in system

Default username: root Default password: Acb@132.Inst

Configure the IP address for the Failback Gateway Host - 图3

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

  1. ip a

Configure the IP address for the Failback Gateway Host - 图4

Clear network configuration information

  1. 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.
  1. ip addr add 192.168.x.x/20 dev ens160 && ip route add default via 192.168.0.1

View network configuration

  1. ip a

Configure the IP address for the Failback Gateway Host - 图5

  1. ip route

Configure the IP address for the Failback Gateway Host - 图6