To configure the Remote Management (RMM) Port BrickStor OS from the command line without having to reboot.
Step-by-step guide
This will show the current IP # ipmitool lan print 3 This will set the IP and netmask to 10.1.1.15 /255 .255.255.0 # ipmitool lan set 3 ipsrc static ; ipmitool lan set 3 ipaddr 10.1.1.15 ; ipmitool lan set 3 netmask 255.255.255.0 |