

- #Vnc viewer for mac home end key full#
- #Vnc viewer for mac home end key Pc#
- #Vnc viewer for mac home end key windows#
I would like to acheive this with the Mac, and although I can get it to connect via the VPN web client (via Firefox) and create a tunnel, I am not able to either ping/remote desktop to the PC on 192.168.1.8 or use screen sharing to the Mac on 192.168.1.102.įrom what I have been able to understand so far, I think this may be to do with the route table on the Macbook Air? My problem is that I don't understand how it should be configured and the details about this on that I've found on the web have been too technical. and the RVL200 creates a tunnel allowing me to ping & remote desktop to the PC on 192.168.1.8 and now access the Mac via TightVNC viewer. I am now working remotely and trying to access the Mac on 192.168.1.102 and PC on 192.168.1.8 ideally from the Macbook Air and, as a backup device, from a Vista laptop. I have purchased and configured a Cisco/Linksys RVL200 router for the local network as it supports SSL VPN. However, I want to be able to access the network remotely while I am away with my Macbook Air using screen share to the mac on 192.168.1.102 and remote desktop to the PC on 192.168.1.8. This all works fine when I am on that local network and I access that Mac from the other Macs using screen sharing and the PC via remote desktop on the macs. One of the local PC's has an IP address of 192.168.1.8. One particular local Mac I want to access via Mac to Mac screen share has an IP address 192.168.1.102. I have a local network with several macs and PCs.

(I am trying to improve my knowledge of Port Forwarding and Route Tables as I think this may be the key). Just to clarify what I am trying to do in case it helps anyone else with the same problem or anyone can suggest a better/easier way. *Really appreciated*.ījörn - Yes, setting that flag has worked and enabled me to access the Mac from a PC just like Mac to Mac screen sharing. 1.8.Thanks for the help & suggestions with this one. Once the ssh tunnel has been set up, you run the vnc client on the local machine and connect to the server localhost:59XX. You can use either the hostname or the IP address to connect to stefan. You need to replace YYYYSPPP with the program number you have been assigned, for example 2015A001. Note 1: tunnel L59XX localhost:59YY forwards port 59XX on the localhost to port 59YY on the remote host.Click 'Open' to begin the ssh session and log into stefan using a guest account.To save the settings, type a name under 'Saved Sessions' and click 'Save'.
#Vnc viewer for mac home end key full#

#Vnc viewer for mac home end key windows#
The ssh tunnel is created on a windows machine using the following steps, assuming putty is installed: This example opens the session on stefan:9. In two terminals on the local client machine: ssh -L 5901:localhost:5909 vncviewer localhost:5901 It is very important that you not start the vnc client in the same terminal that is logged into stefan, as it will be extremely slow due to the fact that the vnc client is being exported from stefan to your local host. Once the ssh tunnel has been set up, you run the vnc client on the local machine from a second terminal or from the menus, and connect to the server localhost:59XX. It can slow things down on a fast connection. -L 59XX:localhost:59YY: forwards port 59XX on the localhost to port 59YY on the remote host.-g: allows remote host to connect to local forwarded ports.The ssh tunnel is created on a linux machine using the following command: ssh -X -Y -C -g -L 59XX:localhost:59YY -X: enables X11 forwarding
