All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Durack <tdurack@gmail.com>
To: xen-devel@lists.sourceforge.net
Subject: RE: ARP problems in -testing?
Date: Mon, 17 Jan 2005 09:08:03 -0500	[thread overview]
Message-ID: <9e246b4d05011706085fa2633d@mail.gmail.com> (raw)

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

             reply	other threads:[~2005-01-17 14:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-17 14:08 Tim Durack [this message]
2005-01-17 14:12 ` Fwd: ARP problems in -testing? Tim Durack
  -- strict thread matches above, loose matches on Subject: below --
2005-01-17  1:41 Ian Pratt
2005-01-17  1:23 Ian Pratt
2005-01-17  2:03 ` Adam Sulmicki
2005-01-16 17:46 Ian Pratt
2005-01-16 18:33 ` Ron Watkins
2005-01-16 18:51   ` Ron Watkins
2005-01-16 16:42 Ron Watkins
2005-01-16 18:30 ` Felipe Alfaro Solana
2005-01-16 18:49   ` Ron Watkins
2005-01-16 19:18     ` Jan Kundrát
2005-01-16 20:11       ` Keir Fraser
2005-01-17  0:27         ` Derrik Pates
2005-01-17  0:58           ` Felipe Alfaro Solana
2005-01-17  1:33             ` Adam Sulmicki
2005-01-17 13:41             ` Keir Fraser
2005-01-17 14:27               ` Felipe Alfaro Solana
2005-01-17 10:39           ` Ron Watkins
2005-01-17 11:14             ` Keir Fraser
2005-01-16 22:44       ` Felipe Alfaro Solana
2005-01-16 22:39     ` Felipe Alfaro Solana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e246b4d05011706085fa2633d@mail.gmail.com \
    --to=tdurack@gmail.com \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.