shadoom
07.09.11, 01:14
Hey danke für die Anleitung sie hat mir sehr geholfen... jedoch habe ich ein problem wenn ich mit ssh connecten möchte timed er out (benutze squeeze)
uname -r
2.6.32-5-xen-amd64
das is meine vm
das is mein interface
ssh: connect to host 10.0.0.2 port 22: Connection timed out
via xm console xen01 komm ich wunderbar drauf
uname -r
2.6.32-5-xen-amd64
das is meine vm
Code:
# # Configuration file for the Xen instance xen01, created # by xen-tools 4.2 on Wed Sep 7 01:56:03 2011. # # # Kernel + memory size # kernel = '/boot/vmlinuz-2.6.32-5-xen-amd64' ramdisk = '/boot/initrd.img-2.6.32-5-xen-amd64' vcpus = '1' memory = '2048' # # Disk device(s). # root = '/dev/xvda2 ro' disk = [ 'file:/xen/domains/xen01/disk.img,xvda2,w', 'file:/xen/domains/xen01/swap.img,xvda1,w', ] # # Physical volumes # # # Hostname # name = 'xen01' # # Networking # vif = [ 'ip=10.0.0.2,mac=00:16:3E:99:ED:22' ] # # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' extra = "console=hvc0 xencons=tty" extra = "clocksource=jiffies"
Code:
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 188.165.x.x netmask 255.255.255.0 network 188.165.x.0 broadcast 188.165.x.255 gateway 188.165.x.254 up route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.0.0.1
via xm console xen01 komm ich wunderbar drauf