From a7b2b6f5b1730507961214083c1462913080d2a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 20 Sep 2023 17:01:17 +0200 Subject: Setting protocol version in supermicro-ipmi-reset, thanks to Sakirnth Nagarasa . Signed-off-by: Daniel Baumann --- supermicro/bin/supermicro-ipmi-reset | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supermicro/bin/supermicro-ipmi-reset b/supermicro/bin/supermicro-ipmi-reset index 6b6e11a..e0f00d1 100755 --- a/supermicro/bin/supermicro-ipmi-reset +++ b/supermicro/bin/supermicro-ipmi-reset @@ -16,6 +16,9 @@ fi echo "${PROGRAM}: resetting ipmi to factory defaults (including users and lan)" ipmicfg -fdl -d +echo "${PROGRAM}: change to protocol to dual-stack" +ipmicfg -addrptl 3 + echo "${PROGRAM}: disabling ipv4 dhcp for ipv6-only configuration" ipmicfg -dhcp off -- cgit v1.2.3