Linux Virtualization Reconfigure Guest Network

From NovaOrdis Knowledge Base
Revision as of 02:08, 7 December 2020 by Ovidiu (talk | contribs) (→‎Procedure)
Jump to navigation Jump to search

Internal

Procedure

Shut down the guest:

virsh shutdown <guest-name>

Edit the guest definition:

virsh edit <guest-name>

Update the network interface definitions, as described in:

Restart the guest:

virsh start <guest-name>

Verify that the change took:

virsh dominfo <guest-name>