Re: How to access different computer inside a home network?

2004-10-27 Thread Israel A. Martínez Ibarra
hi.

you need access to vnc server propertis in each computer and change the port
number. ej.
computer ip 192.168.1.2   5900 and 5800 for http java server (this port
number is the default for each instalation you made)
computer ip 192.168.1.3   5901 and 5801.
you need this in evevry computer you have.

now if you have a dynamic ip trought your dhcp server in your router; you
only need is to change the port number in every vnc server propertis.

then in your router you need to configure to fordware that port number. ej.
port 5900 fordware to ip 192.168.0.1 port 5900.
port 5901 fordware to ip 192.168.0.2 port 5901.
and this to each computer you have.
this depend of your router you have some router have the option to only
fordware ports other have the option to open virtual servers, in this case
is olmost the same; you need to give the port in internet side and give the
ip and port in yoyr lan ide.

i hope this can help you to resolve your problem.

- Original Message -
From: "Nestor A. Angel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 20, 2004 10:45 AM
Subject: How to access different computer inside a home network?


> I have a problem accessing computers from my own house.
>
> Environment:  Cable modem connected to a Linksys Wireless/router.  Two
> wireless computers are connected to the router and they can go to the
> internet.  Two wire computers are connected the same way.  All computer
> receive an IP from the router.  IP addresses 192.168.1.2 - 192.168.1.5.
> I Set up the router to allowed the ports for VNC to go throw the router
> into the private network.  In each computer the VNC software is install
> and I am able to connect internally to all of the computers.
>
> Issue: I am able to log into the first computer 192.168.1.2 with out any
> problem from the internet but I am not able to connect to any other
> computer (IP 192.168.1.3 to 192.168.1.5).
>
> Question:  Because I only have an IP address from the cable company, is
> there a way, I am able to connect to any of the other computers?
>
> Is there a way to specify a port number to connect to a specific
> computer?
>
> For example:
>
> When using VNC to connect to 202.202.202.202 internal IP 192.168.1.2
> CONNECTS OK
>
> Is there a way I am able to use VNC with an specific port number to
> connect to another computer?
> Use VNC to connect to 202.202.202.202:(port number) internal IP
> 192.168.1.2
> 202.202.202.202:5556 to connect to internal IP 192.168.1.2
> 202.202.202.202:5557 to connect to internal IP 192.168.1.3
> 202.202.202.202:5558 to connect to internal IP 192.168.1.4
>
> I am not sure is this is a feature of the VNC software but I really
> would like to know if there is a way to accomplish this.
>
> Thank you in advance for all your help.
>
>
>  Nestor A. Angel MCSE, CNA, MCP-I, A+
>  MIS Manager
>  Dynamic Manufacturing Inc.
>  Phone:708 343.9833
>  Fax:708.343.8768
>  E-Mail:[EMAIL PROTECTED]
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Windows XP SP2

2004-10-27 Thread Angelo Sarto
I don't beleive there is a way to do this with vnc for windows.

You could try terminal services or citrix.

Will vnc enterprise support this?

--ANgelo


On Thu, 28 Oct 2004 01:15:34 +0530, Arup Sarkar <[EMAIL PROTECTED]> wrote:
>Hi, I have successfully installed vnc in my xp box as well as my linux
>box and works great. I have a question,
> 
>when  I vnc to my linux box anyone using the linux box is not affected
>by  my  mouse movements, but it is not quite for the windows box which
>is  very  annoying if someone is working escpecially if it is a server
>where I would expect people to sit in the console.
> 
>Is there a way to make the windows box behave as the linux box ?
> 
>Regards
>  _
> 
>The  happening  world  of BPO! Know all that you need to know! Keep in
>step with whats hot!
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Using VNC from home.

2004-10-27 Thread Alan Watchorn
Stanley,

