Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Created January 15, 2026 18:55
Show Gist options
  • Select an option

  • Save ThinGuy/c5f81295a4d339df83a0cba321430266 to your computer and use it in GitHub Desktop.

Select an option

Save ThinGuy/c5f81295a4d339df83a0cba321430266 to your computer and use it in GitHub Desktop.
RACADM commands to re-IP iDRAC
# Set static IP configuration
racadm setniccfg -s <IP_ADDRESS> <NETMASK> <GATEWAY>
# Example:
racadm setniccfg -s 192.168.1.100 255.255.255.0 192.168.1.1
# For DHCP instead:
racadm setniccfg -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment