10-23-2006 12:42 PM
I have a Cisco 2621XM Router running IOS version 12.3(16). The router has 2 ethernet interfaces. 1 is connected to a cable modem and the other is connected to the internal LAN switch. I am trying to setup the router to forward packets coming in on a certain TCP port to a certain server. VNC is what I'm trying to use.
For example: Anything coming in on TCP port 5959 from the cable internet should go to 172.16.0.17 port 5959.
Thanks!
Solved! Go to Solution.
10-23-2006 01:27 PM
Assuming you have NAT turned on and Ethernet0 is your outside interface here's an example.
ip nat inside source static tcp 172.16.0.17 5959 interface Ethernet0 5959
10-23-2006 01:27 PM
Assuming you have NAT turned on and Ethernet0 is your outside interface here's an example.
ip nat inside source static tcp 172.16.0.17 5959 interface Ethernet0 5959
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