From 8e835467a5b4dcb244348b827c5b132b703f088f Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 2 Sep 2021 15:47:44 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20config=20r=C3=A9seau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoIPMI.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HowtoIPMI.md b/HowtoIPMI.md index 7b1cbf15..31461e43 100644 --- a/HowtoIPMI.md +++ b/HowtoIPMI.md @@ -219,4 +219,14 @@ OpenBSD : ~~~ # ipmitool sensor list |egrep -i '(ps|power|pwr)' # ipmitool sdr |grep -i PS +~~~ + +* Configurer le réseau : + +~~~ +# ipmitool lan print +# ipmitool -I open lan set 1 ipsrc static +# ipmitool -I open lan set 1 ipaddr X.X.X.X +# ipmitool -I open lan set 1 netmask 255.255.255.0 +# ipmitool -I open lan set 1 defgw ipaddr Y.Y.Y.Y ~~~ \ No newline at end of file