For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > ASA > 8.0 > Port Forwarding

Port Forwarding

Created by dave. Last edited by dave, 10 years and 363 days ago. Viewed 2,673 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
(2013-04-01)

Problem

Port-forward firewall outside, port 5000 to inside IP 192.168.1.100, port 8080.

Solution

conf t
static (inside,outside) tcp interface 5000 192.168.1.100 8080 netmask 255.255.255.255 0 0
access-list outside_acl extended permit tcp any host $OUTSIDEIP eq 8080
exit

(Change $OUTSIDEIP appropriately.)

This pre-supposes that the acl outside-acl is the active ACL for the outside interface.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt