KVM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
{{Box Kernel|KVM Kernel Configuration| | {{Box Kernel|KVM Kernel Configuration| | ||
<pre> | <pre> | ||
Networking support ---> | [*] Networking support ---> | ||
Networking options ---> | Networking options ---> | ||
[*] 802.1d Ethernet Bridging | [*] 802.1d Ethernet Bridging | ||
Revision as of 23:09, 1 July 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
USE-Flags
Installation
# # emerge kvm
Kernel Configuration
Network configuration
# # /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
# # rc-update add vde default
Setup user permissions
# # usermod -a -G kvm,qemu username