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-devel

[Xen-devel] MAC address uniqueness

To: "Xen Devel Mailing List" <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] MAC address uniqueness
From: "James Harper" <JamesH@xxxxxxxxxxxxxxxx>
Date: Fri, 15 Oct 2004 11:25:01 +1000
Delivery-date: Fri, 15 Oct 2004 02:36:15 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcSyVcrMKQkcWdzOTEOe/7uUPqMMTw==
Thread-topic: MAC address uniqueness
FWIW, I assign my MAC addresses as "FE:FD:XX:00:YY:ZZ"

Where:
XX = what xen does to MAC addresses (00 in xen0, 01 in xenU)
YY = vmid (unique across all physical servers)
ZZ = interface number in xenU (00 = eth0, 01 = eth1)

Works for me!

Someone asked about trying to find a duplicate MAC address on a network
- it's pretty hard to do as the whole idea is that MAC addresses are
always assumed to me unique. Really really strange things happen if
they're not. The only real way to do it is if you have managed switches
and can check the MAC tables on each of the ports. The same MAC on more
than one port would indicate a dupe, except that you'd have to take a
series of snapshots as I think the switch would delete it from one port
of it saw it on another - it would tend to bounce around and that's what
you'd have to watch for.

I've just thought of another way, pinging an ip address with the
suspected duplicate mac should get you two responses (even if one of
them isn't an 'icmp echo response')

James


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] MAC address uniqueness, James Harper <=