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

Repeater or Proxy Server in linux

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
Godson

Repeater or Proxy Server in linux

Post by Godson »

Can I create the repeater or Proxy server in linux?

Just like vnc_reflector ??
toofreaky

Post by toofreaky »

I'd also appreciate that idea : )

b.t.w: Great product ! Thanks a lot for your work !
Raimund

Post by Raimund »

This would be really fine, I have a dedicated server running some webpages which should do.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

now available, click url below:
[topic=3910][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
petersea
8
8
Posts: 8
Joined: 2005-10-03 06:45

running error

Post by petersea »

as Redge stated URL link, I followed the instructions and compiled ok.
but now I got error after running ./repeater :

FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)

can anyone tell me what is wrong there? thanks.
Jariko
8
8
Posts: 13
Joined: 2005-01-30 20:43
Location: Kajaani, Finland

Re: running error

Post by Jariko »

petersea wrote:as Redge stated URL link, I followed the instructions and compiled ok.
but now I got error after running ./repeater :

FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)

can anyone tell me what is wrong there? thanks.
Hello,

A bug in my Linux port :-]. Sorry.

That bug should be fixed in newer version. Newest one at the moment is v 0.07 , can be found here: http://koti.mbnet.fi/jtko/
jftuga
20
20
Posts: 36
Joined: 2005-05-31 18:31
Location: Athens, GA

Post by jftuga »

Will the linux repeater only work with SC3 or will it also work with just SC?

-John
itwerx

linux repeater SC vs SCIII

Post by itwerx »

Will the linux repeater only work with SC3 or will it also work with just SC?
Dunno about SCIII but it's (mostly) working fine for me with SC.
The "mostly" is because I have to restart the service every couple of connections but I think that's because I have an ID hard-coded in both the viewer and server and the ID is probably getting "stuck" in the repeater if one or the other doesn't disconnect cleanly...
morpheus
Posts: 1
Joined: 2005-10-24 12:16
Location: closer than you think!

FreeBSD version?

Post by morpheus »

Has anyone compiled a FreeBSD version of the repeater? If not, could some kind person help?

Thanks!
vrou
Posts: 1
Joined: 2005-09-20 14:11

Re: FreeBSD version?

Post by vrou »

morpheus wrote:Has anyone compiled a FreeBSD version of the repeater? If not, could some kind person help?
Hi,

Well I have tested it on the following without any problems:

OpenBSD 3.3 and 3.6
Debian 3.1

Which FreeBSD problem do you have?
ChiLLin d0od
Posts: 1
Joined: 2005-12-05 22:11

Post by ChiLLin d0od »

I too am having problems compiling in FreeBSD 6.0. This is what I am getting...

su-2.05b# make
g++ -Wall -c repeater.cpp
repeater.cpp: In function `long int parseId(char*)':
repeater.cpp:456: error: `LONG_MAX' undeclared (first use this function)
repeater.cpp:456: error: (Each undeclared identifier is reported only once for each function it appears in.)
*** Error code 1

I tried downloading a linux binary and running it figuring that I have linux compatiblity installed and I get a library error.

su-2.05b# ./repeater
./repeater: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

I know that the FreeBSD box has libstdc++.so.5, but not libstdc++.so.6. So I linked libstdc++.so.5 to libstdc++.so.6, but it did not like that.

Any help would be much appreciated. Thanks.
Arno
Posts: 1
Joined: 2005-11-30 09:56

Post by Arno »

Add:

#include <limits.h>

and it should compiel
Guest

Post by Guest »

Thanks Arno! Worked like a charm.
Post Reply