how to do between wodvpn and ultravnc ?? (wodVPN)
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 ??
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 ??
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 ??
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 ??
hello,
i use ultravnc server and viewer. ultravnc version is v1.0.9.6.2.
Re: how to do between wodvpn and ultravnc ??
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 ??
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 ??
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