You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
922 B
922 B
Verify the libvirt default network is running
Before starting a virtual machine with libvirt, verify that the libvirt default
network has started. This network must be active for your virtual machine to be able to connect out to the network. Starting this network will create a Linux bridge (usually called virbr0
), iptables rules, and a dnsmasq process that will serve as a DHCP server.
To verify that the libvirt default
network is enabled, use the virsh net-list
command and verify that the default
network is active:
# virsh net-list
Name State Autostart
-----------------------------------------
default active yes
If the network is not active, start it by doing:
# virsh net-start default