The connection from home goes through the Internet but comes in on the same
TCP port but the IP address (I'm guessing) that you use is only accessible
locally (probably 192.168..).  What you need to do is forward the VNC
port (5900) in your router at work so that the VNC traffic is forwarded to
the right system.

Using IP addresses to define where to forward to leads into a whole
discussion of how they are generated.  If you use a DHCP server the IP
addresses are assigned dynamically and CAN vary over time so you need to
think about that.

The other thing you need to think about is security.  VNC data is not
encrypted so anyone can read your data as it passes over the Internet.  You
should seriously think about using some sort of tunneling protocol (I use
VPN/PPTP and the way my system is set up it has the extra advantage that it
uses system names instead of IP addresses to refer to the destination
systems so I use a DHCP server with impunity)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 11:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Using VNC from home.


I can use VNC on-site with no problems, but when I try to Use it from home
for the same location it cannont find the server. I am using it the same way
I use it on site by clicking on the veiwer and typing in the IP address.
On-site Iam hook up directly to the network but at home it is going through
my Cable Internet. What is it that I am doing wrong?

Thanks for your help.

Stanley L. Schauenburg Jr.
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Windows XP SP2

2004-10-27 Thread Arup Sarkar
   Hi, I have successfully installed vnc in my xp box as well as my linux
   box and works great. I have a question,

   when  I vnc to my linux box anyone using the linux box is not affected
   by  my  mouse movements, but it is not quite for the windows box which
   is  very  annoying if someone is working escpecially if it is a server
   where I would expect people to sit in the console.

   Is there a way to make the windows box behave as the linux box ?

   Regards
 _

   The  happening  world  of BPO! Know all that you need to know! Keep in
   step with whats hot!
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Using VNC from home.

2004-10-27 Thread John Aldrich
You're probably using a "non-routeable" address on the LAN at work. What you
need to do is 1)make sure you don't have a firewall between your machine at
work and the internet. If you do, you'll need to make a way for VNC to reach
your machine at work through the firewall (security hole.) 2) Find out what
your "external" or "real" IP address is at work by going to somewhere like
http://www.whatismyip.com . I think you'll find that the address it gives is
significantly different than the one you see on your local PC at work.

Once you've answered those questions come back and ask again with the
answers to the above questions included.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 2:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Using VNC from home.


I can use VNC on-site with no problems, but when I try to Use it from home
for the same location it cannont find the server. I am using it the same way
I use it on site by clicking on the veiwer and typing in the IP address.
On-site Iam hook up directly to the network but at home it is going through
my Cable Internet. What is it that I am doing wrong?

Thanks for your help.

Stanley L. Schauenburg Jr.
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: connecting to a VNC server behind a firewall (on my home LAN)

2004-10-27 Thread Alan Watchorn
I think Conor can probably skip step 3 (locking IP addresses to particular
MAC addresses - systems - with router as DHCP server) since he is using
static IP addresses.  Conor, just make sure you have DHCP disabled on the
router if you are truly using static IP addresses for everything - or make
sure DHCP is assigning IP addresses which do not conflit with the IP
addresses you have assigned statically.

Alan.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Asher, Scott
Sent: Monday, October 25, 2004 8:17 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: connecting to a VNC server behind a firewall (on my home
LAN)


1) Find out your PC's (the one you want to VNC into) MAC address.
2) Login to your router.
3) Configure your router to always give the same internal ip (192.168.x.y)
to the PC.
4) Configure your router to forward traffic into port 12345 (whatever number
you choose) to the IP you configured in (3).
5) Log into your PC from outside your firewall by opening a vnc connection
to a.b.c.d:12345 where "a.b.c.d" is the "real" ip address of your router and
12345 is the port you configured in (4).

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Conor Rafferty
Sent: Monday, October 25, 2004 8:30 PM
To: [EMAIL PROTECTED]
Subject: connecting to a VNC server behind a firewall (on my home LAN)


Hi folks,

I run a home office, 3 pcs with static LAN addresses (192.168.0.2 ..3...4)
connected to internet and each other via a Netgear router.

I have installed a VNC server (as a service) on the main machine, the "file
server", at 192.168.0.2 (static).

Netgear router of course has a firewall.

I have heard that it is possible to connect to my VNC server from outside
the firewall. It involves configuring the router for something called "Port
forwarding". I think I understand the concept. I need to map my servers LAN
ip address (192.168.0.2) to whatever port on the router VNC viewer uses to
connect to VNC server.

However I have no idea how to go about it. I.e. how to set up the router
and/or PC (server). Anyone able to point me in the right direction ?
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Using VNC from home.

2004-10-27 Thread schauenb
I can use VNC on-site with no problems, but when I try to Use it from home for the 
same location it cannont find the server. I am using it the same way I use it on site 
by clicking on the veiwer and typing in the IP address. On-site Iam hook up directly 
to the network but at home it is going through my Cable Internet. What is it that I am 
doing wrong?

Thanks for your help.

