Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

19 Posts

272

January 22nd, 2023 10:00

IDRAC network settings from racadm - can't figure out

Hi,

I am trying to re-configure the IDRAC from racadm (can't reach from network). I am getting this:

 

racadm getniccfg

IPv4 settings:
NIC Enabled          = 1
IPv4 Enabled         = 1
DHCP Enabled         = 1
IP Address           = 10.0.100.202
Subnet Mask          = 255.255.255.0
Gateway              = 10.0.100.3

IPv6 settings:
IPv6 Enabled               = 0
DHCP6 Enabled              = 1
IP Address 1               = ::
Gateway                    = ::
Link Local Address         = ::
IP Address 2               = ::
IP Address 3               = ::
IP Address 4               = ::
IP Address 5               = ::
IP Address 6               = ::
IP Address 7               = ::
IP Address 8               = ::
IP Address 9               = ::
IP Address 10              = ::
IP Address 11              = ::
IP Address 12              = ::
IP Address 13              = ::
IP Address 14              = ::
IP Address 15              = ::

LOM Status:
NIC Selection   = dedicated
Link Detected   = Yes
Speed           = 1Gb/s
Duplex Mode     = Full Duplex
Active NIC      = Dedicated

Static IPv4 settings:
Static IP Address    = 192.168.1.111
Static Subnet Mask   = 255.255.255.0
Static Gateway       = 192.168.1.1

Static IPv6 settings:
Static IP Address 1        = ::
Static Prefix Length       = 64
Static Gateway             = ::

 

 

 

The 10.100.0.x ip is right (given from dhcp), I can't understand the other one, 192.168.1.x from another subnet.

Thanks.

4 Operator

 • 

3K Posts

January 22nd, 2023 19:00

192.168.1.x is the static IP which you can set. It will come effect only when you disable DHCP on iDRAC. Can you share your server model and iDRAC FW version.

Based on iDRAC FW version if supported You can run below command to get current IPv4 Setting for current and Static

racadm get iDRAC.CurrentIPv4

racadm get iDRAC.IPv4Static

You can run below command to get and set NIC settings

racadm get iDRAC.NIC

No Events found!

Top