How can I get the Dell iDRAC IP address from Linux? - Server Fault · Apr 26, 2025
Answer by Zhi Guo for How can I get the Dell iDRAC IP address from Linux?
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
# List ILO network ipmitool lan print 1 # Set ILO network ipmitool lan set 1 ipaddr 192.168.10.10 ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 defgw ipaddr 192.168.10.1

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.