Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

How to connect from Linux via repeater?

Post Reply
marek_g
8
8
Posts: 15
Joined: 2014-08-31 14:54

How to connect from Linux via repeater?

Post by marek_g »

Hello,

Is there any way to connect from Linux to a Windows machine via repeater?
I've already did a good research and I didn't find anything about that problem.

Best regards,


Marek
Bedazzled
8
8
Posts: 25
Joined: 2016-04-04 10:35

Re: How to connect from Linux via repeater?

Post by Bedazzled »

x11vnc + repeater http://unixforum.org/index.php?showtopic=138440

server x11vnc

Code: Select all

x11vnc -connect repeater=ID:111111+128.127.120.129:5509
viewer ssvnc

Code: Select all

ssvncviewer -repeater ID:1234 host:port
viewer TurboVNC

Code: Select all

/opt/TurboVNC/bin/vncviewer -via 128.128.128.128:5901 ID:654323
marek_g
8
8
Posts: 15
Joined: 2014-08-31 14:54

Re: How to connect from Linux via repeater?

Post by marek_g »

Thank you, but it seems that X11VNC is not available for Windows.
Do you have any other suggestions?
The problem is that I have a Windows computer behind a NAT; on that computer I have UVNC server running connected to UVNC repeater, so I can connect to this computer using UVNC Viewer via repeater, but only from other WINDOWS machines.
Right now I'm using Trisquel GNU/Linux and I cannot find the possibility to connect to that Windows computer via repeater; it seems that there is no VNC viewer for Linux which can connect through it. Or maybe I'm missing something?
Bedazzled
8
8
Posts: 25
Joined: 2016-04-04 10:35

Re: How to connect from Linux via repeater?

Post by Bedazzled »

in Windows os you can use UltraVnc, to connect or use ssvnc (and TurvoVNC) in Linux
I use this repeater http://www.karlrunge.com/x11vnc/ultravnc_repeater.pl

windows OS =========================>>>>>> REPEATER <<<<<<=========== Linux
(Server UltraVNC) ................................... (static ip) ........................ (Viewer SSVNC ,TurboVNC)
(no security plugin)


Linux ========================>>>>>> REPEATER <<<<<<=================== Windows OS
(Server x11vnc) ................................... (static ip) ................................. (Viewer UltraVNC)



Linux =======================>>>>>> REPEATER <<<<<<========================= Linux
(Server x11vnc) ................................... (static ip) .......................... (Viewer SSVNC ,TurboVNC)



Mac OS ================>>>>>> REPEATER <<<<<<=========== Linux , MaxOS
(Server x11vnc) ................................... (static ip) .......................... (Viewer SSVNC ,TurboVNC)
marek_g
8
8
Posts: 15
Joined: 2014-08-31 14:54

Re: How to connect from Linux via repeater?

Post by marek_g »

OK, I'm interested only in option #1 (Windows server -> REPEATER <- Linux viewer).
I tried to connect TurboVNC viewer to UVNC Repeater but I got this message: Server did not offer supported security type.
I also need password protection; right now I'm using SecureVNC plug-in for both UVNC server and viewer on Windows, but it has nothing to do with the above message - I just tried to connect TurboVNC viewer which should become a server after the connection to the repeater, if I understand that properly, but it doesn't work.
:-(
Bedazzled
8
8
Posts: 25
Joined: 2016-04-04 10:35

Re: How to connect from Linux via repeater?

Post by Bedazzled »

ssvnc and turbovnc not support "SecureVNC plug-in " :( try without
Post Reply