cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
0
Helpful
2
Replies

NAT Port Forwarding Cammand

jtatum_mcse
Level 1
Level 1

I have a Cisco 1605 running IOS 12.1.T and I want to forward pcAnywhere ports 5631(tcp) and 5632(udp) to interanl static IP of 192.168.1.11 with WAN IP of 63.243.20.218.... HELP Please be specific in replys for I know very little. I know how to get to config t to enter the command. THANKS

2 Replies 2

tepatel
Cisco Employee
Cisco Employee

You need "ip nat inside" under the interface on which you will reach 192.168.1.11 and "ip nat outside" under the WAN interface with the

global config command is like this to do static port mapping

ip nat inside source static tcp 192.168.1.11 5631 63.243.20.218 5631 extendable

ip nat inside source static udp 192.168.1.11 5632 63.243.20.218 5632 extendable

For more information pl. visit

http://www.cisco.com/warp/public/794/827spat.html

where static port mapping form outside to inside tcp port 80 is explained for the internal web server..Thx..Tejal

Thanks so much!! I will try it. Is there a generic way to test by pinging say 63.243.20.218:5631

Also, is there a way to list static routes that I have setup on the router? I need to be able to disable these ports also.... what is the best way to take out the PAT statements? THANKS!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: