Stable ChunkVNC Repeater - Perl Script

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX.

Re: Stable ChunkVNC Repeater - Perl Script

Postby rcooke » 2011-09-07 13:01

supercoe wrote:Remember the repeater is just a simple TCP rendezvous device, it does not support (unless you check out repeater 2011) any authentication.


Yes, I "get" that, but then I would ask if authentication is transparent to the repeater - which would be fine - then why do I not get the password challenge from the server?

You mentioned this is "because" the server side is using a proxy? It seems bizarre that would be a good reason to drop security. But if true, direct me to more info on that or is there a thread on it?

I'll check out the other two things you mentioned. I want to have a repeater, but I need to do something to prevent anybody who figures out (or hears) the port numbers from using it!

As always, great work, thanks for your input!
Regards,
Richard Cooke
User avatar
rcooke
40
40
 
Posts: 79
Joined: 2011-02-19 13:06
Location: Toronto, Canada

Re: Stable ChunkVNC Repeater - Perl Script

Postby supercoe » 2011-09-07 13:39

Yes, I "get" that, but then I would ask if authentication is transparent to the repeater - which would be fine - then why do I not get the password challenge from the server?

Because the UltraVNC server is making a reverse connection to the repeater. If you need authentication you must use a plugin such as SecureVNC.



You mentioned this is "because" the server side is using a proxy? It seems bizarre that would be a good reason to drop security. But if true, direct me to more info on that or is there a thread on it?

Bizarre indeed. Authentication when the server is making a reverse connection has been requested before, I don't know what other threads to show you. Remember that basic VNC authentication sucks, it's probably not worth the developers time to add this functionality since authentication does work with reverse connections when using a DSM plugin (which you should be using anyways).


I'll check out the other two things you mentioned. I want to have a repeater, but I need to do something to prevent anybody who figures out (or hears) the port numbers from using it!

I get security by hosting the repeater on my local LAN and only port forwarding the server port. Since a viewer cannot connect to the repeater from outside the network it makes for very good security. If you need a viewer connect from the outside and still keep high security just setup a VPN.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
User avatar
supercoe
Super-Mod
Super-Mod
 
Posts: 1720
Joined: 2009-07-20 21:27
Location: Walker, MN

Re: Stable ChunkVNC Repeater - Perl Script

Postby rcooke » 2011-09-07 14:00

Well, it occurs to me that very few programmers would pass for "normal" in most social circles - and I'm no exception. :D

I'm getting a strong vibe that the DSM plugin is what I want. I'm going to do some testing with that on the PERL repeater.

Should I update the PERL script to the latest first? (I'm running the one that is with ChunkVNC 3.2)
Regards,
Richard Cooke
User avatar
rcooke
40
40
 
Posts: 79
Joined: 2011-02-19 13:06
Location: Toronto, Canada

Re: Stable ChunkVNC Repeater - Perl Script

Postby supercoe » 2011-09-07 14:24

The one included in 3.2 will work just fine but Rat's modified repeater does have some neat added features for those using a shared hosting account to run their repeater.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
User avatar
supercoe
Super-Mod
Super-Mod
 
Posts: 1720
Joined: 2009-07-20 21:27
Location: Walker, MN

Re: Stable ChunkVNC Repeater - Perl Script

Postby lns » 2011-09-07 19:48

B wrote:You know, since Chunk is just UltraVNC, you could probably run a Linux native VNC viewer such as ssvnc instead of thunking around with WINE. (ssvnc has UltraVNC repeater support.) Not sure about the encryption issues though.


Yeah, I actually didn't know SSVNC had repeater support!!! =) =) But I am using SecureVNC plugin, so that probably isn't an option. /me wonders what it would take to integrate that into Vinagre ("Remote Desktop Viewer" in Linux) as well as repeater ID support... </wishful thinking>
lns
8
8
 
Posts: 11
Joined: 2011-07-05 23:04

Re: Stable ChunkVNC Repeater - Perl Script

Postby Rat » 2011-09-08 07:43

rcooke wrote:Well, it occurs to me that very few programmers would pass for "normal" in most social circles - and I'm no exception. :D)
Speak for yourself I'm completely normal! :)

rcooke wrote:I'm getting a strong vibe that the DSM plugin is what I want. I'm going to do some testing with that on the PERL repeater.
Should I update the PERL script to the latest first? (I'm running the one that is with ChunkVNC 3.2)
I routinely run my ChunkVNC Fork with a DSM plugin, (its all built-in), through the Perl Repeater... works fine. As far as I know the official ChunkVNC release works the same way.
Last edited by Rat on 2011-09-08 23:36, edited 1 time in total.
Rat
80
80
 
Posts: 180
Joined: 2004-11-01 02:11

Re: Stable ChunkVNC Repeater - Perl Script

Postby lns » 2011-09-08 17:29

Rat wrote:p.s. Don't use SSVNC


I don't get it. I read the linked post, too. Please elaborate? Are you sure you don't mean "Don't use X11vnc" ?
lns
8
8
 
Posts: 11
Joined: 2011-07-05 23:04

Re: Stable ChunkVNC Repeater - Perl Script

Postby Rat » 2011-09-08 23:37

lns wrote:I don't get it. I read the linked post, too. Please elaborate? Are you sure you don't mean "Don't use X11vnc" ?
Oops! :oops: My mistake I did mean X11VNC.
Rat
80
80
 
Posts: 180
Joined: 2004-11-01 02:11

Re: Stable ChunkVNC Repeater - Perl Script

Postby rcooke » 2011-09-12 14:13

I found a problem that seems to have something to do with the repeater:

viewtopic.php?f=54&t=27927&p=89509#p89509
Regards,
Richard Cooke
User avatar
rcooke
40
40
 
Posts: 79
Joined: 2011-02-19 13:06
Location: Toronto, Canada

Re: Stable ChunkVNC Repeater - Perl Script

Postby Rat » 2011-09-13 09:23

rcooke wrote:I found a problem that seems to have something to do with the repeater:

viewtopic.php?f=54&t=27927&p=89509#p89509

You could try my ChunkVNC Fork. I've never experienced any problems using it with the Perl Repeater.
Rat
80
80
 
Posts: 180
Joined: 2004-11-01 02:11

Re: Stable ChunkVNC Repeater - Perl Script

Postby rcooke » 2011-09-19 14:02

Rat wrote:
rcooke wrote:I found a problem that seems to have something to do with the repeater:

viewtopic.php?f=54&t=27927&p=89509#p89509

You could try my ChunkVNC Fork. I've never experienced any problems using it with the Perl Repeater.


I guess I get the honor of making the first complaint then. I tested your Fork version 3.1m and found it had the same problem. And another problem with the Viewer exiting. Also is it normal for Windows to ask the EXE security question at least twice running the fork viewer?

:tomato:
Regards,
Richard Cooke
User avatar
rcooke
40
40
 
Posts: 79
Joined: 2011-02-19 13:06
Location: Toronto, Canada

Re: Stable ChunkVNC Repeater - Perl Script

Postby iksigrikov » 2011-09-29 17:13

Thank you, Rat, for your script and installation instructions.
I've set it up on Ubuntu 11 and it is running fine.
iksigrikov
 
Posts: 1
Joined: 2011-09-29 17:09

Re: Stable ChunkVNC Repeater - Perl Script

Postby Yod4z » 2013-01-30 17:52

how many client/serveur (ID) can be connected at the same time with this repeater?
Yod4z
20
20
 
Posts: 52
Joined: 2006-10-18 15:08

Re: Stable ChunkVNC Repeater - Perl Script

Postby Rat » 2013-01-31 06:32

I don't think there's any functional limit, practically though it depends on available bandwidth etc.
Rat
80
80
 
Posts: 180
Joined: 2004-11-01 02:11

Previous

Return to ChunkVNC

Who is online

Users browsing this forum: Google [Bot] and 1 guest