Install IPMItools using your package manager on laptop and target machine. Load the drivers on the target.
modprobe ipmi_devintf
modprobe ipmi_siIf you see the following, drivers are not loaded.
| %% Simple(?) WHOIS Client in Erlang | |
| %% Copyright 2020 İlteriş Yağıztegin Eroğlu (linuxgemini) <new-iwhois@linuxgemini.space> | |
| %% SPDX-License-Identifier: AGPL-3.0-or-later | |
| -module(whois). | |
| -export([query_iana/1, | |
| query_ripe/1, | |
| query_arin/1, | |
| query_afrinic/1, | |
| query_apnic/1, |