Linux Virtualization Reconfigure Guest Network
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.