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

Help plz, how do I map 129.34.11.12 port 81 to 10.5.1.3 port 80

Status
Not open for further replies.

yuina

Technical User
Joined
Sep 21, 2006
Messages
4
Location
US
Hi I need people to type
to be directed to 10.5.1.3 port 80
basically to an internal web server.

how do I do that?
I tried this but didnt work
static (inside,outside) tcp 129.34.11.12 81 10.5.1.3 80 netmask 255.255.255.255 0 0

Thank you
 
Access List???, if you post the full config too...

AJ

===

Fatman Superstar (Andrew James)

CCNA
 
static (inside,outside) tcp 129.34.11.12 81 10.5.1.3 80 netmask 255.255.255.255 0 0

and you will need to add this line to your outside ACL

access-list [outside-in] permit tcp any host 129.34.11.12 eq 81


Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top