| View previous topic :: View next topic |
| Author |
Message |
Sammy666
Joined: 2007-03-09 15:57 Posts: 4 Topics: 1
|
#1| Posted: 2007-03-09 16:13 Post subject: SCIII Documentation for idiots |
|
|
Hi,
I set-up UltraVNC Single Click (SCIII) the other day, and found it very frustrating!
So I wrote up what I found, with loads of pictures (in colour) on then following URL.
http://www.simply-postcode-lookup.com/SingleClickUltraVNC/SingleClickVNC.htm
Please give me any feedback here and I will try to write include it in the documentation.
Please use plain English, not IP talk… I tried to make as simple as possible.
Moderated by redge (2008-02-16 23:46):
Last edited by redge on 2008-02-16 23:46; edited 1 time in total |
|
| Back to top |
|
 |
JDaus
SCPrompt & VNC2Me Dev
Joined: 2007-03-17 11:00 Posts: 491 Topics: 22 Location: Sydney, Australia
|
#2| Posted: 2007-03-19 10:24 Post subject: Re: SCIII Documentation for idiots |
|
|
nice doco for the newcomers ... good work ...
around the middle, you posted these comments
| Quote: | I guess the #SSL -> :443 needed will allow you to change the post the bridge is using
I also guess the #192.168.1.101==repeater ip is a repeater hosted by the VNC team???
Any ideas, submit to http://forum.ultravnc.info/viewtopic.php?t=9529 which I will include if relevant. |
would suggest you make these in a box of some sort (maybe right justified text) to highlight the difference to normal parts of the doco.
as far as what they mean, im presuming "#" is a comment delimiter to signify the text following as a comment ... programmers put these in code to help others (and sometime themselves) read the code, and understand what it means ... play around with them, remove them and see if it changes anything ...
on the whole ... good work, it puts alot into one page
JD |
|
| Back to top |
|
 |
Sammy666
Joined: 2007-03-09 15:57 Posts: 4 Topics: 1
|
#3| Posted: 2007-03-19 21:31 Post subject: Re: SCIII Documentation for idiots |
|
|
Do you know for sure that '#' is the start of a comment?
I thought that and tried removing them. Nothing worked after they were removed!!!
I would have though if it is comment then they would have used a more standard from of comment start, similar to HTML, c or java etc.
If you know more please reply, anyway thanks for the positive feedback |
|
| Back to top |
|
 |
JDaus
SCPrompt & VNC2Me Dev
Joined: 2007-03-17 11:00 Posts: 491 Topics: 22 Location: Sydney, Australia
|
#4| Posted: 2007-03-21 02:45 Post subject: Re: SCIII Documentation for idiots |
|
|
| Sammy666 wrote: | | Do you know for sure that '#' is the start of a comment? |
no sorry ... cant say for sure ... it was just a guess |
|
| Back to top |
|
 |
