KVM: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
No edit summary
Line 13: Line 13:
[ebuild  N    ] app-emulation/kvm-85-r1  USE="alsa modules ncurses sdl vde -esd -gnutls -havekernel -pulseaudio -test" 4,192 kB
[ebuild  N    ] app-emulation/kvm-85-r1  USE="alsa modules ncurses sdl vde -esd -gnutls -havekernel -pulseaudio -test" 4,192 kB
</pre>
</pre>
}}
{{Box Code|emerge iptables bridge-utils usermode-utilities -pv|
<pre>
[ebuild  N    ] net-firewall/iptables-1.4.3.2  423 kB
[ebuild  N    ] net-misc/bridge-utils-1.4  32 kB
[ebuild  N    ] sys-fs/fuse-2.7.4  495 kB
[ebuild  N    ] sys-apps/usermode-utilities-20070815  49 kB
}}
}}



Revision as of 15:46, 13 May 2009

Description

Setting up the Kernel-based Virtual Machine including network configuration and beeing able to create and run new machines as a normal user without requiring root privileges.

Packages

Template:Box Code

Template:Box Code

Installation

# # emerge kvm

Kernel Configuration

Template:Box Kernel

Network configuration

Template:Box File

# # /etc/init.d/
# # ln -s net.lo net.br0
# # ln -s net.lo net.tap0
# # rc-update add net.br0 default
# # rc-update add net.tap0 default


Setup user permissions

# # usermod -a -G kvm,qemu username