Xen et etch

Toujours dans la série des articles sur la virtualisation en version brut de décoffrage. C’est inutilisable, c’est un brouillon publique.

aliasing IP

    Install Xen

# apt-get install xen-linux-system-2.6.18-4-xen-686 xen-tools libc6-xen xen-hypervisor-3.0.3-1-i386-pae xen-linux-system-2.6.18-4-xen-vserver-686 bridge-utils

# reboot

# mkdir /home/xen

    Setup

#nano /etc/xen-tools/xen-tools.conf

dir = /home/xen
dist   = etch
mirror = http://mirror.ovh.net/ftp.debian.org/debian
    Setup DomU

# xen-create-image –dir /home/xen –hostname tutu –ip 88.191.202.xxx –gateway 88.191.202.www –netmask 255.255.255.224 –debootstrap –dist etch –boot

ou

# xen-create-image –dir /home/xen –hostname srv2 –ip 88.191.34.sss –gateway 88.191.34.1 –netmask 255.255.255.0 –debootstrap –dist etch –boot

# nano /etc/xen-tools/xen-tools.conf

kernel = /boot/vmlinuz-2.6.18-4-xen-686
initrd = /boot/initrd.img-2.6.18-4-xen-686

# xen-delete-image
# xen-list-images

IP supplémentaire

inet adr:88.191.34.xxx Bcast:88.191.34.255 Masque:255.255.255.0
dhcp : 88.191.34.85

# xen-create-image –dir /home/xen –hostname tutu –ip 88.191.54.89 –gateway 88.191.54.87 –netmask 255.255.255.0 –debootstrap –dist etch –boot

    Source

https://wiki.alio.fr/doku.php?id=fr:informatique:quickref:xen

http://www.debian-administration.org/articles/396

http://tcweb.org/mediawiki/index.php/Xen_dedibox

http://www.howtoforge.com/debian_etch_xen_from_debian_repository

http://www.howtoforge.com/debian_etch_xen_3.1

http://www.punknix.com/?q=virtualization_xen

Laisser un commentaire