|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen networking - between ubuntu Dom0 and WinXp DomU
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
|
|
|
|
|