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
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
ip a
Clear network configuration information
Configure a IP address and gateway
ip addr flush dev eth0
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