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

by awen @, (4617 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...

locked

Re: how to do between wodvpn and ultravnc ??

by wodDamir @, (4617 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

locked

Re: how to do between wodvpn and ultravnc ??

by awen @, (4616 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.

locked

Re: how to do between wodvpn and ultravnc ??

by woddrazen @, (4616 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

locked

Re: how to do between wodvpn and ultravnc ??

by awen @, (4615 days ago) @ woddrazen

hello,

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

locked

Re: how to do between wodvpn and ultravnc ??

by wodDamir @, (4615 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

locked

Re: how to do between wodvpn and ultravnc ??

by awen @, (4613 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.

locked

Re: how to do between wodvpn and ultravnc ??

by wodDamir @, (4613 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

locked