SUMMMARY: trouble with E4500: mac address the same

From: Hielke Christian Braun (hcb+sunmanagers@unco.de)
Date: Wed Mar 10 2004 - 17:03:34 EST


Hello,

thanks to everyone who replied.

Seems that the hardware of my hme cards is old and does not have a
own unique ip address.

I did reset (even hardware powered off) the E4500 after doing the
local-mac-address?=true setting, with no effect.

Now i use this script, i found in another mail on this list to set
the MAC address during boot up:

root@sun01:~ > cat /etc/init.d/setmacaddr
#!/bin/sh
for iface in 1 2 3; do
if [ -f /etc/hostname.hme${iface} ]
then
ether_hme=`/sbin/ifconfig hme0 | /bin/tail -1 |\
/bin/sed -e "s/8:0:20/8:${iface}:20/g"`
/sbin/ifconfig hme${iface} ${ether_hme}
fi
done

Works fine so far :)

Christian Braun.

On Tue, Mar 09, 2004 at 08:52:11PM -0800, Hielke Christian Braun wrote:
> Hello list,
>
> this is my first post. Hope somebody can help me.
>
>
> I have E4500 with two I/O boards and a hme interface on each. The
> I/O boards are identical. The problem is that both hme ethernet
> interface should be connected to the same LAN and have both the same
> MAC address.
>
> I already tried the eeprom setting local-mac-address?=true, suggest
> in older messages from this list. But it does not affect the MAC address
> at all. Setting it to true or false, the MAC address is always the
> same on both interface.
>
> Is there any other option i need to set? I would like to rather not
> use the "ifconfig ether" command.
>
> Thanks in advance,
> Christian Braun.
> _______________________________________________
> sunmanagers mailing list
> sunmanagers@sunmanagers.org
> http://www.sunmanagers.org/mailman/listinfo/sunmanagers
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:28:14 EDT