Luis Roberto Romano
2011-Jul-18 12:43 UTC
[Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
Hello again. I''m running XEN 4.0 on Debian Squeeze. I''ve paravirtualized 3 DomUs and they work properly. I''ve virtualized (HVM) a win2003 DomU via virt-manager. The installation proccess was successful, but I can''t get network conectivity. I installed Debian Squeeze as HVM DomU too (for checking if it''s a virt-manager problem), but in this case I can connect to my network and Internet properly. I tried to change the network card driver (provided by virt-manager), but that didn''t fix the problem. This is my ifconfig: http://pastebin.com/wX6WNtvt This is the config.sxp file generated by virt-manager: http://pastebin.com/y9cXfR2w Thanks. -- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC. Twitter: @luirro777 Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
kcobler@coblercorp.com
2011-Jul-18 13:30 UTC
Re: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
Quoting Luis Roberto Romano <luisromano@gmail.com>:> Hello again. > > I''m running XEN 4.0 on Debian Squeeze. I''ve paravirtualized 3 DomUs and they > work properly. I''ve virtualized (HVM) a win2003 DomU via virt-manager. The > installation proccess was successful, but I can''t get network conectivity. I > installed Debian Squeeze as HVM DomU too (for checking if it''s a > virt-manager problem), but in this case I can connect to my network and > Internet properly. > I tried to change the network card driver (provided by virt-manager), but > that didn''t fix the problem. > > This is my ifconfig: > > http://pastebin.com/wX6WNtvt > > This is the config.sxp file generated by virt-manager: > > http://pastebin.com/y9cXfR2wThe way I was able to get this to work was to not assign the IP address to Linux eth0, instead create a bridge and assign the IP address to the bridge (br0). Then I use xen bridge networking to allow the guest OS to be part of the same subnet as br0. Ken Cobler _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Flako
2011-Jul-18 18:53 UTC
Re: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
2011/7/18 <kcobler@coblercorp.com>:> Quoting Luis Roberto Romano <luisromano@gmail.com>: > >> Hello again. >> >> I''m running XEN 4.0 on Debian Squeeze. I''ve paravirtualized 3 DomUs and >> they >> work properly. I''ve virtualized (HVM) a win2003 DomU via virt-manager. The >> installation proccess was successful, but I can''t get network conectivity. >> I >> installed Debian Squeeze as HVM DomU too (for checking if it''s a >> virt-manager problem), but in this case I can connect to my network and >> Internet properly. >> I tried to change the network card driver (provided by virt-manager), but >> that didn''t fix the problem. >> >> This is my ifconfig: >> >> http://pastebin.com/wX6WNtvt >> >> This is the config.sxp file generated by virt-manager: >> >> http://pastebin.com/y9cXfR2w > > > The way I was able to get this to work was to not assign the IP address to > Linux eth0, instead create a bridge and assign the IP address to the bridge > (br0). Then I use xen bridge networking to allow the guest OS to be part of > the same subnet as br0. > > Ken Cobler >Hello I have your same infrastructure. (Squeeze, 2003) Virt-manager I have: source device = eth0 device model = "default hypervisor" I have the vif like you, only that I have the line "(model rtl8139)" and "(type ioemu)" To me a past that I do not walk, until you install the gplpv. You should put device model = "hypervisor default" I set gplpv. Greetings. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Luis Roberto Romano
2011-Jul-21 19:47 UTC
Re: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
Thanks Flako.... I installed gplpv and it works!!! My question is.. how reliable is the gplpv driver?? it''s really stable?? Thanks!!! 2011/7/18 Flako <subforos@gmail.com>> 2011/7/18 <kcobler@coblercorp.com>: > > Quoting Luis Roberto Romano <luisromano@gmail.com>: > > > >> Hello again. > >> > >> I''m running XEN 4.0 on Debian Squeeze. I''ve paravirtualized 3 DomUs and > >> they > >> work properly. I''ve virtualized (HVM) a win2003 DomU via virt-manager. > The > >> installation proccess was successful, but I can''t get network > conectivity. > >> I > >> installed Debian Squeeze as HVM DomU too (for checking if it''s a > >> virt-manager problem), but in this case I can connect to my network and > >> Internet properly. > >> I tried to change the network card driver (provided by virt-manager), > but > >> that didn''t fix the problem. > >> > >> This is my ifconfig: > >> > >> http://pastebin.com/wX6WNtvt > >> > >> This is the config.sxp file generated by virt-manager: > >> > >> http://pastebin.com/y9cXfR2w > > > > > > The way I was able to get this to work was to not assign the IP address > to > > Linux eth0, instead create a bridge and assign the IP address to the > bridge > > (br0). Then I use xen bridge networking to allow the guest OS to be part > of > > the same subnet as br0. > > > > Ken Cobler > > > > Hello I have your same infrastructure. (Squeeze, 2003) > Virt-manager I have: > source device = eth0 > device model = "default hypervisor" > > I have the vif like you, only that I have the line "(model rtl8139)" > and "(type ioemu)" > > To me a past that I do not walk, until you install the gplpv. > You should put device model = "hypervisor default" I set gplpv. > > Greetings. >-- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC. Twitter: @luirro777 Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Walter Robert Ditzler
2011-Jul-21 20:04 UTC
RE: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
hi, i have 3 installation, live at clients, running since a year now, without any problems at all! xen server 4.0.1 **************** hp dl 320G6 debian squeeze 6.0.1 2.6.32-5 windows driver: http://www.meadowcourt.org/downloads/gplpv_Vista2008x64_0.11.0.238.msi the only thing is, you have to disable digital signing in windows, so it will appear on the screen "WINDOWS TEST MODE" thanks walter. *** name = ''server01-srv-08r2-ads001'' kernel = ''/usr/lib/xen/boot/hvmloader'' builder = ''hvm'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' maxmem = 2048 memory = 2048 vcpus = 2 acpi = 1 apic = 1 vif = [''bridge=eth0''] disk = [''phy:/dev/vgmain/lv_server01,hda,w''] boot = ''cd'' usbdevice = ''tablet'' vnc = 1 #vncunused = 0 vnclisten = ''0.0.0.0'' #vncdisplay = 2 #vncconsole = 1 #vncpasswd = ''123456'' vncviewer = 1 sdl = 0 stdvga = 1 serial = ''pty'' ne2000 = "1" on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' *** From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Luis Roberto Romano Sent: Donnerstag, 21. Juli 2011 21:47 To: Flako Cc: kcobler@coblercorp.com; xen-users@lists.xensource.com Subject: Re: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems. Thanks Flako.... I installed gplpv and it works!!! My question is.. how reliable is the gplpv driver?? it''s really stable?? Thanks!!! 2011/7/18 Flako <subforos@gmail.com> 2011/7/18 <kcobler@coblercorp.com>:> Quoting Luis Roberto Romano <luisromano@gmail.com>: > >> Hello again. >> >> I''m running XEN 4.0 on Debian Squeeze. I''ve paravirtualized 3 DomUs and >> they >> work properly. I''ve virtualized (HVM) a win2003 DomU via virt-manager.The>> installation proccess was successful, but I can''t get networkconectivity.>> I >> installed Debian Squeeze as HVM DomU too (for checking if it''s a >> virt-manager problem), but in this case I can connect to my network and >> Internet properly. >> I tried to change the network card driver (provided by virt-manager), but >> that didn''t fix the problem. >> >> This is my ifconfig: >> >> http://pastebin.com/wX6WNtvt >> >> This is the config.sxp file generated by virt-manager: >> >> http://pastebin.com/y9cXfR2w > > > The way I was able to get this to work was to not assign the IP address to > Linux eth0, instead create a bridge and assign the IP address to thebridge> (br0). Then I use xen bridge networking to allow the guest OS to be partof> the same subnet as br0. > > Ken Cobler >Hello I have your same infrastructure. (Squeeze, 2003) Virt-manager I have: source device = eth0 device model = "default hypervisor" I have the vif like you, only that I have the line "(model rtl8139)" and "(type ioemu)" To me a past that I do not walk, until you install the gplpv. You should put device model = "hypervisor default" I set gplpv. Greetings. -- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC. Twitter: @luirro777 Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Flako
2011-Jul-25 16:09 UTC
Re: [Xen-users] XEN, virt-manager, win2003 DomU and networking problems.
2011/7/21 Luis Roberto Romano <luisromano@gmail.com>> Thanks Flako.... I installed gplpv and it works!!! > My question is.. how reliable is the gplpv driver?? it''s really stable?? > > Thanks!!! > >Hello it''s really stable? It depends who .. 3 months ago I run a terminal server with 15 users and 2 serviores printing and goes 10. Duante two weeks I have run an IIS with Windows 2003 32bit and no problems .. I have only performance issues in the use of hard disk .. but not me or gplpv so:) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users