WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] Getting network working in HVM domU

To: "Derek" <xen@xxxxxxxxxxxxxxxx>, "xen ml" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] Getting network working in HVM domU
From: "You, Yongkang" <yongkang.you@xxxxxxxxx>
Date: Tue, 19 Sep 2006 16:50:10 +0800
Delivery-date: Tue, 19 Sep 2006 01:51:17 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbbZzyrYyb49X0rT7ONvQzECFQdpgAYN5EQ
Thread-topic: [Xen-users] Getting network working in HVM domU

It sounds a little strange. Did you check Xen0 ifconfig, when creating HVM? There should be new device named tap0 or tun0 be created.

Which Changeset are you trying? From the config file, it might be an old version Xen? Which Linux is the Service OS (Xen0)?

 

Best Regards,

Yongkang (Kangkang) 永康


From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Derek
Sent: 2006
919 5:12
To: xen ml
Subject: [Xen-users] Getting network working in HVM domU

 

Hi all,

I now have Xen running on Intel Core2 duo system, and am running a HVM domU with Microsoft Windows XP Home Edition, cold-installed from distribution CD.

Problem is, Windows can't get to the network.

My dom0  ifconfig looks correct, as far as I can tell.  I have a DHCP server on my local network, but the Windows XP domU claims to be unable to find DHCP.  I've also tried assigning a static IP that matches my local subnet, but networking is still as dead as a dodo.  At the very end of this message, I've posted my dom0 kernel's .config file, just in case I used some wrong setting there.

Any help would be much appreciated.  I've never used linux bridging, and have no idea how to debug it.

Derek.

/etc/xen/winxp.hvm
------------------------
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 = "WindowsXP"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/main/win_xp_guest_domain,ioemu:hda,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom="/home/dereks/WinXP_Home_Edition.iso"
boot="c"
sdl=1
vnc=0
vncviewer=0
stdvga=0
serial='pty'
ne2000=0


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>