我ipmitool 1.8.18在 CentOS7.2 专用服务器中安装了,我可以用它来检查自己的 ipmi 数据:
# ipmitool -I open power status
Chassis Power is on
Run Code Online (Sandbox Code Playgroud)
但是我想检查其他 ipmi 地址的状态,我会收到这个错误:
# ipmitool -H 172.16.22.237 -U root -P mypassword -I lanplus chassis status -v
Get Auth Capabilities error
Error issuing Get Channel Authentication Capabilities request
Error: Unable to establish IPMI v2 / RMCP+ session
Run Code Online (Sandbox Code Playgroud)
在被控制的服务器中,我使用 ipmitool 检查了lan:
[root@localhost ~]# ipmitool -I open lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 …Run Code Online (Sandbox Code Playgroud) 我正在尝试在 Windows 10 上运行此 JNLP 文件以连接到服务器(实际上,我通过 IPMI 上的 KVM 或任何调用的方法连接到专用服务器,以便我可以安装新的操作系统)。
获取错误The server selected protocol version TLS10 is not accepted by client preferences。
我需要在 Java 客户端中做些什么来修复错误?
我需要测试一些ipmitool命令.我没有安装ILO/IDRAC的服务器.是否有可以模仿IPMI服务器的模拟器?(或)我可以使用任何虚拟盒/ Qemu/KVM虚拟机来实现IPMI驱动程序并通过LAN测试它们吗?有没有这种文件?请建议.谢谢.
我尝试连接IPMI远程连接(KVM)而不使用webbrowser或IPMIview工具.但到目前为止还没有运气.
我首先想到的是用javaws启动"jviewer.jnlp".如果按"远程连接"按钮,IPMI网站将创建此文件.此解决方案有效,直到Web会话关闭.我尝试用用户名和密码替换加密的参数.但不知何故,嵌入了会话ID.
jviewer.jnpl文件:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://192.168.99.201/Java">
<information>
<title>JViewer</title>
<vendor>American Megatrends, Inc.</vendor>
<description kind="one-line">JViewer Console Redirection Application</description>
<description kind="tooltip">JViewer Console Redirection Application</description>
<description kind="short">
JViewer enables a user to view the video display of managed server via KVM.
It also enables the user to redirect his local keyboard, mouse for managing the server remotely.
</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="release/JViewer.jar"/>
</resources>
<resources os="Windows" arch="x86">
<j2se version="1.5+"/>
<nativelib href="release/Win32.jar"/>
</resources>
<resources os="Windows" arch="amd64">
<j2se version="1.5+"/> …Run Code Online (Sandbox Code Playgroud) 目前,我参加了CTF竞赛,并试图从IPMI服务器(特别是Supermicro IPMI)中获取一个标志,必须在该服务器中找到某种后门。我有获取后门访问的指南,但是我需要服务器的IP地址。IPMI的网址前面没有我见过的其他IP地址(很抱歉,此处含糊不清,但我无法提供某些信息,否则我将违反比赛规则)。如果有人可以帮助我更多地了解IPMI服务器的网址(例如我说的是Supermicro),那么它将很有帮助。特别是,获取IP或不使用它的方法可以用作替代方法(我已经安装了Bali Kali)。
我想更改现有的用户密码。我运行了这个命令 ipmitool -I lanplus -H 192.168.1.1 -U USER -P 'PASSWORD' 用户设置密码 10 "&UJM2wsx"
我收到错误 IPMI 命令失败:超出请求数据字段长度限制 设置用户密码命令失败(用户 10)
当我最后在没有密码的情况下运行相同的命令时,系统提示我插入密码两次并且它起作用了。有没有办法将密码回显两次到 ipmitool 用户设置密码命令?
ps 我尝试删除用户并重新创建它,但没有从 cli 删除选项,只能从 web gui 中删除