From LedHed's Wiki
Jump to: navigation, search
(Created page with '== 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>...')
 
(No difference)

Latest revision as of 02:57, 8 August 2012

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