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]


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            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

Reply via email to