On Thu, Aug 13, 2009 at 11:59 AM, Jim Goh<gchien5k at yahoo.com> wrote:
> Hi,
>
> I am building set of servers (T5120) with guest ldoms in different subnet as 
> following with Cisco Switch (VLANs), using ldom version 1.0.3:
>
> x.x.3.1
> x.x.14.1
> x.x.15.1
> x.x.16.1
> x.x.17.1
>
> My question is how can I avoid duplicate mac address across different 
> subnets. I want uniq mac address for each guest ldoms across each subnet.
>
> I know I can manually set uniq mac address for each ldoms, but is there any 
> settings that I can configure in primary ldom so each primary in different 
> subnet can talk to each other to avoid duplicate mac address

One approach is to always manually set the MAC address to the same as
the IP that you intend to put on that interface.  For example, if an
LDom is going to have an IP address of 192.168.47.5, generate a MAC
address with:

$ printf 00:00:%02x:%02x:%02x:%02x `echo 192.168.47.5 | tr . ' '`
00:00:c0:a8:2f:05

This avoids the complication of having to maintain some sort of
central registry.

-- 
Mike Gerdts
http://mgerdts.blogspot.com/

Reply via email to