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] Xen networking - between ubuntu Dom0 and WinXp DomU

To: "Dharmender Goyal" <dgoyal@xxxxxxxxx>
Subject: Re: [Xen-users] Xen networking - between ubuntu Dom0 and WinXp DomU
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Thu, 14 Feb 2008 01:49:06 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 13 Feb 2008 22:49:40 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qjFF5Z6Bxh83D9LLAtlnKkuywsfILvdmbxpp3cKjyWE=; b=tKb7BQ8kVY5SpuMTfAufi+Jo7d0kb4Ungq2Ovj8Venpj450ZpCmPYUgrQu4IlMBm4kj1KgJSPx15uS5rulUUIVsa1g6rEF9QSUTVGTvz19+EQWvbixZ1NybmhtYPHvQj2rGG+ngXSG813gsakMYBFyvi+/o2SgdcpPzPOpmirlM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BrhscAjXVAwFpnkZRFljdQpblUl8ARkeBDOW6YkS2kYg2ypL+DAGOQrlWAPwsAf5prU5ZJq0K4yBjGhzhKvLkVZYxdZIvs7utZ7ly/oPcjx1BgMmW39vTZQ/jBwEJ94xPgJt1HZEyfyuGBZfdf/pX1XgjTH6IVF++DKh44PTzds=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <226620.6577.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <226620.6577.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Feb 13, 2008 8:48 PM, Dharmender Goyal <dgoyal@xxxxxxxxx> wrote:
> Hello
> I installed Xen on my Dell D630 laptop and created a
> Window XP VM. My Windows XP VM is not able to get a
> network IP address from my external DHCP server.
> I would appreciate any help or suggestions.
>


Is your wireless using WPA? I have heard people have trouble with
bridging and WPA.

Are you able to use linux PV or HVM and get an address?



> Regards
>
>
> My VM configuration file is
> -------- start
> kernel = '/usr/lib/xen-ioemu-3.1/boot/hvmloader'
> builder = 'hvm'
> memory = '1024'
> device_model='/usr/lib/xen-ioemu-3.1/bin/qemu-dm'
>
> # Disks
> disk = [ 'file:/media/disk/winxp.img,ioemu:hda,w',
> 'file:/home/dgoyal/winxp.iso,ioemu:hdc:cdrom,r' ]
>
> # Hostname
> name = 'win01'
>
> # Networking
> vif =
> ['mac=42:00:00:00:00:11,type=ioemu,bridge=xenbr0']
> #dhcp='dhcp'
> # Behaviour
> boot='d'
> vnc=0
> vncviewer=0
> vncunused=0
> apic=0
> acpi=0
> sdl=1
> vcpus=2
> serial ="pty"
> on_poweroff = 'destroy'
> on_reboot = 'restart'
> on_crash = 'restart'
> -------- end
> My laptop has a wired as well as a wireless network
> interface
> ---- ifconfig output -----
> eth0      Link encap:Ethernet  HWaddr
> 00:1C:23:0F:92:73
>           UP BROADCAST MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0
> frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0
> carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>           Interrupt:17
>
> eth1      Link encap:Ethernet  HWaddr
> 00:1C:26:66:15:55
>           inet addr:192.168.2.176  Bcast:192.168.2.255
>  Mask:255.255.255.0
>           inet6 addr: fe80::21c:26ff:fe66:1555/64
> Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500
> Metric:1
>           RX packets:580 errors:0 dropped:231
> overruns:0 frame:0
>           TX packets:1866 errors:0 dropped:0
> overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:476664 (465.4 KB)  TX bytes:160674
> (156.9 KB)
>           Interrupt:10
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           inet6 addr: ::1/128 Scope:Host
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0
> frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0
> carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>
> xenbr0    Link encap:Ethernet  HWaddr
> 00:00:00:00:00:00
>           inet6 addr: fe80::200:ff:fe00:0/64
> Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500
> Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0
> frame:0
>           TX packets:6 errors:0 dropped:0 overruns:0
> carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:0 (0.0 b)  TX bytes:468 (468.0 b)
> ---------ifconfig output ends ----
>
> Within Windows I can find a realtek adapter, but that
> adapter always shows a 172.* IP address.
>
>
>
>
>
>       
> ____________________________________________________________________________________
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.  
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>