On 06/09/2017 08:49 AM, Claes Nordmark wrote:

Only output from ipmitool:
ipmitool -C 1 -H 127.0.0.1 -U ipmiusr -P test -I lanplus sol activate
[SOL Session operational.  Use ~? for help]

Unless you have change the lan.conf file to use 623 for the IPMI port, you need a '-p <port>' here.

As a side note, you are probably better off leaving the cypher suite selection alone. ipmitool will choose the most secure available by default.

-corey



netstat -lnpa
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:9003 <http://0.0.0.0:9003> 0.0.0.0:* LISTEN 7444/qemu-system-x8 tcp6 0 0 ::1:9002 :::* LISTEN 6429/ipmi_sim tcp6 0 0 ::1:9002 ::1:42102 ESTABLISHED 6429/ipmi_sim tcp6 0 0 ::1:42102 ::1:9002 ESTABLISHED 7444/qemu-system-x8

telnet 127.0.0.1 9003 gives works

lan.conf:
 sol "telnet:localhost:9003" 115200

qemu param:
 -serial mon:telnet::9003,server,telnet,nowait

Any ideas what I could have done wrong?

Br Claes



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to