All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: Sengul Thomas <thomas.sengul@gmail.com>
Cc: Xen Devel <xen-devel@lists.xen.org>
Subject: Re: Enabling networking at domU (xen on arndale)
Date: Mon, 8 Apr 2013 11:39:48 +0100	[thread overview]
Message-ID: <51629E74.2010803@citrix.com> (raw)
In-Reply-To: <CAJWjLtrD40L8ySAmVV+EejuKE36RFCN3F-AMXBQq6X80p_KAAg@mail.gmail.com>

On 04/08/2013 09:57 AM, Sengul Thomas wrote:

> Hello,

Hello,

> I am trying to enable networking at domU in xen on arndale, and my
> first goal is to run network-backend at dom0.
> 
> While I was doing this, I noticed network-backend driver tries to find
> a device from xenbus, and xenbus reads device info from xenstore.
> However, xenstore does not contain virtual interface (vif) as backend
> device at the moment:
> 
>     root@localhost:~# xenstore-ls /local/domain/0/backend | grep -v "^ "
>     console = ""
>     vbd = ""
> 
> Now, I'm stuck and could you tell me how to add vif into xenstored
> (backend directory)?
> 


If you use xl to start you domU, you just need to add in your
configuration file something like:

vif = [ 'bridge=xenbr0' ]

Where xenbr0 is a bridge with eth0 inside. Then, xl will automatically
create the backend directory in xenstore.

Cheers,

Julien

  parent reply	other threads:[~2013-04-08 10:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  8:57 Enabling networking at domU (xen on arndale) Sengul Thomas
2013-04-08 10:33 ` Stefano Stabellini
2013-04-08 10:39 ` Julien Grall [this message]
2013-04-09  1:27   ` Sengul Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51629E74.2010803@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=thomas.sengul@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.