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

uvnc repeater proto fail after update [solved]

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
operat0r
8
8
Posts: 11
Joined: 2005-12-09 04:08

uvnc repeater proto fail after update [solved]

Post by operat0r »

my single click exe with auto reconnect and connection check !
** http://rmccurdy.com/scripts/quickvnc.exe

:-D :-D :-D

Swapped the ports ...
-viewerport = 3389
-serverport = 21

+viewerport = 21
+serverport = 3389

Hello,

After doing portupgrade -fa I have a new version of repeater.

* it was all working fine before with single click with old version


* repeaterconf " /etc/uvncrepeater.ini" :

[general]
viewerport = 3389
serverport = 21

ownipaddress = 0.0.0.0
maxsessions = 100
runasuser = uvncrep ( I also tried root )
allowedmodes = 3
logginglevel = 3
[mode1]
allowedmode1serverport = 0
requirelistedserver = 0
Address 0.0.0.0 allows all connections
srvListAllow0 = 0.0.0.0 ;Allow network 10.x.x.x
srvListAllow1 = 192.168.0.0 ;Allow network 192.168.x.x
srvListAllow1 = 0.0.0.0
[mode2]
requirelistedid = 0
idlist0 = 1111
idlist1 = 2222
idlist2 = 6667


* single click conf (helpdesk.txt) :
-id 6667 -connect www.rmccurdy.com:3389 -noregistry

* this is what single click looks like:
UltraVnc Fri Oct 3 13:50:25 2008 > routeConnections(): new viewer connecting, accepting...
UltraVnc Fri Oct 3 13:50:25 2008 > acceptConnection(): connection accepted ok from ip: 72.242.96.74
UltraVnc Fri Oct 3 13:50:25 2008 > acceptConnection(): pv = RFB 000.000
UltraVnc Fri Oct 3 13:50:25 2008 > writeExact(): start
UltraVnc Fri Oct 3 13:50:25 2008 > writeExact(): returning normally
UltraVnc Fri Oct 3 13:50:25 2008 > nonBlockingRead(): start
UltraVnc Fri Oct 3 13:50:26 2008 > nonBlockingRead(): returning normally
UltraVnc Fri Oct 3 13:50:26 2008 > parseId(): IdCode = ID:6667
UltraVnc Fri Oct 3 13:50:26 2008 > acceptConnection(): Viewer sent code 6667
UltraVnc Fri Oct 3 13:50:26 2008 > findDuplicateIdIndex(): similar ID not found
UltraVnc Fri Oct 3 13:50:26 2008 > addViewerList(): Viewer added to list: code = 6667, index = 0
UltraVnc Fri Oct 3 13:50:26 2008 > findServerList(): server not found (code = 6667)
UltraVnc Fri Oct 3 13:50:26 2008 > acceptConnection(): respective server has not connected yet
UltraVnc Fri Oct 3 13:50:30 2008 > isPeerDisconnected: recv() returned: RFB 003.016




* starts up ok but vncview.exe (proxy repeater= rmccurdy.com::21 in the sever field: " ID:6667"

UltraVnc Fri Oct 3 13:48:08 2008 > routeConnections(): new server connecting, accepting...
UltraVnc Fri Oct 3 13:48:08 2008 > acceptConnection(): connection accepted ok from ip: 72.242.96.74
UltraVnc Fri Oct 3 13:48:08 2008 > nonBlockingRead(): start
UltraVnc Fri Oct 3 13:48:13 2008 > nonBlockingRead(): timeout error
UltraVnc Fri Oct 3 13:48:13 2008 > acceptConnection(): Reading id error
Last edited by operat0r on 2009-01-10 00:12, edited 2 times in total.
Post Reply