Created
May 6, 2024 20:03
-
-
Save yannick/20dc81ccf2c2490de58de5cca87f7c59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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