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-community

[Xen-community] XEN Debian 3.0 HVM routed networking no-carrier

To: xen-community@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-community] XEN Debian 3.0 HVM routed networking no-carrier
From: "Bc. Slavomir Danas" <slavomir.danas@xxxxxxxxx>
Date: Thu, 17 Jul 2008 12:14:23 +0200
Delivery-date: Thu, 17 Jul 2008 03:14:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding:from; bh=RITE5rPReDBtUcqsSi0tXeKPqK25CAAYXPsZGyZEUU4=; b=WJ9qdJJV4X2W5VeJ6ggEm5zIDDQIcS5ModKIhbgHcyHBEC3et+Q/LoMDEb8iMBGMcz CJDExXAHONQu00TOycsWv9KWyXjaP8wXa3q1ZppsgfoQZPMX9LvPe81lK6F6z+Lxr3k4 k7+tFduhCzSIDwz0zbKyVENbr9fHNduVUTnj8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding:from; b=HuaUbm3YgXnC6qAW+JeMM9CLjvlNd/Z3nH1aVNse8ZC5LhG9Ff16x4ZWhCxvLwA7wV OpFiA/U21ls2zkHGaTr2EtC00E7oYh0I3YAe27E71s1ssWQ2PvWDFmXYVszrvLkmfwJG HysoZgTk+vWeti8YO5uK+JYSMv62K+orlRyfo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xen-community>
List-help: <mailto:xen-community-request@lists.xensource.com?subject=help>
List-id: Community Discussion <xen-community.lists.xensource.com>
List-post: <mailto:xen-community@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-community>, <mailto:xen-community-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-community>, <mailto:xen-community-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-community-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Running:

linux-image-2.6-xen-amd64    2.6.18+6etch3
linux-image-2.6.18-6-xen-amd64    2.6.18.dfsg.1-18etch6
linux-modules-2.6.18-6-xen-amd64    2.6.18.dfsg.1-18etch6
xen-docs-3.0    3.0.3-0-4
xen-hypervisor-3.0.3-1-amd64    3.0.3-0-4
xen-ioemu-3.0.3-1    3.0.3-0-4
xen-tools    2.8-2
xen-utils-3.0.3-1    3.0.3-0-4
xen-utils-common    3.0.3-0-2


Because of provider I had to change XEN setup from bridged to routing:

#(network-script network-bridge)
#(vif-script vif-bridge)

(network-script network-route)
(vif-script     vif-route)

Now all domains work except HVMs. For first they refused to start. Commenting out line with brctl in /etc/xen/scripts/qemu-ifup helped to resolve this:

#brctl addif $2 $1

Now the problem is that HVM domUs has no connectivity. I've found this problem:

9: vif7.0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
   link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
   inet xx.xx.xx.xx/32 brd xx.255.255.255 scope global vif7.0

The vif for HVM domain has NO-CARRIER but all other non-HVM domains are OK.

Any ideas?

Thanks in advance.

_______________________________________________
Xen-community mailing list
Xen-community@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-community

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-community] XEN Debian 3.0 HVM routed networking no-carrier, Bc. Slavomir Danas <=