Skip to content

Instantly share code, notes, and snippets.

@yannick
Created May 6, 2024 20:03
Show Gist options
  • Save yannick/20dc81ccf2c2490de58de5cca87f7c59 to your computer and use it in GitHub Desktop.
Save yannick/20dc81ccf2c2490de58de5cca87f7c59 to your computer and use it in GitHub Desktop.
#!/usr/bin/zsh
# see https://github.com/ipmitool/ipmitool/issues/30
ipmitool -I lanplus -H 192.168.1.2 -U root -P 'mypw' raw 0x30 0x30 0x01 0x00
ipmitool -I lanplus -H 192.168.1.2 -U root -P 'mypw' raw 0x30 0x30 0x02 0xff 0x05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment