From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shakeel Butt Subject: Fwd: netback (Network backend) in domU Date: Tue, 19 Jun 2012 09:49:12 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I previously email at xen-user list but didn't get any response. I am using Xen-3.4.0 and 2.6.18 as dom0 kernel and facing below problem. ---------- Forwarded message ---------- From: Shakeel Butt Date: Mon, Jun 18, 2012 at 10:06 AM Subject: netback (Network backend) in domU To: xen-users@lists.xen.org Hi, I am trying to setup a domU as a network backend for some other domUs. I configured bridge in netback-domU using network-bridge script (not a driver domain). I am assigning static ip addresses to all domUs. Something like =A0dom0 <-> netback-domU <-> other-domU. In the setup, netback-domU and other-domU are able to ping each other but whenever I tried to ping dom0 from other-domU, I get a XEN error message "grant_table.c:387:d0 Could not pin grant frame 9d44e" and in dom0 kernel "#### netback grant fails". I didn't check if dom0 is trying to pin grant frame of other-domU but why dom0 would do it. Please any help will be appreciated. BTW does the bridge in dom0 needs to know that one of its interface is connected to another bridge in netback-domU? (don't know how or why) thanks, Shakeel