Linux Virtualization Reconfigure Guest Network: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:


Update the network interface definitions, as described in:
Update the network interface definitions, as described in:
* [[Attaching_a_Guest_Directly_to_a_Virtualization_Host_Network_Interface_with_a_macvtap_Driver#Configure_the_Virtual_Device_on_Guest|Attaching a Guest Directly to a Virtualization Host Network Interface with a macvtap Driver #&124; Configure the Virtual Device on Guest]]
* [[Attaching_a_Guest_Directly_to_a_Virtualization_Host_Network_Interface_with_a_macvtap_Driver#Configure_the_Virtual_Device_on_Guest|Attaching a Guest Directly to a Virtualization Host Network Interface with a macvtap Driver | Configure the Virtual Device on Guest]]


Restart the guest:
Restart the guest:

Revision as of 02:08, 7 December 2020

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>