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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ports and 2600

Status
Not open for further replies.

jpapanik

Technical User
Mar 20, 2002
27
0
0
US
Hello all,

I have run in yet another situation with my router. The router does NAT to my internal network. However the issue is that I am trying to map a specific port from a computer inside to a port in the router.
ie
Port 3423 on inside computer to port 119 on the router.

Any idea how I can do that? I am running IOS 12.2. Thank you in advance.

jpapanik
 
To configure NAT to redirect to another port, try;

ip nat inside source static tcp [source ip] [source port] [destination ip] [destination port]

JimmyZ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top