Palle
Joined: 2005-05-23 15:20 Posts: 2
|
#5| Posted: 2007-03-23 18:27 Post subject: Re: SCIII Documentation for idiots |
|
|
Thank you Sammy666 for making this very nice step-by-step tutorial. I tried to follow it but for some reason I can't run repeater_SSL.exe without it crashing.
You mentioned "Make sure you have nothing else using the port 443". How can I figure out what else could be using the port 443? I tried to run repeater_SSL.exe on various computers but got the same result.
(I'm borrowing your image)
I greatly thankful for any response.  _________________ /Palle
Last edited by Palle on 2007-03-23 19:11; edited 3 times in total |
|
| Back to top |
|
 |
JDaus
SCPrompt & VNC2Me Dev
Joined: 2007-03-17 11:00 Posts: 491 Topics: 22 Location: Sydney, Australia
|
#6| Posted: 2007-03-23 21:44 Post subject: Re: SCIII Documentation for idiots |
|
|
off the top of my head (and just waking up), i think a netstat command shows that sort of information
open a command prompt, type netstat, hit return ...
this should give you the established connection from/to ports (i think)
JD |
|
| Back to top |
|
 |
Palle
Joined: 2005-05-23 15:20 Posts: 2
|
#7| Posted: 2007-03-25 17:09 Post subject: Re: SCIII Documentation for idiots |
|
|
Thank you JDaus. That worked for me.  _________________ /Palle |
|
| Back to top |
|
 |
snobs
Joined: 2005-04-23 02:05 Posts: 20 Topics: 5 Location: germany/stuttgart
|
#8| Posted: 2007-04-02 21:44 Post subject: Re: SCIII Documentation for idiots |
|
|
| as far as i know SC3 (i already wrote another thread about it 'preconditions...') you always have to use port 443... which is a pain sometimes, especially on windows servers which often run the iis-server. but this port is the only port which makes sense to use - it is one of the only ports which firewalls (most of the time) let through unfiltered. |
|
| Back to top |
|
 |
LUCS
Joined: 2008-06-11 11:47 Posts: 1
|
#9| Posted: 2008-06-11 12:16 Post subject: Re: SCIII Documentation for idiots |
|
|
Oh what a wonderful guide..fantastic
I was wondering if the....
#192.168.1.101==repeater ip
....was maybe referring to the ip address of the machine that the repeater app is installed on. |
|
| Back to top |
|
 |
redge Super-Mod redge
Joined: 2004-07-03 17:05 Posts: 8121 Topics: 423 Location: Switzerland - Geneva
|
#10| Posted: 2008-06-11 23:18 Post subject: Re: SCIII Documentation for idiots |
|
|
based the example SCIII Documentation for ... ,
-id 1 -sslproxy -connect 1.88.88.88:443 -noregistry
#1.88.88.88==repeater ip
#SSL -> :443 needed
the line beginning with # is simply ignored by SC
only here for tell you what this for and easy remember.
anyway, this only comment could by any value totally ignored _________________ UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer |
|
| Back to top |
|
 |
rpyne
Joined: 2008-07-10 14:57 Posts: 1 Location: Provo, Utah, USA
|
#11| Posted: 2008-07-11 01:43 Post subject: Re: SCIII Documentation for idiots |
|
|
| Palle wrote: | Thank you Sammy666 for making this very nice step-by-step tutorial. I tried to follow it but for some reason I can't run repeater_SSL.exe without it crashing.
You mentioned "Make sure you have nothing else using the port 443". How can I figure out what else could be using the port 443? I tried to run repeater_SSL.exe on various computers but got the same result.
(I'm borrowing your image)
I greatly thankful for any response.  |
So, did this ever get solved? I am seeing the same problem on my attempt at setting up a repeater on an XP box. Netstat confirms port 443 is not in use. As an alternative, is there a Linux repeater? |
|
| Back to top |
|
 |
redge Super-Mod redge
Joined: 2004-07-03 17:05 Posts: 8121 Topics: 423 Location: Switzerland - Geneva
|
#12| Posted: 2008-07-11 11:07 Post subject: Re: SCIII Documentation for idiots |
|
|
netstat is not enough
start... run...cmd.exe
c > netstat -a
(required for kwnow whish port is really used currently
or use TCPView graphic version
http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx _________________ UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer |
|
| Back to top |
|
 |
redge Super-Mod redge
Joined: 2004-07-03 17:05 Posts: 8121 Topics: 423 Location: Switzerland - Geneva
|
#13| Posted: 2008-07-11 11:22 Post subject: Re: SCIII Documentation for idiots |
|
|
if you see application like skype use by default port 80 http and 443 https
but could be manual set on other port.
Skype.exe:816 TCP macwin:http localhost:0 LISTENING
Skype.exe:816 TCP macwin:https localhost:0 LISTENING _________________ UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer |
|
| Back to top |
|
 |
mraluminumsiding
Joined: 2008-08-15 21:02 Posts: 9 Topics: 1
|
#14| Posted: 2008-08-15 21:11 Post subject: Re: SCIII Documentation for idiots |
|
|
That error message will also occur if you're missing the certificate file.
Can someone tell me how SCIII is secure? I know it exchanges cert info but it seems like if I put this up on a public IP then anyone could be using my repeater. |
|
| Back to top |
|
 |
X3
X3

Joined: 2007-12-11 08:50 Posts: 688 Topics: 22 Location: 51.30 N 0.10 W
|
|
| Back to top |
|
 |
abo
Joined: 2009-08-14 09:42 Posts: 1
|
#16| Posted: 2009-08-14 09:46 Post subject: Re: SCIII Documentation for idiots |
|
|
| Sammy666 wrote: | Hi,
I set-up UltraVNC Single Click (SCIII) the other day, and found it very frustrating!
So I wrote up what I found, with loads of pictures (in colour) on then following URL.
http://www.simply-postcode-lookup.com/SingleClickUltraVNC/SingleClickVNC.htm
Please give me any feedback here and I will try to write include it in the documentation.
Please use plain English, not IP talk… I tried to make as simple as possible.
|
That error message will also occur if you're missing the certificate file.
Can someone tell me how SCIII is secure? I know it exchanges cert info but it seems like if I put this up on a public IP then anyone could be using my repeater.
----------------------------------------------------------------------------
tuyen dung | viec lam | tim viec |
|
| Back to top |
|
 |
marcgistel
Joined: 2008-03-26 09:07 Posts: 72 Topics: 3 Location: Ulm, Germany
|
#17| Posted: 2009-08-14 10:18 Post subject: Re: SCIII Documentation for idiots |
|
|
abo
yes but only if he has the same "CERTIFICATE.PEM" as you(your repeater).
If you useing the certificate you get here in the donwloadsection or the sample who is included in the repeater.zip it is no problem to get the same cert as you have.
try to generate your own certificate and it should solve your problem.
Certgeneration:
http://forum.ultravnc.info/viewtopic.php?t=7834
best regards,
marc |
|
| Back to top |
|
 |
|