UltraVNC
Discussions about UltraVNC and with the UltraVNC developers
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RulesRules   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SCIII Documentation for idiots

 
Post new topic   Reply to topic    UltraVNC Forum Index -> SCIII
View previous topic :: View next topic  
Author Message
Sammy666



Joined: 2007-03-09 15:57
Posts: 4
Topics: 1

#1|PostPosted: 2007-03-09 16:13    Post subject: SCIII Documentation for idiots Reply with quote

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):
added sticky



Last edited by redge on 2008-02-16 23:46; edited 1 time in total
Back to top
View user's profile Send private message
JDaus

SCPrompt & VNC2Me Dev


Joined: 2007-03-17 11:00
Posts: 491
Topics: 22
Location: Sydney, Australia

#2|PostPosted: 2007-03-19 10:24    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message Visit poster's website
Sammy666



Joined: 2007-03-09 15:57
Posts: 4
Topics: 1

#3|PostPosted: 2007-03-19 21:31    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
JDaus

SCPrompt & VNC2Me Dev


Joined: 2007-03-17 11:00
Posts: 491
Topics: 22
Location: Sydney, Australia

#4|PostPosted: 2007-03-21 02:45    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message Visit poster's website
Palle



Joined: 2005-05-23 15:20
Posts: 2

#5|PostPosted: 2007-03-23 18:27    Post subject: Re: SCIII Documentation for idiots Reply with quote

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. Smile
_________________
/Palle


Last edited by Palle on 2007-03-23 19:11; edited 3 times in total
Back to top
View user's profile Send private message
JDaus

SCPrompt & VNC2Me Dev


Joined: 2007-03-17 11:00
Posts: 491
Topics: 22
Location: Sydney, Australia

#6|PostPosted: 2007-03-23 21:44    Post subject: Re: SCIII Documentation for idiots Reply with quote

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)

Hmmm?

JD
Back to top
View user's profile Send private message Visit poster's website
Palle



Joined: 2005-05-23 15:20
Posts: 2

#7|PostPosted: 2007-03-25 17:09    Post subject: Re: SCIII Documentation for idiots Reply with quote

Thank you JDaus. Smile That worked for me. Smile
_________________
/Palle
Back to top
View user's profile Send private message
snobs



Joined: 2005-04-23 02:05
Posts: 20
Topics: 5
Location: germany/stuttgart

#8|PostPosted: 2007-04-02 21:44    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
LUCS



Joined: 2008-06-11 11:47
Posts: 1

#9|PostPosted: 2008-06-11 12:16    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8121
Topics: 423
Location: Switzerland - Geneva

#10|PostPosted: 2008-06-11 23:18    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
rpyne



Joined: 2008-07-10 14:57
Posts: 1
Location: Provo, Utah, USA

#11|PostPosted: 2008-07-11 01:43    Post subject: Re: SCIII Documentation for idiots Reply with quote

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. Smile


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
View user's profile Send private message
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8121
Topics: 423
Location: Switzerland - Geneva

#12|PostPosted: 2008-07-11 11:07    Post subject: Re: SCIII Documentation for idiots Reply with quote

netstat is not enough
start... run...cmd.exe
cHmmm?> 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
View user's profile Send private message
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8121
Topics: 423
Location: Switzerland - Geneva

#13|PostPosted: 2008-07-11 11:22    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
mraluminumsiding



Joined: 2008-08-15 21:02
Posts: 9
Topics: 1

#14|PostPosted: 2008-08-15 21:11    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message Send e-mail
X3

X3


Joined: 2007-12-11 08:50
Posts: 688
Topics: 22
Location: 51.30 N 0.10 W

#15|PostPosted: 2008-08-15 22:27    Post subject: Re: SCIII Documentation for idiots Reply with quote

I use SC http://www.uvnc.com/pchelpware/creator/index.html

based on rel 1X

I use the config

http://www.uvnc.com/addons/singleclick.html

sorry never tried that one but the one I use yes its secure adn bever needed a repeater...

also

http://forum.ultravnc.info/viewtopic.php?t=5226&postdays=0&postorder=asc&start=20

but I think to get that file you need to pm the guy if he is still alive or whatever..
_________________
Regards



Last edited by X3 on 2008-08-15 22:30; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
abo



Joined: 2009-08-14 09:42
Posts: 1

#16|PostPosted: 2009-08-14 09:46    Post subject: Re: SCIII Documentation for idiots Reply with quote

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
View user's profile Send private message
marcgistel



Joined: 2008-03-26 09:07
Posts: 72
Topics: 3
Location: Ulm, Germany

#17|PostPosted: 2009-08-14 10:18    Post subject: Re: SCIII Documentation for idiots Reply with quote

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. Smile

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    UltraVNC Forum Index -> SCIII All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Portions © 2004-2007 by -=Assarbad=- / v1.7d
If you need to contact the forum admins, please use the PM feature or the contact form.

Powered by phpBB © 2001, 2005 phpBB Group