Search:
[http://osdir.com/ml/os.solaris.managers.summaries/2001-09/msg00040.html This] says, "The IEEE ethernet standards state that the Media Access Code (mac) is assigned per node, and Sun writes its drivers per the standard. If your run 'ifconfig -a' as root, you will see that all NIC's have the same ethernet address." You have to issue the following commands from the OBP before you boot the system <pre> OK> setenv local-mac-address? true OK> reset-all </pre> You could also make this change by issuing the following commands from the OS before rebooting. <pre> #eeprom local-mac-address?=true #reboot </pre> This will ensure that each NIC has a unique mac address as opposed to the default configuration where the mac address is selected from the IDPROM and is therefore the same for each NIC on the system which also means that the same machine can not have two NICs on the same subnet without making the above change.
Summary:
This change is a minor edit.
To save this page you must answer this question:
What do you get when you remove the ARIS from Solaris?
Username: