From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Durack Subject: RE: ARP problems in -testing? Date: Mon, 17 Jan 2005 09:08:03 -0500 Message-ID: <9e246b4d05011706085fa2633d@mail.gmail.com> Reply-To: Tim Durack Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org There are four types of MAC addresses: Globally Unique *0-**-**-**-**-** *4-**-**-**-**-** *8-**-**-**-**-** *C-**-**-**-**-** Locally Administered *2-**-**-**-**-** *6-**-**-**-**-** *A-**-**-**-**-** *E-**-**-**-**-** Multicast *1-**-**-**-**-** *3-**-**-**-**-** *5-**-**-**-**-** *7-**-**-**-**-** *9-**-**-**-**-** *B-**-**-**-**-** *D-**-**-**-**-** *F-**-**-**-**-** Broadcast FF-FF-FF-FF-FF-FF (Could be considered an all-stations multicast) Locally administered addresses can be considered private ethernet: (LAA) are MAC addresses which have the second least significant bit (LSB) of the first octect is set to '1' (for example, 'xxxxxx1x'. LAA enable administrators to assign MAC addresses using their own scheme. When an LAA is assigned, it overrides the in-memory copy of the Global address during driver initialization. So the burned-in address on the Ethernet adapter is never actually changed, only the in-memory copy. LAA create the possibility of assigning duplicate MAC addresses, which makes for some very interesting network problems. Fortunately, they are rarely used in Ethernet environments, but are fairly popular in Token Ring networks. The Xen addresses are in the LAA range, so scheme wise you are safe to do whatever you want with them. Alternatively XenSource could spring for an OUI or IAB, not really that expensive: The OUI is $1,650.00 (US); the IAB is $550.00 (US) IAB = Individual Address Block, 12 bits of address space instead of 24. Tim:> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt