From LedHed's Wiki
Revision as of 02:57, 8 August 2012 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Create the Static NAT

static (DMZ,Outside) <WAN_IP> <DMZ_SERVER_IP> netmask 255.255.255.255


Create the ACL

access-list 100 extended permit tcp any host <WAN_IP> eq 25


Assign the ACL

access-group 100 in interface outside


Reference

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080862017.shtml