Hi all. I have a server PowerEdge R200 with bmc, but I can not connect to the bmc over lan. I set up a network through ipmitool.
ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM : MD2 MD5
IP Address Source : Static Address
IP Address : 192.168.162.75
Subnet Mask : 255.255.255.0
MAC Address : a4:ba:db:df:9c:6e
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 192.168.162.254
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
Cipher Suite Priv Max : Not Available
IPMI Version : 1.5
Firmware Revision : 1.83
I can not ping, but he has in ARP table.
arp -a
? (192.168.162.75) at a4:ba:db:df:9c:6e [ether] on em1
? (192.168.162.74) at a4:ba:db:df:a1:51 [ether] on em1
? (192.168.162.84) at d4:ae:52:64:a2:24 [ether] on em1
I tried to connect to port 623 via netcat
nc -uv 192.168.162.75 623
Connection to 192.168.162.75 623 port [udp/asf-rmcp] succeeded!
When try to connect, I get an error
IPMISH>connect -ip 192.168.162.75 -u root -p admin
Error(0xae):BMC Error - BMC is not accessible.
IPMISH>
Do you have any idea what would solve this problem?