The following command shows the IP configuration of the remote board of the server on which ipmitool is executed:
ipmitool lan print
The IP address of the remote board can be configured with the following command:
ipmitool lan set <channel> ipaddr <ipaddr>
Example:
ipmitool lan set 1 ipaddr 192.168.100.100