Configuring the Network
Configure the network of the copied VM.
- Log in to a VM.
virsh start vm1 virt-manager

- Change the VM IP address.
vi /etc/sysconfig/network-scripts/ifcfg-enp1s0

- Reload network connections.
nmcli connection reload nmcli connection down enp1s0 nmcli connection up enp1s0
- Ping the gateway and check whether the configuration takes effect over SSH remote connection. The gateway can be queried in the configuration file of bridge br0.
ping 192.168.20.1

Parent topic: VM Copying