IRIX Network Forums
problems with the etheret address of my SGI indy r5000 - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Beginners' Questions/Tips (//forums.irixnet.org/forum-6.html)
+--- Thread: problems with the etheret address of my SGI indy r5000 (/thread-1172.html)



problems with the etheret address of my SGI indy r5000 - RetroGamer1985 - 04-29-2019

I just got my new SGI Indy R 5000 and everything is apparently perfect but when I try to configure networking I get errors and he tells me that he has "Bad ethernet address" I would like to know if you have any solution to my problem.


RE: problems with the etheret address of my SGI indy r5000 - Origin3k - 04-30-2019

Most likely the battery in the DALLAS chip which also works as a number in can (nic) ist dead now because the MAC is set to FF:FF:FF:FF:FF:FF. There is a set command which let you temporay set the MAC (check the orange sticker at the rear of your indy) again.

From my brain
setenv -f eaddr 08:00:69:xx:xx:xx

Regards,
Joerg


RE: problems with the etheret address of my SGI indy r5000 - RetroGamer1985 - 05-01-2019

(04-30-2019, 03:57 AM)Origin3k Wrote:  Most likely the battery in the DALLAS chip which also works as a number in can (nic) ist dead now because the MAC is set to FF:FF:FF:FF:FF:FF.  There is a set command which let you temporay set the MAC (check the orange sticker at the rear of your indy) again.

From my brain
setenv -f eaddr 08:00:69:xx:xx:xx

Regards,
Joerg

Thank you very much for what you told me, the Etheret address was fixed, all thanks to your advice