New Content #12597
closed
How to reset IPMI settings and password for Netgate appliances
Added by Marcos M over 3 years ago.
Updated over 2 years ago.
Description
For cases in which the password is lost (e.g. label is worn out) or settings need to be reset to something specific, we should document how to do this for our appliances.
General steps:
Load kernel module
- kldload ipmi
Reset password
- ipmitool user list
- ipmitool user set password 2 ADMIN
Enable and configure network settings
- ipmitool lan set 1 ipaddr x.x.x.x
- ipmitool lan set 1 defgw ipaddr x.x.x.x
- ipmitool lan set 1 netmask 255.255.255.0
- ipmitool lan set 1 access on
- % Done changed from 0 to 90
- Status changed from New to Resolved
- Assignee set to Chris W
- % Done changed from 90 to 100
- Status changed from Resolved to New
The part with the commands to define the IP address, subnet mask, and default gateway is still missing.
Enable and configure network settings:
ipmitool lan set 1 ipaddr x.x.x.x
ipmitool lan set 1 defgw ipaddr x.x.x.x
ipmitool lan set 1 netmask 255.255.255.0
ipmitool lan set 1 access on
- Status changed from New to Feedback
- Assignee changed from Chris W to Jim Pingle
- Status changed from Feedback to Resolved
Also available in: Atom
PDF