Stanley L. Schauenburg Jr.
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Problem using VNC with VMWare

2004-10-27 Thread James Weatherall
Rich,

We will be releasing a video hook driver for VNC Enterprise Edition shortly,
which will address the update issues you're seeing with VMWare.

Cheers,

Wez @ RealVNC Ltd.
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Rich Schaaf
> Sent: 26 October 2004 17:18
> To: [EMAIL PROTECTED]
> Subject: Problem using VNC with VMWare
> 
> I'm having trouble using VNC to remotely control a VMWare session.
> 
> When the screen changes on the VMWare guest machine, those 
> screen repaints are not reflected across the VNC connection. 
> Instead, I need to move the mouse around the area of the 
> screen occupied by the VMWare display in order to force the 
> VNC viewer to refresh the display.
> Another suboptimal workaround is that I can tell the VNC 
> Viewer to "Refresh screen" in order to force the VNC viewer 
> to repaint the entire screen of the VMWare guest machine.
> 
> I'm using default settings for VNC and the versions of VNC / 
> VMWare that I am running are as follows:
> 
> VNC Viewer machine:
>Windows XP SP1
>VNC Viewer 4.0
> 
> VNC Server machine (also the VMWare host operating system):
>Windows XP SP1
>VNC Server 3.3.6
>VMWare Workstation 4.5.2
> 
> VMWare Guest operating system
>Windows XP SP1
> 
> Has anyone else encountered this problem and know how to fix it?
> 
> Thanks in advance!
> 
> - Rich Schaaf
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Show who is trying to connect

2004-10-27 Thread Jimmy Pettersson
> Hi 
>  
> I am using Real VNC 4.0 to remote control a few PC's over a VPN.
>  
> Some of the PC's have ticked the option "Prompt Local User to accept
> incoming connections". When I then connect  to these, they get the Accept
> Connection, dialog box, it comes up with User: (anonymous) - As
> illustrated below:
> 
> Is there any way for me to configure Real VNC so the name of the person
> connecting shows up?
> 
> Thanks in advance
> 
> Jimmy
>  
>   
> 
> Jimmy

[demime 1.01d removed an attachment of type application/ms-tnef which had a name of 
winmail.dat]
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Problem using VNC with VMWare

2004-10-27 Thread Corné Beerse
Rich Schaaf wrote:
I'm having trouble using VNC to remotely control a VMWare session.
When the screen changes on the VMWare guest machine, those screen
repaints are not reflected across the VNC connection. Instead, I need
to move the mouse around the area of the screen occupied by the VMWare
display in order to force the VNC viewer to refresh the display.
Another suboptimal workaround is that I can tell the VNC Viewer to
"Refresh screen" in order to force the VNC viewer to repaint the
entire screen of the VMWare guest machine.
I'm using default settings for VNC and the versions of VNC / VMWare
that I am running are as follows:
VNC Viewer machine:
   Windows XP SP1
   VNC Viewer 4.0
VNC Server machine (also the VMWare host operating system):
   Windows XP SP1
   VNC Server 3.3.6
   VMWare Workstation 4.5.2
VMWare Guest operating system
   Windows XP SP1
Has anyone else encountered this problem and know how to fix it?

My workaround would be to install vnc in the vmware-guest too and use that.
If this is a professional situation (you are willing to spend some money) then 
vmware-gsx is an option, it provides the vmware-console: kind of like a 
vnc-session to the guest but with access to all virtual harware too.

CBee
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: VNC and Windows 95

2004-10-27 Thread Jaakko Saari
Hmm, what should I do next? Should I install some upgrade?
I wonder if I should try installing linux to the machine. I have 24 MB 
ram and the machine is 166MMX.

