|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] DomU WinXP no network connection
i used the following config (w/ emu) and it worked just fine.
--
kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = '384' name = "win2k31" vcpus=1 pae=0 acpi=0 apic=0 cpus = "" vif = [ 'type=ioemu, bridge=xenbr0',
'type=ioemu, bridge=xenbr1' ] disk = [ 'file:/root/windisk/win2k31.img,ioemu:hda,w', 'phy:/dev/sda3,ioemu:hdb,w' ]
on_reboot = 'destroy' on_crash = 'destroy'
device_model = '/usr/lib/xen/bin/qemu-dm' cdrom='/root/windisk/win2k31.iso' boot='c' sdl=1 vnc=0 vncviewer=0 stdvga=0 serial='pty' ne2000=0
--
On 7/22/06, Wayne Pascoe <xen@xxxxxxxxxxxxxxxxxx> wrote:
On 21 Jul 2006, at 21:28, Simon Gao wrote:
> Loading tun module does fix domU network problem. Thanks a lot.
>
I have the tun module loaded, and this still does not fix it for me.
Could you please share the rest of your network connection please ?
When you are booted up, are you bridging eth0? Does xenbr0 have an IP
address or not ?
Any pointers you could give me about how you setup your networking would be MUCH appreciated!
Thanks in advance,
-- Wayne Pascoe (gpg --keyserver
www.co.uk.pgp.net --recv-keys 79A7C870) It could be dangerous... A lot of killing... and violence. You wanna come?
_______________________________________________ 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
|
|
|
|
|