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] changing MAC address makes VM unreachable

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] changing MAC address makes VM unreachable
From: Tim Freeman <tfreeman@xxxxxxxxxxx>
Date: Mon, 7 Aug 2006 12:05:11 -0500
Delivery-date: Mon, 07 Aug 2006 10:06:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060731232452.dd0e9b0a.tfreeman@xxxxxxxxxxx>
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: <20060731232452.dd0e9b0a.tfreeman@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, 31 Jul 2006 23:24:52 -0500
Tim Freeman <tfreeman@xxxxxxxxxxx> wrote:

> I'm using 3.0.2-3 and have gotten a matching user report from someone using
> 3.0.1.  
> 
> After powering off a VM, changing its MAC address and rebooting, it becomes
> unreachable.  

Solved this, the random MACs being generated (by non-Xen software) in the
non-working case were not unicast.

As outlined here: 

http://wiki.xensource.com/xenwiki/XenNetworking

"Ensure you choose a unicast address.  That is, one with the low bit of the
first octet set to zero. For example, an address starting aa: is OK but ab: is
not. It is best to keep to the range of addresses declared to be "locally
assigned" (rather than allocated globally to hardware vendors). These have the
second lowest bit set to one in the first octet. For example, aa: is OK, a8:
isn't."

Tim 

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] changing MAC address makes VM unreachable, Tim Freeman <=