and also vnc SC server & vnc viewer.
For the sake of this discussion, for Example, lets say :
- - - - - - -
my internet server's IP address is 71.72.73.71 .
( server : CentOS Linux, Hosting Service Provider shared srvr, php, mysql, perl, shell, apache, dedicated IP, ssl, etc ) .
we can call it "Reflector Server", or Server Computer, or VRFL-SRVR, or RFL-Srvr, also.
- - - - - - -
my home computer's public IP is : 71.72.73.72 .
i'm behind router + nat + firewall.
my local IP is : 192.168.10.72 .
my router is configured with port forwarding : from 5900 to 5901 ports are forwarded toward 192.168.10.72 .
windows xp. i've installed Ultra VNC viewer & server both.
- - - - - - -
my friend John's DSL connection's public IP is : 71.72.73.73 .
his laptop computer is behind router + nat + firewall.
its local IP is : 192.168.10.73 .
windows xp. he is very basic / novice level user.
- - - - - - -
Code: Select all
vnc-srvr ---> reflector-srvr <--- vnc-vwr.
71.72.73.73 ---> 71.72.73.71 <--- 71.72.73.72 .
John ---> VRFL-Srvr <--- Emdy.
i'm trying to help him solve his laptop computer's problem. and to setup a system, so in future i can help others also.
- - - - - - -
i've created new rc4.key (by using UVNC server software), and i've renamed the plugin "MSRC4Plugin_NoReg.dsm" into "MSRC4Plugin.dsm", and placed it with "rc4.key" file in the main & all sub folders ... same 2 files in multiple locations.
There are 2 host entry in SC srvr & in "helpdesk.txt" :
[HOST]
Connect - Option 5902
-connect 71.72.73.71:5902 -noregistry
[HOST]
Connect - Option 5902 Encrypted
-plugin -connect 71.72.73.71:5902 -noregistry
then i've created the Ultra VNC Single Click (SC) server software, with offline creator, called [topic=7991]UltraVNC SC Generator[/topic] (SCG). It created sc.exe ( "the vnc-srvr" ) . Renamed it. Then placed it on a webpage, lets assume/say its downloadable from here ... emdy2n.com/vrf/emdy_help_uvnc-sc.exe .
And i'm 100% sure, i enabled "DSM plugin" for the second host entry, inside SCG, and selected+browse the rc4.key from subfolder.
But after generating "sc.exe", i've Noticed (after i decompressed it or opened it inside the decompression software), that, SCG is not including those 2 files (dsm+key), though all other files are there ! what's wrong ? or a bug in SCG ?
This uvnc sc srvr softwr will/supposedly connect my friend, John's PC to the reflector srvr. and after that, the reflector srvr will help his computer to connect to my home computer, so that ultimately i can control his mouse, keyboard for troubleshooting.
- - - - - - - -
vnc-reflector :
i've compiled & placed executable & all other files in : /home/emdy2n/public_html/vrf
- - - - - - -
"start_vrf.sh" file (chmod 700) : (see my next post msg for correction)
./vncreflector -p passvrf -i pidvrf -l 5901 -t hostsvrf -g logvrf -q
- - - - - - -
"hostsvrf" file (chmod 600) : (see my next post msg for correction)
*.5902 psw0rdsa1
- - - - - - -
"passvrf" file (chmod 600) :
psw0rdfa1
psw0rdra1
- - - - - - -
when i run the start_vrf.sh in shell access, "logvrf" contains :
19/09/08 01:37:04 + Starting VNC Reflector 1.2.4
19/09/08 01:37:04 - Switched to the background mode
19/09/08 01:37:04 * Using only 8 first bytes of a longer password
19/09/08 01:37:04 * Host display not specified, assuming display :0
19/09/08 01:37:04 + Connecting to *.5902, port 5900
19/09/08 01:37:04 ! Could not get host address: Success
19/09/08 01:37:04 + Terminating
- - - - - - -
whats wrong ?
reflector not getting host address ! ? !
should i specify -b option to bind the reflector with server's IP ?
why is it terminating ? it should be keep on running until i kill the process pid.
~ Emdy. 09-19-2008 fri 3:15 AM GMT-08:00.
EDIT NOTE: please See Next Post for further Correction.