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] networking in xen

To: "Jorge I. Davila L." <davila@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] networking in xen
From: Andreas Seuss <mam04exx@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 08 Aug 2005 09:58:37 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 08 Aug 2005 07:57:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1285.165.98.158.39.1123256718.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
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: <1285.165.98.158.39.1123256718.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)
Jorge I. Davila L. wrote:

>Hi all!:
>
>Sorry for my ignorance :-(
>
>I'm installing xen-2.0.5 in a fedora core 3.
>
>When I try to ping at the new created domain (not domain0) I can't obtain
>a response.
>
>I see the virtual interface (vif5.0) and xen-br0 but I can connect to the
>new domain.
>
>Jorge.
>
>_______________________________________________
>Xen-users mailing list
>Xen-users@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-users
>
>  
>
Hi,

did you assign a "virtual" mac address to the domain in its config? It
should look something like this:

vif = [ 'mac=aa:00:00:75:20:df, bridge=xen-br0' ]

This is no 'real' mac address (real in the sense of that it belongs to
any real hardware in your system). This would probably solve your
problem permanently (assuming that the installation is fine and that
there are no other problems ;-)).

The reason why you cannot ping your domU immediately is that otherwise
xen has to first create a random mac address. Thus you have to first do
some networking stuff from your domU (e.g. logging in via xm console
'yourdomUIDhere' and then do a ping) such that other network equipment
becomes aware of your domU and its mac. Unless configured with vif =
[...] as shown above you will have the same problem each time you start
up the new domain.

I hope I could provide some help.

Regards,

    Andreas

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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