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

[Xen-users] Xen networking - between ubuntu Dom0 and WinXp DomU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen networking - between ubuntu Dom0 and WinXp DomU
From: Dharmender Goyal <dgoyal@xxxxxxxxx>
Date: Wed, 13 Feb 2008 12:49:44 -0800 (PST)
Delivery-date: Mon, 18 Feb 2008 09:38:12 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=sFIeMX+JyzGArJUZ45V5hZOIi9xMLoGJA7lNe6rqYlavo+oDVG4c3qg8kTASi4IbnsexMoZupWrz5DsqsFXhjE3ZP1XMcws3xZJRMbbkQFAZd+pZlE3ZNjvz94+N+5DUGc0XGsTvaOyzjU0pEG5O1qUUldd9QrCNhcA2f+Ww8Hs=;
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
Hello
I installed Xen 3.0 on Ubuntu (2.6.22-14-xen) on a
Dell 630 laptop. I have two networking interfaces on
host( wired as well as wireless). Host OS networking
is working fine using both interfaces. However, my
Windows VM network is not able to get any IP Address. 

My VM config file is ----------------------
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=40: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'
---------- config file ends ----------

Host OS ifconfig command shows 
root@dgoyal-laptop:/etc/xen# ifconfig
eth0      Link encap:Ethernet  HWaddr
00:1C:23:0F:92:73  
          inet addr:10.100.172.27 
Bcast:10.100.172.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:23ff:fe0f:9273/64
Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500 
Metric:1
          RX packets:6639 errors:0 dropped:0
overruns:0 frame:0
          TX packets:4026 errors:0 dropped:0
overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4127487 (3.9 MB)  TX bytes:581942
(568.3 KB)
          Interrupt:17 

eth1      Link encap:Ethernet  HWaddr
00:1C:26:66:15:55  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:354 errors:0 dropped:7577
overruns:0 frame:0
          TX packets:234 errors:0 dropped:0 overruns:0
carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:70358 (68.7 KB)  TX bytes:9828 (9.5
KB)
          Interrupt:10 Base address:0x8000 

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:35 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:5303 (5.1 KB)  TX bytes:468 (468.0
b)

 I tried severaloptions mentioned on this and other
sites but none appear to work for me. Any help will be
appreciated.

thanks and regards




      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

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

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