Scott C. Best wrote:

> Daniel:
>
> Heya. It's a good question, and fortunately has a
> fairly good answer. :) Here's a URL that should help:
>
> http://faq.gotomyvnc.com/fom-serve/cache/64.html
>
> The "xxx.xxx.xxx.xx:5930", with one ":", tells
> the Viewer to connect to "Display 5930" which, as above,
> would be on TCP port "5900+5930". You want to either use
> "xxx.xxx.xxx.xx:30" or "xxx.xxx.xxx.xx::5930" with the
> double-"::" format.
>
> -Scott
>
>> I have a question about multiple computers inside of a lan, being
>> accessed
>> from the WAN.
>>
>> I have 4 computers inside my hame LAN, and would like to be able to
>> access
>> all of them outside the WAN. I know I can change the port numbers on
>> everything, one could be 5900, one 5910 one 5920 and one 5930 is I
>> wanted.
>> but how does the "viewer" program on the computer I want to access
>> from,
>> know what port I want to go to. in the view I just put in my ip
>> xxx.xxx.xxx.xx. would I put it in xxx.xxx.xxx.xx:5930 if I wanted
>> the third
>> computer.
>
> _______________________________________________
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
>
Well I believe it is actually
if Single Colon [:]    if less than 100 add to 5900  else use port
or
if double Colon [::]  Use port Specified

x.x.x.x:30        use port 5930
x.x.x.x:5930    use port 5930
x.x.x.x::30       use port 30
x.x.x.x.::5930  use port 5930

steve
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to