Jaakko
> Jaakko,
>
> Ignore the registry-related lines.
>
> Does your Windows 95 system have Winsock 2.0 installed, or only 
Winsock 1.1?
>
> Wez @ RealVNC Ltd.
>
>
>
>> -Original Message-
>> From: Jaakko Saari [mailto:[EMAIL PROTECTED] Sent: 25 October 
2004 15:53
>> To: James Weatherall; [EMAIL PROTECTED]
>> Subject: Re: VNC and Windows 95
>>
>> OK, it says:
>>
>> TCP Listening on port 5900 failed
>> Unable to create listening port
>>
>> And then about registry some lines that I didnt write down and a 
line in Finnish language:
>>
>> "This function is only available in Win32"
>>
>> Jaakko
>>
>>
>>
>>> Jaakko,
>>>
>>> Connect Refused means that the remote computer is not
>>
>>
>> running anything
>>
>>> that is accepting VNC connections on the specified port
>>
>>
>> number - this
>>
>>> will be because the server is not listening.
>>>
>>> Try running the server in application mode, using:
>>>
>>> Winvnc4.exe "log=*:stderr:30"
>>>
 From a command-prompt, and look for error messages
>>
>>
>> regarding networking.
>>
>>> Wez @ RealVNC Ltd.
>>>
>>>
>>>
>>>
 -Original Message-
 From: Jaakko Saari [mailto:[EMAIL PROTECTED]
 Sent: 25 October 2004 15:25
 To: James Weatherall [EMAIL PROTECTED]
 Subject: Re: VNC and Windows 95

 I tried it now. The computer responds to Ping call but VNC doesn't 
work.

 Viewer says "connection refused"
 Should I use listening viewer?

 Jaakko



> Jaako,
>
> There is a tray icon update bug in the current release of
>>
>>
>> VNC 4.0 -
>>
> are you sure your server is not actually listening?
>
> Wez @ RealVNC Ltd.
>
>
>
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Jaakko Saari
>> Sent: 25 October 2004 05:35
>> To: [EMAIL PROTECTED]
>> Subject: VNC and Windows 95
>>
>> I have small Windows 95 box running as a server and I want


 to instal


>> Real VNC to it. I tried to do so but the installation


 complained about


>> missing DLL files. So I downloaded those files and could
>>
>>
>> finish the
>>
>> install. And I could start VNC.
>> But it says "Not accepting connections". Why? I tried pretty 
much everything but couldn't get it to


 accept any


>> connections.
>>
>> Jaakko
>> ___
>> VNC-List mailing list
>> [EMAIL PROTECTED]
>> To remove yourself from the list visit:
>> http://www.realvnc.com/mailman/listinfo/vnc-list
>
>
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
>
>
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: RE: Windows XP/98 Issue

2004-10-27 Thread John Aldrich
James... for support on TightVNC you can join the TightVNC list. I'm on both
lists myself... Here's the list subscription website for TightVNC:
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list

also, I don't know if you've checked it out, but there's a FAQ for
VNC/TightVNC (it's more related to "RealVNC" than Tight, but it's got
information on both) at:
http://faq.gotomyvnc.com/fom-serve/cache/1.html

-Original Message-
From: James Weatherall [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 26, 2004 6:16 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: RE: Windows XP/98 Issue


Jay,

TightVNC is a separate sourceforge project based on VNC.  It's possible that
the problem is therefore specific to that project.  If it's a more general
problem then the things to check are whether you can ping the '98 machine,
whether you can use telnet to connect to port 5900 and see "RFB 003.008",
etc. - the mailing list has many many copies in the archive of the various
steps required to diagnose connectivity issues.

Cheers,

Wez @ RealVNC Ltd.
 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: 26 October 2004 23:05
> To: James Weatherall
> Subject: Re: RE: Windows XP/98 Issue
> 
> Sorry! I'm not the expert on this stuff, so I stumble along 
> until someone rights me! I downloaded and installed "tightvnc 
> 1.2.9" and can't get the XP PC to even find the '98 machine 
> when using the TightVNC Server function. The IP address has 
> been confirmed, so that shouldn't be an issue. Any help is 
> gratefully appreciated!
> 
> -Jay
> > 
> > From: "James Weatherall" <[EMAIL PROTECTED]>
> > Date: 2004/10/26 Tue AM 07:04:55 EDT
> > To: <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>
> > Subject: RE: Windows XP/98 Issue
> > 
> > Jay,
> > 
> > There has never been a VNC Server 1.x release.  Are you 
> sure you are 
> > using a standard VNC server?
> > 
> > Cheers,
> > 
> > Wez @ RealVNC Ltd.
> > 
> > 
> > > I am unable to get a Windows XP machine to access a W98 
> PC utilizing 
> > > VNCserver (V 1.2.9). I have completly left the default settings 
> > > alone, and am having no luck at all. Any help would be greatly 
> > > appreciated!
> > > 
> > > 
> > > Jay Mancin
> > > Gainesville, GA  30506
> > > ___
> > > VNC-List mailing list
> > > [EMAIL PROTECTED]
> > > To remove yourself from the list visit:
> > > http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list