By the way, here is the file you need to install install in order to open
the VNC port with ICS. Just copy/paste the text below into a file called
"openvcn.inf" (or something.inf), right-click on the file, and select
"install".

==== copy/paste below ====

[version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg=PortSample

[DefaultUnInstall]
; This section included for ease of removing any maps added in.
; To uninstall, type the following line:
;
; rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 0
;    <I BRACKET="YES">YOUR_INF_FILE_NAME</I>
DelReg=PORT_SAMPLE_DEL_REG

[PortSample]
; WINVNC should be replaced with a friendly 
; descriptive name that is unique.
;
; This data points to the computer that is running the service. 
; 0.0.0.0 represents the computer running the ICS services. This 
; can alternatively contain the IP address of one of the ICS client 
; computers.

HKLM,%ICSACTIVE%,WINVNC,,"192.168.0.1"
HKLM,%ICSINSTALLED%\WINVNC

; "My Friendly Name" should be replaced with something short and 
; descriptive such as the name of the program that needs these ports 
; open.

HKLM,%ICSINSTALLED%\WINVNC,Name,,"WinVNC Server"

; Options is a DWORD value and is currently always set to 00,00,00,00 

HKLM,%ICSINSTALLED%\WINVNC,Options,1,00,00,00,00

; The next four lines describe the specific ports that need to be open
; or mapped. The first port is always 0000, each additional port is 
; incremented (the second port to open would be listed as 0001,
; the third would be 0002, and so on). This information is strictly 
; dependent on what is needed by the program. If you do not know what 
; ports your program requires or are unsure, you need to contact the 
; manufacturer of the program to get this information.
;
; The four lines need to be re-created for each port.
;
; On the second line, valid entries for type are "TCP" or "UDP."
;
; The third line contains the actual port or port range needed by the 
; program.
;
; The entry below demonstrates a port range. If the program only needs 
; a single port, the last part of the line below would read  ,Port,,"5678"
;
; Note that you can only use a port range when the translation type is 
; NORMAL or BLOCK.
;
; If Translation is set to anything else, you must list each port 
; individually.
;
; Valid types of translation are NORMAL, BLOCK, CUSEEME, DPLAY, FTP, 
; H323, PPTP, and QUAKE

HKLM,%ICSINSTALLED%\WINVNC\0000
HKLM,%ICSINSTALLED%\WINVNC\0000,Type,,"TCP"
HKLM,%ICSINSTALLED%\WINVNC\0000,Port,,"5900"
HKLM,%ICSINSTALLED%\WINVNC\0000,Translation,,"NORMAL" 

[PORT_SAMPLE_DEL_REG]
HKLM,%ICSINSTALLED%\WINVNC
HKLM,%ICSACTIVE%,WINVNC

[Strings]
ICSINSTALLED="System\CurrentControlSet\Services\ICSharing\Mappings\Installed
"
ICSACTIVE="System\CurrentControlSet\Services\ICSharing\Mappings\Active" 



-----Original Message-----
From: Ed Schwartz [mailto:[EMAIL PROTECTED]]
Sent: October 8, 2001 8:52 AM
To: vnc-list
Subject: Re: Windows Millennium with sharing internet connection problem


Your info was helpful, but.....
Previously, I had not been able to connect from work to home at all. (home
is win98, running ICS) Once I did the registry tweaking to map port 8080, my
browser connected, and asked for my password.  When I put it in, I then got
a java error, no route to host.
Any suggestions? Would I need to map 8080 and 8180?
Thanks...

> From: "Steve Palocz" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 5 Oct 2001 13:30:12 -0400
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Subject: RE: Windows Millennium with sharing internet connection problem
> 
> Please note:
> There is a misconception about ICS (Microsoft Internet Connection
Sharing).
> This product doesn't just share the connection, it also acts a little like
a
> firewall as it blocks all ports <1024. Since Winvnc runs on 5900. then yes
> it is blocked from the Internet, but the internal adapter can still accept
> connections as it isn't blocked. There are ways to open the ports, but it
> requires registry editing to accomplish this. See Microsoft's support web
> site for more info (search string "ports blocked ics")
> 
> Steve Palocz
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Aleksander
> Zawisza
> Sent: Friday, October 05, 2001 1:06 PM
> To: [EMAIL PROTECTED] ti
> Subject: RE: Windows Millennium with sharing internet connection problem
> 
> 
> Hmm, come to think of if, I also have internet connection sharing
installed
> and I can't connect to my remote Windows Me machine.
> 
> The WinMe machine I'm trying to connect to is the one that's directly
> connected to the internet, and I was able to connect to it before when it
> was running Windows 98 without internet connection sharing. Looks like
> installing ICS on Windows Me prevents WinVNC clients from connecting...
> Everything else works fine. Like I said, I cannot connect with a client to
> that Windows Me machine (which is not behind a firewall, and acts as the
ICS
> *server*), but on that machine I can add a WinVNC client and it works.
> 
> Aleksander Zawisza
> Nortel Networks, Juniper Global Network Product Support
> ' Juniper GNPS Hotline: 1-800-4NORTEL / Support: ERC 577 / Hardware: ERC
578
> * 613-768-4089 / ESN 398-4089
> * [EMAIL PROTECTED]
> * http://gts.ca.nortel.com/departments/juniper
> 
> 
> -----Original Message-----
> From: Michel Turgeon [mailto:[EMAIL PROTECTED]]
> Sent: October 4, 2001 4:38 PM
> To: [EMAIL PROTECTED]
> Subject: Windows Millennium with sharing internet connection problem
> 
> 
> I had win98 and VNC was working properly,
> 
> Now I have Win ME on my computer with internet sharing connection
> and I get the response FAILED TO CONNECT TO SERVER.
> What am I doing wrong? and what should I do right?
> Thanks
> 
> _________________________________________________________________
> Tilichargez MSN Explorer gratuitement ` l'adresse
> http://explorer.msn.fr/intl.asp
> ---------------------------------------------------------------------
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to