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

Port Forwarding

Created by dave. Last edited by dave, 13 years and 108 days ago. Viewed 4,039 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Simple Port-Forwarding Rule On A Cisco ASA 5505

access-list outside_access_in extended permit tcp any interface outside eq 3389
static (inside,outside) tcp interface 3389 192.168.1.10 3389 netmask 255.255.255.255 
access-group outside_access_in in interface outside

Don't forget to write memory to make it permanent after you've tested it.

(>>Source)

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