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

Linux repeater test with SCIII

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
mithril
Posts: 1
Joined: 2006-02-10 17:01

Linux repeater test with SCIII

Post by mithril »

Hi,

i try the standard repeater non ssl in linux with ssl viewer and SCIII.
i have on my linux server a stunnel on 2 IP

i have modified repeater because SSL viewer and server not send ID: but testAID:

xxx.xxx.xxx.xx1:443 -> 5901 repeater
xxx.xxx.xxx.xx2:443 -> 5500 repeater

with that, my vncviewer_ssl connect on port 5901 on repeater via stunnel port 443 and my SCIII connect to port 5500 on repeater via stunnel 443

all work the viewer and SCIII connect but when viewer connect i have this error:

Connection failed - Invalid protocol !

Possible cause:

- you've forgotten to select DSMPlugin ..................

but the connection work with same viewer and SCIII with windows repeater

if viewer and server make a standart ssl communication, why don't work with stunnel ?


UltraVnc> route_connections(): starting select() loop, terminate with ctrl+c
UltraVnc> route_connections(): new server connecting, accepting...
UltraVnc> accept_connection(): connection accepted ok from ip: 209.172.49.206
UltraVnc> ParseId(): IdCode = testAID:123456
UltraVnc> accept_connection(): Server sent code 123456
UltraVnc> Add_server_list(): Server added to list 123456
UltraVnc> accept_connection(): respective viewer has not connected yet
UltraVnc> UpdateServerViewerInfo(): Servers[] has changed at index 0
UltraVnc> UpdateServerViewerInfo(): New server connection from : xxx.xxx.xxx.xxx
UltraVnc> route_connections(): new viewer connecting, accepting...
UltraVnc> accept_connection(): connection accepted ok from ip: xxx.xxx.xxx.xxx
UltraVnc> ParseId(): IdCode = testBID:123456
UltraVnc> accept_connection(): Viewer sent code 123456
UltraVnc> Add_viewer_list(): Viewer added to list 123456
UltraVnc> Find_server_list(): server found at 0, code = 123456
UltraVnc> Set_viewer_active(): activated viewer at 0, code = 123456
UltraVnc> Set_server_active(): activated server at 0, code = 123456
UltraVnc> Find_server_list(): server found at 0, code = 123456
UltraVnc> accept_connection(): forking do_repeater(5, 6)
UltraVnc> Add_repeaterproc_list(): Added proc to index 0, pid=18931, code=123456UltraVnc> UpdateServerViewerInfo(): Servers[] has changed at index 0
UltraVnc> UpdateServerViewerInfo(): New server connection from : xxx.xxx.xxx.xxx
UltraVnc> UpdateServerViewerInfo(): Viewers[] has changed at index 0
UltraVnc> UpdateServerViewerInfo(): New viewer connection from : xxx.xxx.xxx.xxx
Last edited by mithril on 2006-02-10 20:38, edited 1 time in total.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

did you contact the owner of source code Linux repeater available below ?
http://sc.uvnc.com/index.php?section=31
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

new linux_repeater available published
[topic=6070][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
thedarkener
8
8
Posts: 18
Joined: 2005-09-30 17:03
Location: Santa Rosa, California
Contact:

Post by thedarkener »

redge wrote:new linux_repeater available published
[topic=6070][/topic]
I'm really sorry if this is covered in another post...

Does v011 of the Linux repeater support SCIII / SSL / MS Crypto?
Jariko
8
8
Posts: 13
Joined: 2005-01-30 20:43
Location: Kajaani, Finland

Post by Jariko »

thedarkener wrote:
Does v011 of the Linux repeater support SCIII / SSL / MS Crypto?
SC III / SSL: Is not yet implemented (I have tried to get it stable first ;-)

MS Crypto: If this means dsm plugins / rc4.key, seems to work (I tried mode 2) if viewer connects first (seems to be so that if server connects 1st, repeater's status polling loop will "eat" servers' handshake).

Cheers,

Jari
thedarkener
8
8
Posts: 18
Joined: 2005-09-30 17:03
Location: Santa Rosa, California
Contact:

Post by thedarkener »

Jariko wrote:
thedarkener wrote: Does v011 of the Linux repeater support SCIII / SSL / MS Crypto?
SC III / SSL: Is not yet implemented (I have tried to get it stable first ;-)
Ok, thank you Jariko. =) If there's anything a non-programmer can do to help, let me know.
Jariko wrote:MS Crypto: If this means dsm plugins / rc4.key, seems to work (I tried mode 2) if viewer connects first (seems to be so that if server connects 1st, repeater's status polling loop will "eat" servers' handshake).
Awesome. I'll try and test some with mode 1 and get back to the forums.
Post Reply