Ok, I think I had that much figured out. The ACL is the part that was giving me trouble, I don't know how to write, and then how to apply it on the right interface.
Main Topics
Browse All TopicsI have an ASA 5505, with running NAT/PAT with Vlan1 (inside) and Vlan2 (outside). Inside is connected to the LAN, Outside is connected to the Internet. This works fine, LAN hosts can access the Internet through the ASA.
I want to figure out how to do port forwarding through the ASA so I can map ports on my 1 public IP to internal hosts. Ex. public port 25 to 192.168.1.5:25, public port 80 to 192.168.1.6:80, etc. I think I need to add static nat commands along with the appropriate access lists, but I've been tinkering for a few hours and can't seem to get it working.
The ASA is running s/w version 7.2.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
for more reference how you can use this command in advanced manner check this :
http://www.cisco.com/en/US
Old Link above see http://www.petenetlive.com
Business Accounts
Answer for Membership
by: charan_jeetsinghPosted on 2007-05-10 at 21:35:42ID: 19070144
simple;
static (inside, outside) tcp inerface outside_tcp_port <local server ip> inside_tcp-port
then you need to write ACL to accept connections on your outside interface for that port and apply to outside interface.