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] create another veth in domU

To: Konstantinos Pachopoulos <kostaspaxos@xxxxxxxx>
Subject: Re: [Xen-users] create another veth in domU
From: Sebastien Koechlin <seb.xen@xxxxxxxxxxxx>
Date: Wed, 1 Mar 2006 12:17:40 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 01 Mar 2006 11:17:18 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20060228202431.52518.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <20060228202431.52518.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Tue, Feb 28, 2006 at 08:24:31PM +0000, Konstantinos Pachopoulos wrote:
> i am trying to create a router domU, which of course
> needs more than one veths. 
> First i have to say, that in the domains, which i
> create i only see an eth0 and no veth0, as  mentioned
> in http://wiki.xensource.com/xenwiki/XenNetworking.
> Why is that?

Sorry, it's me, my image was wrong, It's OK now. In DomU, interfaces
are named ethX.


> vif = ['mac=aa:00:00:00:00:11']
> vif = ['mac=aa:00:00:00:00:12']
> -----------------------
> Unfortunately only the NIC, which corresponds to the
> second MAC appeared in the domain.

Yes, the second line overwrite the first one. Ted Kaczmarek give you the
solution:
        vif = ['mac=aa:00:00:00:00:11' , 'mac=aa:00:00:00:00:12']


-- 
Sebastien Koechlin

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] create another veth in domU, Sebastien Koechlin <=