KVM: Difference between revisions

Jump to navigation Jump to search
500 bytes added ,  5 July 2018
→‎Install packages and start libvirtd: configure bridged networking
→‎Installing on CentOS 7.5: write up to loading of KVM module
→‎Install packages and start libvirtd: configure bridged networking
Line 29: Line 29:
kvm                  578558  1 kvm_intel
kvm                  578558  1 kvm_intel
irqbypass              13503  1 kvm
irqbypass              13503  1 kvm
</source>
== Configure bridged networking ==
Libvirtd configures a dhcpd-based network bridge by default.  You can check in the following way:
<source lang="bash">
# brctl show
bridge name    bridge id              STP enabled    interfaces
virbr0          8000.525400f0c02d      yes            virbr0-nic
# virsh net-list
Name                State      Autostart    Persistent
----------------------------------------------------------
default              active    yes          yes
</source>
</source>

Navigation menu