|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] can connect *from* Windows, can't connect *to* Windows
I just installed Windows 2003 on a HVM-capable machine, running Xen 3.0.3.
I can connect from Windows (via VNC) just fine - ping any host in the
local network or in the internet, or connect to them.
The other way doesn't work - I can't connect to Windows from dom0, or form
any other machine from LAN. The only thing that Windows replies to is
arping.
Anyone alse seeing this, too?
This is Windows configuration file:
import os, re
arch = os.uname()[4]
if re.search("64", arch):
arch_libdir = "lib64"
else:
arch_libdir = "lib"
kernel = "/usr/lib/xen/boot/hvmloader"
builder="hvm"
memory = 512
name = "w2k3-001"
vif = [ "type=ioemu, ip=192.168.15.24, mac=00:16:3e:12:34:94,
bridge=xenbr0" ]
disk = [ 'phy:/dev/LVM2/windows2003test,ioemu:hda,w',
'file:/home/manager/win2k3r2/win2k3r2-cd2.iso,hdc:cdrom,r' ]
device_model = "/usr/" + arch_libdir + "/xen/bin/qemu-dm"
vnc=1
vncviewer=0
--
Tomasz Chmielewski
http://wpkg.org
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] can connect *from* Windows, can't connect *to* Windows,
Tomasz Chmielewski <=
|
|
|
|
|