<div>Sorry for spamming, but may be my experience will help somebody.</div><div> </div><div>I've finally got an image both in vncviewer and web interface after starting ikvm without -p and -k parameters.</div><div> </div><div>24.01.2020, 15:29, "Konstantin Klubnichkin" <kitsok@yandex-team.ru>:</div><blockquote><div>Okay, I've got KVM in web interface after following patch:</div><div>=====================================================================</div><div><div>From c4fec3c77678318a54bb721633dd82d26ac80217 Mon Sep 17 00:00:00 2001</div><div>From: Konstantin Klubnichkin <<a href="mailto:kitsok@yandex-team.ru">kitsok@yandex-team.ru</a>></div><div>Date: Fri, 24 Jan 2020 12:15:39 +0300</div><div>Subject: [PATCH 1/1] Connect to 127.0.0.1 instead of ::1</div><div> </div><div>---</div><div>include/kvm_websocket.hpp | 2 +-</div><div>1 file changed, 1 insertion(+), 1 deletion(-)</div><div> </div><div>diff --git a/include/kvm_websocket.hpp b/include/kvm_websocket.hpp</div><div>index 306c684..ed7c8cf 100644</div><div>--- a/include/kvm_websocket.hpp</div><div>+++ b/include/kvm_websocket.hpp</div><div>@@ -21,7 +21,7 @@ class KvmSession</div><div>conn(conn), hostSocket(conn.get_io_context()), doingWrite(false)</div><div>{<!-- --></div><div>boost::asio::ip::tcp::endpoint endpoint(</div><div>- boost::asio::ip::make_address("::1"), 5900);</div><div>+ boost::asio::ip::make_address("127.0.0.1"), 5900);</div><div>hostSocket.async_connect(</div><div>endpoint, [this, &conn](const boost::system::error_code& ec) {<!-- --></div><div>if (ec)</div><div>--</div><div>1.9.1</div></div><div>=====================================================================</div><div> </div><div>According to netstat -anp, obmc-ikvm really doesn't listen on IPv6 address:</div><div>tcp 7 0 127.0.0.1:5900 0.0.0.0:* LISTEN 272/obmc-ikvm</div><div> </div><div>But still there is a black screen.</div><div>Will try to debug obmc-ikvm</div><div> </div><div>Thank you!</div><div>24.01.2020, 10:28, "Konstantin Klubnichkin" <<a href="mailto:kitsok@yandex-team.ru">kitsok@yandex-team.ru</a>>:</div><blockquote><div>Hello, Jae!</div><div> </div><div>No luck with TightVNC.</div><div>I've started tcpdump -i lo port 5900 on my PC and found that there are some packets during first VNC window draw, but then there is no traffic even when the image is changing on the hosts' screen.</div><div> </div><div>bmcweb shows nothing at all on KVM page, will try to understand why.</div><div> </div><div>Thank you!</div><div> </div><div>23.01.2020, 20:22, "Jae Hyun Yoo" <<a href="mailto:jae.hyun.yoo@linux.intel.com">jae.hyun.yoo@linux.intel.com</a>>:</div><blockquote><p>Hello Konstantin,</p><p>Please give it a try again using TightVNC viewer. ikvm uses the Tight<br />encoding so viewer should support the format. Or, you can use bmcweb<br />instead.<br /><br />Cheers,<br /><br />Jae<br /><br /> </p><blockquote> Thank you!<br /> --<br /> Best regards,<br /> Konstantin Klubnichkin,<br /> lead firmware engineer,<br /> server hardware R&D group,<br /> Yandex Moscow office.<br /> tel: +7-903-510-33-33</blockquote></blockquote><div> </div><div> </div><div>-- </div><div>Best regards,</div><div>Konstantin Klubnichkin,</div><div>lead firmware engineer,</div><div>server hardware R&D group,</div><div>Yandex Moscow office.</div><div>tel: +7-903-510-33-33</div><div> </div></blockquote><div> </div><div> </div><div>-- </div><div>Best regards,</div><div>Konstantin Klubnichkin,</div><div>lead firmware engineer,</div><div>server hardware R&D group,</div><div>Yandex Moscow office.</div><div>tel: +7-903-510-33-33</div><div> </div></blockquote><div> </div><div> </div><div>-- </div><div>Best regards,</div><div>Konstantin Klubnichkin,</div><div>lead firmware engineer,</div><div>server hardware R&D group,</div><div>Yandex Moscow office.</div><div>tel: +7-903-510-33-33</div><div> </div>