RE: Port forwarding on Cisco 2620 router!

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin
Date:  
To: plug-discuss
Subject: RE: Port forwarding on Cisco 2620 router!
On Sat, 2004-11-06 at 17:57, Sanjay Darisi wrote:
> ip nat outside source static routerip 3389 internalwindozeIP 3389


Very close... ;-) Try "ip nat inside..." instead of "ip nat
outside...". You need need to specify "tcp" after the word static in
order for the router to redirect specific ports. Also, specify the
inside address first, then the outside address second.

Like this:
ip nat inside source static tcp outsideip 3389 insideip 3389

Also, make sure you have "ip nat inside" on the inside interface and "ip
nat outside" on the outside interface.

Hope that helps,
...Kevin




---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss