02-23-2004 03:06 PM - edited 02-20-2020 09:23 PM
I have a Cisco 1605 router. OS version is 12.0. I have a NAT in place. I have used access-list to allow and deny access to the internet to some workstations. What syntax should I use to allow me access to a workstation using PC Anywhere from outside the LAN through the internet? We have static IP addresses.
2. How can I provide access to AOL.COM web site to all my desktops. Thank you.
02-24-2004 02:23 PM
Here is what you need to do for PcAnywhere to work with NAT:
ip nat inside source static tcp
ip nat inside source static udp
This is going to statically map the default PcAnywhere ports of 5631 and 5632 to ones that you create - 5030, and 5031 in this case. If you only want to do this for one PC then these are the only lines you need to put in your NAT table on the router for that PC. If you want to allow many people to PcAnywhere, then you need to do a pair of commands like this for every user giving them all different ports to use. Just make sure your IP's are right.
Then you just need to go to the PcAnywhere host and change the ports in the host properties to listen on those new ports you are using. (5030, 5031)
02-27-2004 11:52 AM
Mr. Abruso, thank you. Assuming I do not know th IP address of the external PC, how can I allow any IP address- perharps a wild card statement?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide