Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring the Network

Configure the network of the copied VM.

  1. Log in to a VM.
    virsh start vm1
    virt-manager

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

  3. Reload network connections.
    nmcli connection reload
    nmcli connection down enp1s0
    nmcli connection up enp1s0
  4. 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