I checked my ifconfig after i
start the domain, something must be wrong with my network settings:
fileserver:/mnt/raid/xen_win#
ifconfig vif1.0
vif1.0 Link encap:Ethernet
HWaddr fe:ff:ff:ff:ff:ff
inet6 addr:
fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING
PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0
dropped:0 overruns:0 frame:0
TX packets:0 errors:0
dropped:510 overruns:0 carrier:0
collisions:0
txqueuelen:32
RX bytes:0 (0.0 B) TX
bytes:0 (0.0 B)
I will look into that again
Von:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] Im Auftrag von Martin
Courtial
Gesendet: Montag, 16. August 2010 16:06
An: xen-users@xxxxxxxxxxxxxxxxxxx
Betreff: [Xen-users] cant connect to my windows xp domU
Hi,
after my updatet my bios on my msi 7309 v1.3 my amd athlon
7550 is now supporting svm. Xm dmesg lists “(XEN) AMD SVM: SVM enabled”.
Iam running debian, uname –r prints “2.6.26-2-xen-686”.
Xm list prints:
Name
ID Mem VCPUs State
Time(s)
Domain-0
0 1172 2
r----- 373.6
Now iam trying to get a Windows XP domU running, I copied
the winxp sp3 cd to an iso file.
Heres my domu config file:
-----------------------------------------------------
fileserver:~# cat /etc/xen/win01.cfg
kernel = '/usr/lib/xen-3.2-1/boot/hvmloader'
builder = 'hvm'
memory = '768'
device_model = '/usr/lib/xen-3.2-1/bin/qemu-dm'
#shadow_memory = 8
# Disks
#disk = [ 'file:/mnt/raid/xen_win/disk.img,hda,w', 'file:/home/fileserver/work/w
inxpsp3.iso,hdc:cdrom,r' ]
#disk = [ 'file:/mnt/raid/xen_win/disk.img,hda,w',
'phy:/dev/hda,hdc:cdrom,r' ]
disk = [ 'file:/home/xen/domains/win01/disk.img,hda,w',
'file:/home/xen/winxp.is
o,hdc:cdrom,r' ]
# Hostname
name = 'win01'
# Networking
vif = ['type=ioemu, bridge=xenbr0']
boot = 'dc'
sdl=0
vnc=1
vncconsole=1
vncpasswd=''
vncviewer=1
stdvga=0
serial='pty'
usbdevice='tablet'
-----------------------------------------------------
The disk.img file I 8192mb, created with dd dev zero …
Now, when I create the domain, everything looks fine:
fileserver:~# xm create win01.cfg
Using config file "/etc/xen/win01.cfg".
VNC= 1
Started domain win01
fileserver:~# xm list
Name
ID Mem VCPUs State
Time(s)
Domain-0
0 1172 2
r----- 376.8
win01
6 768 1
------ 0.0
fileserver:~#
Out of 0s running time. And iam also unable to connect to
the vncserver, on any IP.
I also tried the vnclisten=’0.0.0.0’ option but no luck.
I feel like the domain is running but I just cant connect to
it, drives me crazy :p
I also tried sdl=1 and vnc=0, as well no window appears.
Thanks in advance.