Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using TridiaVNC with Cisco Router

Status
Not open for further replies.

tmCCNA

IS-IT--Management
Nov 20, 2002
65
0
0
US
I am using TridiaVNC viewer and server for desktop troubleshooting problems. If you are not familiar with it, it is a free remote desktop software that works great. It can be downloaded from Back to the question, at my home, I have a Cisco 806 Broadband router with a static IP address. I want to be able to control my home PC remotely and need my router to forward the request to my PC. I think this is called port forwarding. How can I do this? I would also like to be able to map a drive to the My Documents on my home PC. Any help would be greatly appreciated.

Travis McGuire
CCNA, Network+, A+
 

!
interface <Outside_interface>
ip address <ip_address> <netmask>
ip nat outside
!
interface ethernet0
ip address <LAN_IP> <netmask>
ip nat inside
!
ip nat inside source static tcp <internal_PC_address> <vnc_port> interface <external> <vnc_port>

As for drive mapping, not advisable without a VPN connection.

Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top