davidg1301 wrote:
Thanks Dave and dred_lukz29 for your on-going input.
To clarify the setup:
RealVNC Server (Personal) is running on PC1 IP address 192.168.2. The second PC does not have any VNC software running at all. Its address is 192.168.5. Using a third PC (laptop) and running VNC Viewer, I enter the INternet IP of my router (or the internal IP 192.168.2) and I can connect happily to PC 1. In order to connect to the second PC in the VNC Viewer console you enter 192.168.2:1
I can't tell if these are typos or if ths is the problem.
You state that 192.168.1.2 is PC1 IP address, then you state it is the router address.
This line here also is confusing:
"In order to connect to the second PC in the VNC Viewer console you enter 192.168.2:1".
That would be incorrect because the second computer IP address will not be the same as the first computer.
I'll try to explain, please forgive me if this is just my confusion.
I'm going to make up some numbers here, they may or may not be your internal IP addresses.
The router is the gateway, lets say it is 192.168.1.1
Lets say computer 1 is 192.168.1.2 (it's running VNC on the default port5900)
Lets say computer 2 is 192.168.1.3 (it's running VNC on port 5901)
Computer 3 has VNC viewer, it doesn't matter what the IP address is.
To connect into computer 1 the address would be: 192.168.1.2 (thats all you need since it is the default port).
To connect into computer 2 the address would be: 192.168.1.3:1 (note that is the address of the second computer, not the router or the gateway).
Without using VNC at ll, computer 3 should also be able to ping the other computers by opening up a command prompt.
ping 192.168.1.2 (should get 4 good replies from computer 1)
ping 192.168.1.3 (should get 4 good replies from the second computer).
Port fowarding in the router will only be used when a connection is made from the internet, from outside your home network.
There is no such thing as forwarding ports "inside" a network. It also should not be necessary to open any ports in the firewall because your systems should be set for shared or full trust.
Sorry If I misunderstood.
Dave