WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] network-route problem, maybe over GPLPV driver

To: Johnny Bravo <JohnnyBravo@xxxxxxx>
Subject: Re: [Xen-users] network-route problem, maybe over GPLPV driver
From: Johnny Bravo <JohnnyBravo@xxxxxxx>
Date: Thu, 12 Mar 2009 15:48:27 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 12 Mar 2009 06:50:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <85FFE474-7141-405A-A527-FEAE2AA2B415@xxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <85FFE474-7141-405A-A527-FEAE2AA2B415@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
as i thought, new windows hvm domu with gplpv drivers works, but where i could find such drivers for linux?



Hello to all! please help at least on third time

My situation:
I have Suse 11.1 64bit dom0 and 4 hvm domu: 2 - windows 2008 with full gplpv drivers installed (0.9.12-pre13) and 2 - debian lenny 32 bit (if u know how to make normal shutdown for lenny domu via xm shutdown please let me know :) )
network config - network-bridge, vif-bridge
Everything was great with bridging config but I decide to move to network-route/vif-route config and here comes my problem: all lenny domu become unrechable, all pings telnets sshs finishs by Destination unreachable
ifconfig in dom0 shows me it:

debvl Link encap:EthernetHWaddr FE:FF:FF:FF:FF:FF
inet addr:80.45.22.55Bcast:80.255.255.255Mask:255.255.255.255
UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:795 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 b)TX bytes:0 (0.0 b)

so all packets drops, if I ping from domu (lenny) I have the same Destination unreachable but RX/TX counters in dom0 stay zero with other domu - windows 2008 with GPLPV drivers everything is ok, I can access from/to them I try to reinstall lenny-domu, add new ones, add windows one without gplpv driver - same situation - Destination unreachable, now I will try to install gplpv driver to new windows domu - i think it will help, but what i should to do with lenny-domu?

hvm config for all domu is the same, exept vif parametrs and disk modes:

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'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
name = 'blabla'
memory = 2048
maxmem = 2048
vcpus=2
acpi=1
usb=1
#usbdevice='host:0529:0001' - :) if u know how to transfer alladin dongle to hvm domu please let me know, cose this one doesnot work :)
usbdevice='tablet'
apic=1
shadow_memory=16
vif=['ip=192.168.200.3,mac=00:16:3e:74:47:b6,vifname=Dtbin']
disk = ['phy:/dev/virtpart2/hdd1,hda,w']
boot='c'
sdl=0
vnc=1
vncviewer=1
vncdisplay=2
localtime='yes'
stdvga=0
serial='pty'
#ne2000=0
on_poweroff='destroy'
on_reboot='restart'
on_crash='restart'
on_xend_start='start'
on_xend_stop='shutdown'


PS Sorry for my english :)


_______________________________________________
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

<Prev in Thread] Current Thread [Next in Thread>