22
0
Fork 0

Ajout config réseau

This commit is contained in:
jdubois 2021-09-02 15:47:44 +02:00
parent 71d8923726
commit 8e835467a5
1 changed files with 10 additions and 0 deletions

View File

@ -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
~~~