Hello,
I'm having a problem with IPMI, I noticed that when he is on the same network that is configured its interface Ex:
[root@zabbix ~]# ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback :
: User : MD2 MD5 PASSWORD
: Operator : MD2 MD5 PASSWORD
: Admin : MD2 MD5 PASSWORD
: OEM :
IP Address Source : Static Address
IP Address : 10.0.0.18
Subnet Mask : 255.255.255.0
MAC Address : 00:10:18:19:be:68
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 10.0.0.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
Cipher Suite Priv Max : Not Available
You make an appointment Ex:
[root@zabbix ~]# ipmitool -I lan -U USERID -H 10.0.0.115 sdr type Temperature
Password:
Ambient Temp | 32h | ok | 12.1 | 18 degrees C
CPU 1 Temp | 98h | ns | 3.1 | Disabled
CPU 2 Temp | 99h | ns | 3.2 | Disabled
CPU 1 OverTemp | C0h | ok | 3.1 |
CPU 2 OverTemp | C1h | ok | 3.2 |
CPU 1 PECI tics | 7Ch | ok | 3.1 | -68 unspecified
CPU 2 PECI tics | 7Dh | ns | 3.2 | No Reading
It runs more when you try to browse to another network class Ex:
[root@zabbix ~]# ipmitool -I lan -U USERID -H 172.16.1.1 sdr type Temperature
Password:
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
He's wrong and does not return anything, even taking a NAT firewall rules, making the conversion of addresses and ports does not work, is there any way to do via IPMI query on different networks, or anyone have any suggestions on how I can resolve this issue .
I'm having a problem with IPMI, I noticed that when he is on the same network that is configured its interface Ex:
[root@zabbix ~]# ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback :
: User : MD2 MD5 PASSWORD
: Operator : MD2 MD5 PASSWORD
: Admin : MD2 MD5 PASSWORD
: OEM :
IP Address Source : Static Address
IP Address : 10.0.0.18
Subnet Mask : 255.255.255.0
MAC Address : 00:10:18:19:be:68
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 10.0.0.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
Cipher Suite Priv Max : Not Available
You make an appointment Ex:
[root@zabbix ~]# ipmitool -I lan -U USERID -H 10.0.0.115 sdr type Temperature
Password:
Ambient Temp | 32h | ok | 12.1 | 18 degrees C
CPU 1 Temp | 98h | ns | 3.1 | Disabled
CPU 2 Temp | 99h | ns | 3.2 | Disabled
CPU 1 OverTemp | C0h | ok | 3.1 |
CPU 2 OverTemp | C1h | ok | 3.2 |
CPU 1 PECI tics | 7Ch | ok | 3.1 | -68 unspecified
CPU 2 PECI tics | 7Dh | ns | 3.2 | No Reading
It runs more when you try to browse to another network class Ex:
[root@zabbix ~]# ipmitool -I lan -U USERID -H 172.16.1.1 sdr type Temperature
Password:
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
He's wrong and does not return anything, even taking a NAT firewall rules, making the conversion of addresses and ports does not work, is there any way to do via IPMI query on different networks, or anyone have any suggestions on how I can resolve this issue .