Configure the IP address for the Failback Gateway Host - Agent

The virtual machine/physical machine has already been created as a failback gateway in the source production environment by defaul.

Login the Failback Gateway system

Default User:root

Default Password:Acb@132.Inst

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

Manually configure the network

The Hyperdoor image is configured with default DHCP mode for networking. If the source production environment network you selected supports DHCP, confirm the virtual machine’s IP and proceed. If the source production environment network does not use DHCP, manual configuration of the 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 - Agent - 图2

Clear network configuration information

  1. ip addr flush dev eth0
Configure a 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 - Agent - 图3

  1. ip route

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