On Wed, 2009-06-24 at 10:58 +0200, Tim Verhoeven wrote: > On Wed, Jun 24, 2009 at 10:19 AM, Coert > Waagmeester<lgroups at waagmeester.co.za> wrote: > > > > I have a working xen setup with 3 paravirt domUs and one Windblows 2003 > > fully virt domU. > > > > There are to virtual networks. > > > > As far as I can tell in the paravirt Linux DomUs I have gigabit > > networking, but not in the fully virt Windows 2003 domU.... > > > > Is there a setting for this, or is it not yet supported? > > > > I run xen-3.0.3-64.el5_2.3 > > > > Both networks should be available in the Linux and the Windows domU's. > Could you send the Xen configfiles for the domU's ? They should list > to which network each domU gets attached. > > Regards, > Tim > Attached are my config files -------------- next part -------------- name = "xenfilesrv" uuid = "<removed>" maxmem = 1024 memory = 512 vcpus = 2 bootloader = "/usr/bin/pygrub" on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ ] disk = [ "phy:/dev/vg0/xenfilesrv,xvda,w" , "phy:/dev/vg0/lvdata1,xvdb1,w" ] vif = [ "mac=00:16:3e:2b:ff:da,bridge=xenbr0" , "mac=00:16:3e:2d:41:b5,bridge=xenbr1" ] -------------- next part -------------- A non-text attachment was scrubbed... Name: network-bridge-more Type: application/x-shellscript Size: 266 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20090624/735a031d/attachment-0006.bin> -------------- next part -------------- name = "xenwin2k3" uuid = "<removed>" maxmem = 512 memory = 512 vcpus = 2 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "dc" pae = 1 acpi = 1 apic = 1 on_poweroff = "destroy" on_reboot = "destroy" on_crash = "restart" device_model = "/usr/lib64/xen/bin/qemu-dm" sdl = 0 vnc = 1 vncunused = 1 keymap = "en-us" disk = [ "phy:/dev/vg0/xenwin2k3,hda,w" , "file:/root/isos/win2k3srvd2.iso,ioemu:hdc:cdrom,r" ] vif = [ "mac=00:16:3e:37:7c:b3,bridge=xenbr0,type=ioemu" , "mac=00:16:3e:48:2e:72,bridge=xenbr1,type=ioemu" ] serial = "pty"