cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
794
Views
0
Helpful
1
Replies

port forward port 5001 to internal ip address

borderblaster
Level 1
Level 1

Hi all,

I have a cisco 837. It is connected to a adsl broadband connection. I would like to configure it so that when I connect to it from remotely (from work) on port 5001 it will forward to an internal ip address 90.0.1.200.

The application is a streaming media app. So I will point the app at work to by external ip address port 5001 and then the router should except the connection and port forward it to ip address 90.0.1.200 port 5001.

1 Reply 1

Brian Meade
Level 7
Level 7

ip nat outside source static tcp x.x.x.x 5001 90.0.1.200 5001

ip nat outside source static udp x.x.x.x 5001 90.0.1.200 5001

x.x.x.x = public ip address

This will work if you already have NAT correctly set up. You may only need either tcp or udp.

Review Cisco Networking products for a $25 gift card