Difference between revisions of "KVM"
Line 1: | Line 1: | ||
+ | = Installatie fysieke host = |
||
+ | == Debian == |
||
+ | De installatie verloopt vanaf een USB-stick met een netinstall, installeer een kale machine van 4 Gb met een swap space van 2 Gb. Voorbereiding virtuele machines: |
||
+ | <pre> |
||
+ | auto lo |
||
+ | iface lo inet loopback |
||
+ | |||
+ | auto eth0 |
||
+ | iface eth0 inet manual |
||
+ | |||
+ | auto br0 |
||
+ | iface br0 inet static |
||
+ | address 10.68.71.4 |
||
+ | netmask 255.255.255.224 |
||
+ | gateway 10.68.71.1 |
||
+ | bridge_ports eth0 |
||
+ | bridge_fd 9 |
||
+ | bridge_hello 2 |
||
+ | bridge_maxage 12 |
||
+ | bridge_stp off |
||
+ | </pre> |
||
+ | udell-kvm:~# /etc/init.d/networking restart |
||
+ | Vervolgens als de machine draait: |
||
+ | udell-kvm:~# apt-get install kvm qemu lvm2 libvirt-bin virtinst bridge-utils virt-manager |
||
+ | |||
* http://wiki.debian.org/KVM |
* http://wiki.debian.org/KVM |
||
* http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server-p3 |
* http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server-p3 |
||
* http://www.punknix.com/virtualization_kvm |
* http://www.punknix.com/virtualization_kvm |
||
* http://packages.debian.org/nl/lenny/kvm |
* http://packages.debian.org/nl/lenny/kvm |
||
+ | |||
+ | == Ubuntu Server == |
||
+ | De installatie verloopt via een .iso image op een USB stick |
||
* http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server |
* http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server |
||
<hr> |
<hr> |
Revision as of 09:31, 13 June 2010
Installatie fysieke host
Debian
De installatie verloopt vanaf een USB-stick met een netinstall, installeer een kale machine van 4 Gb met een swap space van 2 Gb. Voorbereiding virtuele machines:
auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 10.68.71.4 netmask 255.255.255.224 gateway 10.68.71.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off
udell-kvm:~# /etc/init.d/networking restart
Vervolgens als de machine draait:
udell-kvm:~# apt-get install kvm qemu lvm2 libvirt-bin virtinst bridge-utils virt-manager
- http://wiki.debian.org/KVM
- http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-lenny-server-p3
- http://www.punknix.com/virtualization_kvm
- http://packages.debian.org/nl/lenny/kvm
Ubuntu Server
De installatie verloopt via een .iso image op een USB stick
Terug naar: Webhuis bouwstenen