Linux Virtualization Reconfigure Guest Network

From NovaOrdis Knowledge Base
Revision as of 02:10, 7 December 2020 by Ovidiu (talk | contribs)
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. Each configuration has its own specific tests.