Ubuntu Install KVM

Source: Internet
Author: User
sudo apt-get install QEMU-KVM
sudo apt-get install Qemu
sudo apt-get install Virt-manager
sudo apt-get install Virt-viewer
sudo apt-get install Libvirt-bin
sudo apt-get install bridge-utils
Enable bridged networks

Back up a set of legacy configurations first

sudo cp/etc/network/interfaces/etc/network/interfaces-bak

Make changes to the/etc/network/interfaces configuration file

sudo gedit/etc/network/interfaces

#Enabing Bridge Networking Br0 Interface
Auto Br0
Iface br0 inet Static
Address 192.168.1.130
Network 192.168.1.0
Netmask 255.255.255.0
Broadcast 192.168.1.255
Gateway 192.168.1.1
Dns-nameservers 223.5.5.5
Bridge_ports eth0
BRIDGE_STP off

Exit after saving, and then restart the system.

sudo reboot

Launch KVM Virtual System Manager

sudo virt-manager

Ubuntu Install KVM

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.