Nycoon
New Member
Gerade noch gesehen, bei mir läuft noch xen-ioemu-3.0.3-1. Hat mit diesem Thema eigtl. nichts zu tun, aber ggf. bringt es ja was.
Ich habe gerade nochmal meine Kiste neu aufgesetzt und nochmal das Szenario "durchgespielt". Hier mal die bash_history, ggf. hilft die auch noch weiter.
Lg Rene
ioemu is a part from qemu used in Xen to emulate the io devices
for HVM guests. ioemu uses tap for the emulated ethernet device.
It is possible to use paravirtualized drivers in HVM guests for
(much) better io performance. xvif is used only by a PV ethernet
driver. Since Dom0 does not know if a HVM guest has PV drivers
or not, both tap and xvif are provided.
Ich habe gerade nochmal meine Kiste neu aufgesetzt und nochmal das Szenario "durchgespielt". Hier mal die bash_history, ggf. hilft die auch noch weiter.
apt-get update
nano /etc/motd
nano /etc/motd.tail
dpkg-reconfigure locales
nano /root/.bashrc
apt-get remove exim*
nano /etc/hosts
nano /etc/hostname
shutdown -r -f now
apt-get install xen-hypervisor-3.0.3-1-amd64 linux-image-2.6.18-5-xen-amd64 bridge-utils libsysfs2 xen-tools xfsprogs xen-ioemu-3.0.3-1 htop
nano /boot/grub/menu.lst
shutdown -r -f now
mkdir /opt/xen
nano /etc/xen/xend-config.sxp
nano /etc/xen/scripts/network-route
/etc/init.d/xend stop
/etc/init.d/xend start
nano /etc/xen-tools/xen-tools.conf
xen-create-image --hostname xendose --ip ZUSATZIP --debootstrap
nano /etc/xen/xendose.cfg
mount -o loop /opt/xen/domains/xendose/disk.img /mnt/
nano /mnt/etc/network/interfaces
umount /mnt/
xm create -c xendose.cfg
traceroute to google.de (72.14.221.104), 30 hops max, 52 byte packets
1 DOM0 (HAUPTIP) 0.082 ms 0.055 ms 0.049 ms
2 static-ip-85-25-124-65.inaddr.intergenia.de (85.25.124.65) 0.438 ms 0.441 ms 0.419 ms
3 static-ip-62-75-135-13.inaddr.intergenia.de (62.75.135.13) 0.255 ms 0.267 ms 0.266 ms
4 static-ip-85-25-225-5.inaddr.intergenia.de (85.25.225.5) 0.266 ms 0.278 ms 0.268 ms
Lg Rene
Last edited by a moderator: