[Ipmitool-devel] no matching cipher suite

2017-02-22 Thread VJ
Hi What does 'no matching cipher suite' mean ? Does this mean that the client ipmitool does not support that cipher or does the BMC does not support it ? On the host/interacting directly with the BMC: Iam able to confirm that Iam able to set cipher 3 and 8 : RMCP+ Cipher Suites : 1,2,3,6,7,8

[Ipmitool-devel] How to verify authtype

2017-02-22 Thread VJ
I followed the instruction from : https://www.thomas-krenn.com/en/wiki/Deactivate_IPMI_NONE_Authentication_Type and I can see the below from 'ipmitool lan print 1' Admin: MD5 But, when I try to access from ipmitool, I see : BUILDING A v1.5 COMMAND >> IPMI Request Session Header >> Authtype

Re: [Ipmitool-devel] set cipher

2017-02-13 Thread VJ
s your BMC actually > supports this is just guessing… > > > > > > > > *From:* VJ [mailto:purplet...@gmail.com] > *Sent:* Tuesday, February 07, 2017 8:49 PM > *To:* Liebig, Holger; ipmitool-devel@lists.sourceforge.net > > *Subject:* Re: [Ipmitool-devel] set cip

[Ipmitool-devel] RAKP 2 message indicates an error : unauthorized name

2017-02-09 Thread VJ
Hi, After i set authtype to MD5 Iam unable to login and get the error metioned in the subject. Please help some debug info below (with -A M5 and without that same error) > ipmitool -vvv -I lanplus -U Administrator -f file.txt -A MD5 -H host chassis status >> Sending IPMI command payload >>ne

Re: [Ipmitool-devel] set cipher

2017-02-07 Thread VJ
: O=OEM > > > > Cipher suite 17 in the example above corresponds with the 8th character. > > > > *From:* VJ [mailto:purplet...@gmail.com] > *Sent:* Tuesday, January 31, 2017 4:10 AM > *To:* ipmitool-devel@lists.sourceforge.net > *Subject:* Re

Re: [Ipmitool-devel] set cipher

2017-01-30 Thread VJ
, Jan 30, 2017 at 6:53 PM, VJ wrote: > How do I set cipher using ipmitool ? > > I see ipmitoool getcipher but I dont see set cipher > > > Thanks. > -- Check out the vibrant tech community on one of the

[Ipmitool-devel] set cipher

2017-01-30 Thread VJ
How do I set cipher using ipmitool ? I see ipmitoool getcipher but I dont see set cipher Thanks. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slash

[Ipmitool-devel] ipmitool disable channel 0x0

2017-01-24 Thread VJ
Hi, Iam able to disable channel 1 using : ipmitool raw 0x6 0x40 0x01 0x40 0x44 http://serverfault.com/questions/676145/how-to-disable-ipmi-over-lan-using-ipmitool/828445#828445 but channel 0x0 gives error. How do I disable some of the system interfaces ? Thanks.