You can find the MAC address for LAN1/eth0 (not the BMC MAC) via the SuperMicro IPMI interface by running the following command:
$ ipmitool -U $IPMI_USER -P $IPMI_PASS -H $IPMI_HOST raw 0x30 0x21 | tail -c 18
The eth0 MAC address will be output in this format:
00 25 90 f0 be ef
exodusftw: And for other people looking at this in the future
raw 0x30 0x9F
- will display LAN2 and any ONBOARD NICs onwards, you cannot use this method for PCI-E based NIC. Also a bit of reference here.Hopefully help someone out in the future, had to do a little digging for this.
http://www.supermicro.co.uk/support/faqs/faq.cfm?faq=14914