You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
See ./etc first, most of the settings for udev, sudoers, etc. are there.
* install ubuntu
* make sure the domain name resolver is set in /etc/resolv.conf
* make sure the 'kvm' and 'kvm-amd/intel' modules are loaded
* create group kvm in /etc/group with 'groupadd' and add your kvm users to the group
* give permissions to users in /etc/sudoers to access group kvm
* make sure when /dev/kvm is chgrped using /etc/udev/rules.d/....rules
* sudo aptitude install uml-utilities bridge-utils, for tunctl, for tun/tap, it provides an internet connection to the vm guest
* setup /etc/networking/interfaces to create a bridge, eth0 can be dhcp, the bridge ip address must be static
* setup /etc/rc.local to create tunnels with the bridge and invoke the bridge
* make a symbolic link (sudo ln -s `pwd`/from-file to-file) ./scripts/qemu-*.sh to /usr/local/bin and chgrp kvm /usr/local/bin/qemu* and chmod ug+rwx /usr/local/bin/qemu*