how to do between wodvpn and ultravnc ?? - WeOnlyDo Discussion board

how to do between wodvpn and ultravnc ?? (wodVPN)

by awen, Sunday, September 09, 2012, 12:28 (4241 days ago)

hello,

two peers, A and B.

the A peer has vncserver and it listen on 5900.
the B peer add a channel(TCPLocallisten) and set remote port to 5900.

then B peer use vncviewer and use ip(127.0.0.1) and port(specified port from channel) to make a connection to the vncserver.

finally, vncviewer shows
Connection failed - End of Stream
Possible causes:
-Another user is already listening on this ID
-Bad Connection

how to do ?

thank you for everything...

Re: how to do between wodvpn and ultravnc ??

by wodDamir, Sunday, September 09, 2012, 17:05 (4241 days ago) @ awen

Hi,

And what happens if you try connecting directly? Does it work? Are you 100 sure that no used is already connected to that vnc server?

Regards,
Damba

Re: how to do between wodvpn and ultravnc ??

by awen, Monday, September 10, 2012, 15:55 (4240 days ago) @ wodDamir

hello,

i can create a conection between vncserver and vncviewer directly.
i am sure no existed connections on vncserver when i use vpn.
i want to create a channel to through the nat.

i had beed done it successfully in lan.
when i put my testing environment on the internet.
the viewer always shows msg which i posted before.

Re: how to do between wodvpn and ultravnc ??

by woddrazen, Monday, September 10, 2012, 15:59 (4240 days ago) @ awen

Awen,


Which VNC server and client you are using? Did you maybe tried some other VNC server and do you received same issue there?


Drazen

Re: how to do between wodvpn and ultravnc ??

by awen, Tuesday, September 11, 2012, 10:51 (4239 days ago) @ woddrazen

hello,

i use ultravnc server and viewer. ultravnc version is v1.0.9.6.2.

Re: how to do between wodvpn and ultravnc ??

by wodDamir, Tuesday, September 11, 2012, 12:00 (4239 days ago) @ awen

Awen,

Just to make sure. Did you perhaps use our samples to connect peers? If so, which ones? If not, can you please try?

Can you send messages between peers once you establish connection?

Also, I assume you you've allowed loopback connections on server side?

Regards,
Damba

Re: how to do between wodvpn and ultravnc ??

by awen, Thursday, September 13, 2012, 09:59 (4237 days ago) @ wodDamir

hi,

i have studied ur samples mfc and .net . i can send msg between peers. yes, i have a allowed loopback connections on server side.
but i also tried disable it too.

for server side peer, connection from local or connection from remote which one if i use tcplocallisten mode.

Re: how to do between wodvpn and ultravnc ??

by wodDamir, Thursday, September 13, 2012, 10:24 (4237 days ago) @ awen

Awen,

LocalListen means that component will listen for incoming connections on local machine. In other words, you need to connect to 127.0.0.1 on the machine you created LocalListen channel on.

Hope this helps.

Regards,
Damba