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] No network on DomU

To: "John Smith" <netman1@xxxxxxx>
Subject: Re: [Xen-users] No network on DomU
From: "Hiamal Llanos" <hiamall@xxxxxxxxx>
Date: Sun, 1 Oct 2006 11:07:19 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 01 Oct 2006 02:07:57 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=IvHkvPTJCKIN6Uuc3FLo2L/ElpHO+BuYO5YR1HicqcjO0AxeFcbUyfxY83i+8b6qTAFqnY92GZCM0HgzWntXyYlYNnS/+UWA5IxjtgNB337oogLNDw5cP8jYnK4Dtzq7FK3AlTw5EqkvQF8szoZv7V/nwoXBhDilFK4tP0EvLoQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <451F72DE.4000009@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <a9b19e850609302044n7138d34n15aed665ccde20e5@xxxxxxxxxxxxxx> <451F72DE.4000009@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi!

On 10/1/06, John Smith <netman1@xxxxxxx> wrote:
Hiamal Llanos wrote:
> Hi,
>
> I have problems getting xenbr0 up in dom0 and which means that I don't
> have any network interface in domU.
> I tested different solutions presented on the list but none of those
> worked for me :-(

...

Hi Hiamal,

        try putting netloop in your /etc/modules and restarting. If
it still does not work, run /etc/xen/scripts/network-<your flavour>
manually.

Thanks John, that got me a bit further.

Now I have vif0.0 but no xenbr0. To get it working correctly I have to do the following, after a reboot:

$ sudo /etc/init.d/xendomains stop
$ sudo /etc/init.d/xend stop
$ sudo /etc/xen/scripts/network-bridge stop
$ sudo /etc/xen/scripts/network-bridge start vif0.0
$ sudo /etc/init.d/xend start
$ sudo /etc/init.d/xendomains start

So now I have peth0, vif0.0 and xenbr0
And addind vif = [''] to /etc/xen/sarge gawe my back eth0 on domU.

But...wy dosn't xenbr0 get createt on system boot? What I'm missing?
Must I change something in /etc/xen/xend- config.sxp?:

(logfile /var/log/xen/xend.log)
(loglevel DEBUG)
(xend-http-server yes)
(xend-relocation-server yes)
(xend-port            8000)
(xend-relocation-port 8002)
(xend-address localhost)
(xend-relocation-address localhost)
(network-script network-dummy)
(network-script 'network-bridge netdev=eth0')
(network-script 'network-bridge bridge=xenbr0')
(vif-script vif-bridge)
(dom0-min-mem 64)
(dom0-cpus 0)



Thanks
Hiamal
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>