VMware Cloud Community
surendraNarala
Contributor
Contributor

client wants to 44, sending DONT

INFO:root:Starting vSPC on proxy port 13370, admin port 13371, allocating ports starting at 50000
DEBUG:root:sending WILL 0
DEBUG:root:sending WILL 3
DEBUG:root:sending WILL 1
DEBUG:root:sending DO 0
DEBUG:root:sending DO 3
DEBUG:root:sending DO 232
DEBUG:root:client wants to 37, sending DONT
DEBUG:root:still waiting for (251, 0), (251, 3), (251, 1), (253, 0), (253, 3), (253, 232)
DEBUG:root:client says we should 0
DEBUG:root:client says we should 3
DEBUG:root:client says we should 1
DEBUG:root:client will 0
DEBUG:root:client will 3

DEBUG:root:client will 232
DEBUG:root:still waiting for (232, 0), (232, 80), (232, 82)
DEBUG:root:client knows VM commands: 0, 1, 2, 3, 40, 41, 43, 44, 45, 46, 48, 70, 71, 73, 80, 81, 84, 85, 86, 87, 82, 83
DEBUG:root:client wants to proxy server to vSPC.py
DEBUG:root:still waiting for (232, 80), (232, 82)
DEBUG:root:50135d0008cd9717-ae75e41246923123:'cam-vpro30' listening on port 50000
DEBUG:root:client wants to 44, sending DONT

DEBUG:root:sending WILL 0
DEBUG:root:sending WILL 3

DEBUG:root:sending WILL 1
DEBUG:root:sending DO 0
DEBUG:root:sending DO 3
DEBUG:root:sending DO 232
DEBUG:root:client wants to 37, sending DONT
DEBUG:root:still waiting for (251, 0), (251, 3), (251, 1), (253, 0), (253, 3), (253, 232)
DEBUG:root:client says we should 0
DEBUG:root:still waiting for (251, 3), (251, 1), (253, 0), (253, 3), (253, 232)
DEBUG:root:client says we should 3
DEBUG:root:client says we should 1
DEBUG:root:client will 0
DEBUG:root:client will 3
DEBUG:root:client will 232
DEBUG:root:client knows VM commands: 0, 1, 2, 3, 40, 41, 43, 44, 45, 46, 48, 70, 71, 73, 80, 81, 84, 85, 86, 87, 82, 83

DEBUG:root:client wants to proxy server to vSPC.py
DEBUG:root:still waiting for (232, 80), (232, 82)
DEBUG:root:still waiting for (232, 82)
DEBUG:root:5013b08bae4808fd-bb28b51e53a26365:'cam-vpro37' listening on port 50001
DEBUG:root:client wants to 44, sending DONT

0 Kudos
2 Replies
surendraNarala
Contributor
Contributor

I am using vspc.py. i got this debug statements.

It seems VM asking for IAC WILL VMOTION-PEER but the expected format is

IAC SB VMWARE-TELNET-EXT VMOTION-PEER sequence secret IAC SE

why is this? where am i going wrong? what should be done to correct it?

0 Kudos
v1ncen7
Contributor
Contributor

I have the exact same issue... Did you ever find a fix for this?

After running  "vSPC.py -s -d", I can see the VM port 50000 is mapped:

vSPC.py/vSPC.py localhost

SimGreen:5001b0104eda87c5-3da2e369159fff41:50000

Debug shows:

[...]

DEBUG:root:client will 232

DEBUG:root:client knows VM commands: [0, 1, 2, 3, 40, 41, 43, 44, 45, 46, 48, 70, 71, 7 84, 85, 86, 87, 82, 83]

DEBUG:root:client wants to proxy server to vSPC.py

DEBUG:root:5001b0104eda87c5-3da2e369159fff41:'SimGreen' listening on port 50000

DEBUG:root:vm_hook: uuid: 5001b0104eda87c5-3da2e369159fff41, name: SimGreen, port: 5000

DEBUG:root:client wants to 44, sending DONT

DEBUG:root:version 1 query

DEBUG:root:version 1 query

DEBUG:root:version 1 query

DEBUG:root:version 1 query

DEBUG:root:version 1 query

DEBUG:root:version 1 query

[...]

I can actually telnet in, but I receive no display output:

root@vSPC:~# telnet localhost 50000

Trying ::1...

Trying 127.0.0.1...

Connected to localhost.

Escape character is '^]'.

Any advice appreciated.

Thanks

0 Kudos