I have several X8DA3 boards with an AOC-SIMxx IPMI card that when I issue an ipmitool command I receive “Authentication type NONE not supported.” I get this when attempting to send the following command “ipmitool –H 192.168.0.1 –U ADMIN –P ADMIN lan print”. I am currently at the latest firmware revision 1.64, and I have other systems with these cards that work fine. I would like to know if there’s a known configuration setting that I need to change on the card, these cards are fresh out of the box and the only thing that has been configured is the IP address and default gateway.
You have to use the “-I lan” parameter to specify the type of interface you are using to access the IPMI
i.e.
ipmitool –H 192.168.0.1 –I lan –U ADMIN –P ADMIN lan print”