Result of the command: "show running-config" : Saved : ASA Version 8.0(3) ! hostname ciscoasa domain-name abcdefg.com enable xxxxxxxxx encrypted names ! interface Ethernet0/0 shutdown nameif outside security-level 0 ip address 172.16.1.2 255.255.255.0 ! interface Ethernet0/1 nameif inside security-level 100 ip address 192.168.0.3 255.255.255.0 ! interface Ethernet0/2 nameif DMZ security-level 50 ip address 192.168.154.1 255.255.255.0 ! interface Ethernet0/3 shutdown no nameif no security-level no ip address ! interface Management0/0 nameif management security-level 100 ip address 192.168.1.1 255.255.255.0 management-only ! passwd xxxxxxxxx encrypted ftp mode passive clock timezone MST -7 clock summer-time MDT recurring dns domain-lookup inside dns domain-lookup outside dns server-group DefaultDNS name-server xxx.xxx.86.6 domain-name abcdefg.com object-group service DM_INLINE_SERVICE_1 service-object tcp eq www service-object tcp eq https service-object tcp eq smtp service-object udp eq domain object-group service DM_INLINE_TCP_1 tcp port-object eq www port-object eq https access-list External_access_in extended permit icmp host xxx.xxx.130.20 host 172.16.1.2 echo-reply access-list External_access_in extended permit object-group DM_INLINE_SERVICE_1 any host 172.16.1.135 inactive access-list External_access_in extended permit tcp any host 172.16.1.136 object-group DM_INLINE_TCP_1 inactive access-list External_access_in extended permit ip any host 172.16.1.8 inactive access-list External_access_in extended permit ip any host 67.50.154.207 inactive access-list outbound extended permit ip 192.168.0.0 255.255.255.0 any -----snipped arp timeout 14400 nat-control global (inside) 10 interface global (DMZ) 5 interface global (outside) 1 interface nat (inside) 1 192.168.0.0 255.255.255.0 nat (DMZ) 1 192.168.154.0 255.255.255.0 static (outside,inside) 172.16.1.8 192.168.0.8 netmask 255.255.255.255 static (outside,inside) 172.16.1.135 192.168.0.4 netmask 255.255.255.255 static (outside,inside) 172.16.1.24 192.168.0.24 netmask 255.255.255.255 static (DMZ,inside) 192.168.154.7 67.50.154.207 netmask 255.255.255.255 static (DMZ,outside) 67.50.154.207 192.168.154.7 netmask 255.255.255.255 static (DMZ,inside) 192.168.154.6 172.16.1.135 netmask 255.255.255.255 static (DMZ,outside) 172.16.1.135 192.168.154.6 netmask 255.255.255.255 static (DMZ,inside) 192.168.154.2 172.16.1.136 netmask 255.255.255.255 static (DMZ,outside) 172.16.1.136 192.168.154.2 netmask 255.255.255.255 static (inside,inside) 192.168.0.8 172.16.1.8 netmask 255.255.255.255 static (inside,outside) 172.16.1.8 192.168.0.8 netmask 255.255.255.255 static (inside,inside) 192.168.0.24 172.16.1.24 netmask 255.255.255.255 static (inside,outside) 172.16.1.24 192.168.0.24 netmask 255.255.255.255 static (inside,inside) 192.168.0.4 172.16.1.135 netmask 255.255.255.255 static (outside,DMZ) 172.16.1.135 192.168.154.6 netmask 255.255.255.255 static (outside,DMZ) 172.16.1.136 192.168.154.2 netmask 255.255.255.255 static (outside,DMZ) 192.168.154.7 67.50.154.207 netmask 255.255.255.255 access-group outbound in interface inside access-group External_access_in in interface outside route outside 0.0.0.0 0.0.0.0 172.16.1.1 1 route inside 129.0.0.0 255.255.255.0 192.168.0.2 1 timeout xlate 3:00:00 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02 timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00 timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00 timeout uauth 0:05:00 absolute dynamic-access-policy-record DfltAccessPolicy http server enable http 192.168.0.0 255.255.255.0 inside http 192.168.1.0 255.255.255.0 management no snmp-server location no snmp-server contact snmp-server enable traps snmp authentication linkup linkdown coldstart crypto ca server shutdown no crypto isakmp nat-traversal vpn-addr-assign local reuse-delay 5 telnet timeout 5 ssh 192.168.0.0 255.255.255.0 inside ssh timeout 5 console timeout 0 dhcpd address 192.168.1.2-192.168.1.254 management dhcpd enable management ! dhcpd address 192.168.0.100-192.168.0.105 inside dhcpd dns 207.173.86.6 interface inside dhcpd enable inside ! dhcpd address 192.168.154.20-192.168.154.21 DMZ dhcpd dns 207.173.86.6 interface DMZ dhcpd enable DMZ ! threat-detection basic-threat threat-detection statistics access-list ! class-map inspection_default match default-inspection-traffic ! ! policy-map type inspect dns preset_dns_map parameters message-length maximum 512 policy-map global_policy class inspection_default inspect dns preset_dns_map inspect ftp inspect h323 h225 inspect h323 ras inspect rsh inspect rtsp inspect esmtp inspect sqlnet inspect skinny inspect sunrpc inspect xdmcp inspect sip inspect netbios inspect tftp ! service-policy global_policy global smtp-server 192.168.0.4 prompt hostname context Cryptochecksum:aa8963344ba3c92798a179d6d1240969 : end