Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

uvncrepeater.ini

Post Reply
harald
Posts: 4
Joined: 2007-06-16 20:00

uvncrepeater.ini

Post by harald »

Hi,

does anybody has a working uvncrepeater.ini for the unix version of the repeater?
i compiled the repeater without any errormessage, but i am not able to get a connection.

i need the repeater as an exaple, a commented version would be very helpfull.

tia
.h
vserver.homeftp.org
Posts: 3
Joined: 2007-06-16 12:56

Re: uvncrepeater.ini

Post by vserver.homeftp.org »

Hi,

i have installed the repeater yesterday. I had only edited the ownipaddress part and my server works well.

HTH
Last edited by vserver.homeftp.org on 2007-06-16 20:34, edited 1 time in total.
harald
Posts: 4
Joined: 2007-06-16 20:00

Re: uvncrepeater.ini

Post by harald »

which version did you compile and install?
i tried to use the original .ini and just changed the ip.

this is what i'm getting in my log:
UltraVnc Linux Repeater version 0.14
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): viewerPort : 5901
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): serverPort : 5500
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): maxSessions: 100
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): loggingLevel: 3
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): ownIpAddress (0.0.0.0 = listen all interfaces) : 62.75.202.31
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): runAsUser (if started as root) : uvncrep
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): Mode 1 connections allowed : Yes
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): Mode 2 connections allowed : Yes
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): Mode 1 allowed server port (0=All) : 0
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): Mode 1 requires listed addresses : No
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): Mode 2 requires listed ID numbers : No
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): useEventInterface: true
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): eventListenerHost : localhost
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): eventListenerPort : 2002
UltraVnc Sun Jun 17 12:52:22 2007 > listInitializationValues(): useHttpForEventListener : true
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): socket() initialized
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): setsockopt() success
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): bind() to (ip: 62.75.202.31, port: 5901) succeeded
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): listen() succeeded
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): socket() initialized
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): setsockopt() success
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): bind() to (ip: 62.75.202.31, port: 5500) succeeded
UltraVnc Sun Jun 17 12:52:22 2007 > startListeningOnPort(): listen() succeeded
UltraVnc Sun Jun 17 12:52:22 2007 > dropRootPrivileges(): privileges successfully dropped, now running as user uvncrep
UltraVnc Sun Jun 17 12:52:22 2007 > routeConnections(): starting select() loop, terminate with ctrl+c
UltraVnc Sun Jun 17 12:52:23 2007 > handleRepeaterEvents(): in child process, starting doEventWork()
UltraVnc Sun Jun 17 12:52:23 2007 > openConnectionToEventListener(): connecting to 127.0.0.1:2002
UltraVnc Sun Jun 17 12:52:23 2007 > connectWithTimeout(): EINPROGRESS in connect() - selecting
UltraVnc Sun Jun 17 12:52:23 2007 > connectWithTimeout(): Error in delayed connection() 111 (Connection refused)
UltraVnc Sun Jun 17 12:52:23 2007 > openConnectionToEventListener(): connectWithTimeout() failed.
UltraVnc Sun Jun 17 12:52:24 2007 > cleanUpAfterEventProc(): Removing event posting process (pid=3239)
UltraVnc Sun Jun 17 12:53:52 2007 > handleRepeaterEvents(): in child process, starting doEventWork()
UltraVnc Sun Jun 17 12:53:52 2007 > openConnectionToEventListener(): connecting to 127.0.0.1:2002
UltraVnc Sun Jun 17 12:53:52 2007 > connectWithTimeout(): EINPROGRESS in connect() - selecting
UltraVnc Sun Jun 17 12:53:52 2007 > connectWithTimeout(): Error in delayed connection() 111 (Connection refused)
UltraVnc Sun Jun 17 12:53:52 2007 > openConnectionToEventListener(): connectWithTimeout() failed.
UltraVnc Sun Jun 17 12:53:53 2007 > cleanUpAfterEventProc(): Removing event posting process (pid=3285)
UltraVnc Sun Jun 17 12:54:12 2007 > routeConnections(): new viewer connecting, accepting...
UltraVnc Sun Jun 17 12:54:12 2007 > acceptConnection(): connection accepted ok from ip: 87.79.239.219
UltraVnc Sun Jun 17 12:54:12 2007 > acceptConnection(): pv = RFB 000.000
UltraVnc Sun Jun 17 12:54:12 2007 > writeExact(): start
UltraVnc Sun Jun 17 12:54:12 2007 > writeExact(): returning normally
UltraVnc Sun Jun 17 12:54:12 2007 > nonBlockingRead(): start
UltraVnc Sun Jun 17 12:54:13 2007 > nonBlockingRead(): returning normally
UltraVnc Sun Jun 17 12:54:13 2007 > parseId(): IdCode = ID:31084
UltraVnc Sun Jun 17 12:54:13 2007 > acceptConnection(): Viewer sent code 31084
UltraVnc Sun Jun 17 12:54:13 2007 > findDuplicateIdIndex(): similar ID not found
UltraVnc Sun Jun 17 12:54:13 2007 > addViewerList(): Viewer added to list: code = 31084, index = 0
UltraVnc Sun Jun 17 12:54:13 2007 > findServerList(): server not found (code = 31084)
UltraVnc Sun Jun 17 12:54:13 2007 > acceptConnection(): respective server has not connected yet
UltraVnc Sun Jun 17 12:54:13 2007 > handleRepeaterEvents(): in child process, starting doEventWork()
UltraVnc Sun Jun 17 12:54:13 2007 > openConnectionToEventListener(): connecting to 127.0.0.1:2002
UltraVnc Sun Jun 17 12:54:13 2007 > connectWithTimeout(): EINPROGRESS in connect() - selecting
UltraVnc Sun Jun 17 12:54:13 2007 > connectWithTimeout(): Error in delayed connection() 111 (Connection refused)
UltraVnc Sun Jun 17 12:54:13 2007 > openConnectionToEventListener(): connectWithTimeout() failed.
UltraVnc Sun Jun 17 12:54:14 2007 > cleanUpAfterEventProc(): Removing event posting process (pid=3297)
UltraVnc Sun Jun 17 12:54:17 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:22 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:27 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:32 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:37 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:42 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:47 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:52 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:54:57 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:02 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:07 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:12 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:17 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:22 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:22 2007 > handleRepeaterEvents(): in child process, starting doEventWork()
UltraVnc Sun Jun 17 12:55:22 2007 > openConnectionToEventListener(): connecting to 127.0.0.1:2002
UltraVnc Sun Jun 17 12:55:22 2007 > connectWithTimeout(): EINPROGRESS in connect() - selecting
UltraVnc Sun Jun 17 12:55:22 2007 > connectWithTimeout(): Error in delayed connection() 111 (Connection refused)
UltraVnc Sun Jun 17 12:55:22 2007 > openConnectionToEventListener(): connectWithTimeout() failed.
UltraVnc Sun Jun 17 12:55:23 2007 > cleanUpAfterEventProc(): Removing event posting process (pid=3336)
UltraVnc Sun Jun 17 12:55:27 2007 > isPeerDisconnected: recv() returned:
UltraVnc Sun Jun 17 12:55:29 2007 > handleRepeaterEvents(): in child process, starting doEventWork()
UltraVnc Sun Jun 17 12:55:29 2007 > main(): relaying done.

any idea?
vserver.homeftp.org
Posts: 3
Joined: 2007-06-16 12:56

Re: uvncrepeater.ini

Post by vserver.homeftp.org »

looks everything fine.
you have to connect the server first.
then start the viewer.

example:



start the viewer,define an alias, click "via repeater", fill in "password" = test, "id" = 1111, "repeater host" = 87.79.239.219, "viewer port" = 5900, "server port" = 5500, click "create server", goto the "myservers/YOURALIAS", start the server, fill in "login" = 1111 and "password" = test
click connect and now click start in the viewer window.
Last edited by vserver.homeftp.org on 2007-06-17 13:17, edited 2 times in total.
harald
Posts: 4
Joined: 2007-06-16 20:00

Re: uvncrepeater.ini

Post by harald »

tried both ways, no luck. but i changed the ports in the ini to 5901, i'll revert this and try again.
harald
Posts: 4
Joined: 2007-06-16 20:00

Re: uvncrepeater.ini

Post by harald »

tried it, but now luck
Post Reply