From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7245e6c140059fc72e3b9bb976945343@collyer.net> To: fgergo@gmail.com, 9fans@cse.psu.edu Subject: Re: [9fans] unique MAC address allocation? Date: Wed, 30 Mar 2005 03:20:37 -0800 From: geoff@collyer.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 2e3a1d9c-ead0-11e9-9d60-3106f5b1d025 Manufacturers can request (or perhaps buy) a largish block of addresses from some standards organisation (I think it's Bellcore/Telcordia/whatever-they're-called-this-week). If they exhaust that block, they can get another, and so on. Manufacturers are supposed to ensure uniqueness of MAC addresses, but they've been known to screw up (e.g., SGI), so yes, two NICs are supposed to have different MAC addresses. In practice, since we don't run XNS, a MAC address only has to be unique within the Ethernet that its card is plugged into (assuming no BOOTP through gateways). Many cards, not just new ones, permit overriding the default MAC address and the plan 9 drivers generally support this (with ea=XXXXXXXXXXXX in the ether's plan9.ini entry).