Linux serverNETWORK ADMINISTRATIONS

Installation of KVM on CentOS 8

In this video we discussed Virtualization & Installation and configuration of KVM on CentOS8

vi /etc/default/grub

GRUB_CMDLINE_LINUX=”crashkernel=auto resume=/dev/mapper/cl-swap rd.lvm.lv=cl/root rd.lvm.lv=cl/swap net.ifnames=0 rhgb quiet”

grub2-mkconfig -o /boot/grub2/grub.cfg

rename the interface names

vi /etc/sysconfig/network-scripts/ifcfg-br0

DEVICE=br0
TYPE=Bridge
IPADDR=192.168.8.200
NETMASK=255.255.255.0
GATEWAY=192.168.8.1
DNS=192.168.8.1
ONBOOT=yes
BOOTPROTO=dhcp
DELAY=0

BRIDGE=br0

dnf install qemu-kvm qemu-img libvirt virt-install libvirt-client

lsmod | grep kvm

# systemctl start libvirtd
# systemctl enable libvirtd

virt-manager

source

centos 8

Leave a Reply

Your email address will not be published. Required fields are marked *