[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] network-bridge problem with windows-server and xen


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Abri Nation" <abrination@xxxxxxxxxxxxxx>
  • Date: Wed, 21 Feb 2007 21:02:30 +0100
  • Delivery-date: Wed, 21 Feb 2007 12:01:58 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ss00guLm8/CTk25DrLC4a33CWx+l8XHTUvcYNm/Q1Z7krE5ScEzUg6okXlC9M6ae0lllIeFmhMmr2Q7EzinAfdVrn5Tg+d+wGG3+2oeKmECHa3r3DAJtp9cBErXYw2cXGU8H/ZyGyki8ug/ogvbjVVvyVT1GwfmnODDrgcXwmNg=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hi @all,

I hope someone could help me with my network problem.

I have a Windows Server as VM, and i want to use bridged-networking. In my Dom-O i use eth1 as the default network controller. It seems everything is fine, but
before i created my Windows Server VM, it was possible for me to ping to the network and to the internet.
After i created my Windows Server, i could not ping anymore to the network and to the internet from
my XEN-system. But the Xen-System is reachable from the virtual Windows Server host.
The Windows System gets i right ip-adress from DHCP, and i can see the network controller.
If i end the network-bridge (network-bridge stop), an stop my virtual Windows Server,
ping is running without problems in and out the network.

Has anyone an idea what is going wrong? What and where ist my failure?

The System is an Intel Quadcore Xeon (VT) with Cent OS 4.4. (64Bit).
I installed Xen from tarball (3.0.4_1)

here is my virtual windows config file:
-----------------------------------------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
        arch_libdir = 'lib64'
else:
        arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 4096
name = "w2k3-002"
vcpus = 4
acpi = 1
apic = 1
vif = [ 'type=ioemu, mac=00:16:3e:00:00:91, bridge=xenbr1' ]
disk = [ 'phy:/dev/VMdata/w2k3-003, ioemu:hda,w', 'file:/tmp/WINDOWS.ISO,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot = "c"
sdl = 1
vnc = 0
vncviewer = 0
--------------------------------------------------------

I also activated (how the manual discribes it) in the "xend-config.sxp"
"(network-script network-bridge)" and "(vif-script vif-bridge)".
Further on i tried the  /network-bridge start with serveral different vars
like bridge=xenbr1 and netdev=eth1.

Thank you very much for your help!
kind regards,
Abe

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.