|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 02/14/2009 at 12:34PM PST, ID: 24143975 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: |
ASA Config ostname asa5505 domain-name enable password passwd names ! interface Vlan1 nameif inside security-level 100 ip address 192.168.31.1 255.255.255.0 ! interface Vlan2 nameif outside security-level 0 ip address x.x.x.x 255.255.255.224 ! interface Vlan5 nameif dmz security-level 50 ip address 172.16.1.1 255.255.255.0 ! interface Ethernet0/0 switchport access vlan 2 ! interface Ethernet0/1 switchport access vlan 5 ! interface Ethernet0/2 switchport access vlan 5 ! interface Ethernet0/3 ! interface Ethernet0/4 ! interface Ethernet0/5 ! interface Ethernet0/6 ! interface Ethernet0/7 ! ftp mode passive clock timezone MST -7 clock summer-time MDT recurring dns server-group DefaultDNS domain-name ! access-list inside_access_in extended permit ip 192.168.31.0 255.255.255.0 any ! access-list dmz_access_in extended permit tcp host 172.16.1.3 any eq smtp ! access-list outside_access_in extended permit tcp any interface outside eq smtp access-list outside_access_in extended permit icmp any interface outside access-list outside_access_in extended permit tcp any interface outside eq smtp access-list outside_access_in extended permit tcp any interface outside eq 444 access-list outside_access_in extended permit tcp any interface outside eq 4125 access-list outside_access_in extended permit udp any interface outside eq 4125 access-list outside_access_in extended permit tcp any interface outside eq ldap access-list outside_access_in extended permit tcp any interface outside eq www access-list outside_access_in extended permit tcp any interface outside eq https access-list outside_access_in extended permit tcp any interface outside eq pptp access-list outside_access_in extended permit tcp any interface outside eq pop3 access-list outside_access_in extended permit udp any interface outside eq ntp ! access-list 101 extended permit ip 192.168.31.0 255.255.255.0 192.168.33.0 255.255.255.0 ! access-list 102 extended permit ip 192.168.31.0 255.255.255.0 192.168.32.0 255.255.255.0 ! access-list NoNAT extended permit ip 192.168.31.0 255.255.255.0 192.168.32.0 255.255.255.0 access-list NoNAT extended permit ip 192.168.31.0 255.255.255.0 192.168.33.0 255.255.255.0 access-list NoNAT extended permit ip 192.168.31.0 255.255.255.0 192.168.10.0 255.255.255.0 access-list NoNAT extended permit ip 192.168.31.0 255.255.255.0 192.168.20.0 255.255.255.0 access-list NoNAT extended permit ip 192.168.31.0 255.255.255.0 192.168.30.0 255.255.255.0 ! pager lines 24 logging asdm informational mtu inside 1500 mtu outside 1500 mtu dmz 1500 no failover icmp unreachable rate-limit 1 burst-size 1 asdm image disk0:/asdm-613.bin no asdm history enable arp timeout 14400 ! nat-control global (outside) 1 interface nat (inside) 0 access-list NoNAT nat (inside) 1 0.0.0.0 0.0.0.0 static (dmz,outside) tcp interface smtp 172.16.1.3 smtp netmask 255.255.255.255 static (inside,outside) tcp interface 444 192.168.31.5 444 netmask 255.255.255.255 static (inside,outside) tcp interface imap4 192.168.31.5 imap4 netmask 255.255.255.255 static (inside,outside) tcp interface 4125 192.168.31.5 4125 netmask 255.255.255.255 static (inside,outside) udp interface 4125 192.168.31.5 4125 netmask 255.255.255.255 static (inside,outside) tcp interface ldap 192.168.31.5 ldap netmask 255.255.255.255 static (inside,outside) tcp interface https 192.168.31.5 https netmask 255.255.255.255 static (inside,outside) tcp interface pptp 192.168.31.5 pptp netmask 255.255.255.255 static (inside,outside) tcp interface pop3 192.168.31.5 pop3 netmask 255.255.255.255 static (inside,outside) udp interface ntp 192.168.31.5 ntp netmask 255.255.255.255 static (inside,dmz) 192.168.31.0 192.168.31.0 netmask 255.255.255.0 ! access-group inside_access_in in interface inside access-group outside_access_in in interface outside access-group dmz_access_in in interface dmz ! route outside 0.0.0.0 0.0.0.0 192.168.1.1 1 route outside 0.0.0.0 0.0.0.0 x.x.x.193 1 route dmz 192.168.31.5 255.255.255.255 192.168.31.10 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute dynamic-access-policy-record DfltAccessPolicy aaa authentication ssh console LOCAL http server enable http 192.168.31.0 255.255.255.0 inside ! no snmp-server location no snmp-server contact snmp-server enable traps snmp authentication linkup linkdown coldstart ! crypto ipsec transform-set myset esp-3des esp-md5-hmac crypto ipsec security-association lifetime seconds 28800 crypto ipsec security-association lifetime kilobytes 4608000 ! crypto dynamic-map dynmap 30 set transform-set myset crypto dynamic-map dynmap 30 set security-association lifetime seconds 28800 crypto dynamic-map dynmap 30 set security-association lifetime kilobytes 4608000 ! crypto map transam 10 match address 101 crypto map transam 10 set peer site1 crypto map transam 10 set transform-set myset crypto map transam 10 set security-association lifetime seconds 28800 crypto map transam 10 set security-association lifetime kilobytes 4608000 ! crypto map transam 20 match address 102 crypto map transam 20 set peer site2 crypto map transam 20 set transform-set myset crypto map transam 20 set security-association lifetime seconds 28800 crypto map transam 20 set security-association lifetime kilobytes 4608000 ! crypto map transam 65000 ipsec-isakmp dynamic dynmap crypto map transam interface outside ! crypto isakmp enable outside ! crypto isakmp policy 10 authentication pre-share encryption 3des hash md5 group 2 lifetime 86400 ! crypto isakmp policy 20 authentication pre-share encryption 3des hash md5 group 2 lifetime 86400 ! telnet timeout 5 ! ssh 192.168.31.0 255.255.255.0 inside ssh 0.0.0.0 0.0.0.0 outside ssh timeout 5 ! console timeout 0 ! dhcpd auto_config outside ! dhcpd address 192.168.31.51-192.168.31.254 inside dhcpd dns 192.168.31.5 interface inside dhcpd wins 192.168.31.5 interface inside dhcpd lease 302400 interface inside ! threat-detection basic-threat threat-detection statistics access-list no threat-detection statistics tcp-intercept ! tunnel-group site2 type ipsec-l2l tunnel-group site2 ipsec-attributes pre-shared-key * ! tunnel-group site1 type ipsec-l2l tunnel-group site1 ipsec-attributes pre-shared-key * ! 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 policy-map type inspect dns pres parameters ! service-policy global_policy global prompt hostname context ! end PIX Config interface ethernet0 auto interface ethernet1 100full nameif ethernet0 outside security0 nameif ethernet1 inside security100 enable password passwd hostname domain-name ! fixup protocol dns maximum-length 512 fixup protocol ftp 21 fixup protocol h323 h225 1720 fixup protocol h323 ras 1718-1719 fixup protocol http 80 fixup protocol rsh 514 fixup protocol rtsp 554 fixup protocol sip 5060 fixup protocol sip udp 5060 fixup protocol skinny 2000 fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol tftp 69 ! names name 192.168.31.0 Calgary ! access-list 101 permit ip 192.168.33.0 255.255.255.0 Calgary 255.255.255.0 access-list NoNAT permit ip 192.168.33.0 255.255.255.0 Calgary 255.255.255.0 access-list NoNAT permit ip 192.168.33.0 255.255.255.0 192.168.30.0 255.255.255.0 access-list NoNAT permit ip Calgary 255.255.255.0 192.168.30.0 255.255.255.0 access-list NoNAT permit ip 192.168.33.0 255.255.255.0 192.168.10.0 255.255.255.0 access-list NoNAT permit ip Calgary 255.255.255.0 192.168.10.0 255.255.255.0 ! access-list outside_access_in permit icmp any any echo-reply access-list outside_access_in permit icmp any any time-exceeded ! access-list split_tunnel_acl permit ip Calgary 255.255.255.0 192.168.30.0 255.255.255.0 access-list split_tunnel_acl permit ip 192.168.33.0 255.255.255.0 192.168.30.0 255.255.255.0 ! pager lines 24 mtu outside 1500 mtu inside 1500 ! ip address outside x.x.x.x 255.255.255.248 ip address inside 192.168.33.1 255.255.255.0 ! ip audit info action alarm ip audit attack action alarm ! ip local pool clientpool 192.168.30.1-192.168.30.254 ! pdm location 192.168.33.0 255.255.255.0 inside pdm location 192.168.33.2 255.255.255.255 inside pdm location 192.168.30.0 255.255.255.0 outside pdm location Calgary 255.255.255.0 outside pdm location 0.0.0.0 255.255.255.255 outside pdm location 192.168.33.0 255.255.255.255 outside pdm location 192.168.33.0 255.255.255.0 outside pdm location 192.168.33.5 255.255.255.255 inside pdm history enable arp timeout 14400 ! global (outside) 1 interface nat (inside) 0 access-list NoNAT nat (inside) 1 0.0.0.0 0.0.0.0 0 0 access-group outside_access_in in interface outside route outside 0.0.0.0 0.0.0.0 x.x.x.x 80 route inside 192.168.30.0 255.255.255.0 192.168.33.1 1 route inside Calgary 255.255.255.0 192.168.33.1 1 ! timeout xlate 3:00:00 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00 timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout sip-disconnect 0:02:00 sip-invite 0:03:00 timeout uauth 0:05:00 absolute ! aaa-server TACACS+ protocol tacacs+ aaa-server TACACS+ max-failed-attempts 3 aaa-server TACACS+ deadtime 10 aaa-server RADIUS protocol radius aaa-server RADIUS max-failed-attempts 3 aaa-server RADIUS deadtime 10 aaa-server LOCAL protocol local ! http server enable http 192.168.33.0 255.255.255.0 inside ! no snmp-server location no snmp-server contact snmp-server community public no snmp-server enable traps floodguard enable ! sysopt connection permit-ipsec ! crypto ipsec transform-set myset esp-3des esp-md5-hmac crypto dynamic-map dynmap 30 set transform-set myset ! crypto map transam 10 ipsec-isakmp crypto map transam 10 match address 101 crypto map transam 10 set peer x.x.x.x crypto map transam 10 set transform-set myset crypto map transam 65000 ipsec-isakmp dynamic dynmap crypto map transam interface outside ! isakmp enable outside isakmp key * address x.x.x.x netmask 255.255.255.255 isakmp identity address isakmp nat-traversal 20 ! isakmp policy 10 authentication pre-share isakmp policy 10 encryption 3des isakmp policy 10 hash md5 isakmp policy 10 group 2 isakmp policy 10 lifetime 86400 ! vpngroup * address-pool clientpool vpngroup * dns-server 192.168.33.1 vpngroup * default-domain vpngroup * split-tunnel split_tunnel_acl vpngroup * idle-time 1000 vpngroup * password * ! telnet timeout 5 ! ssh 0.0.0.0 0.0.0.0 outside ssh x.x.x.x 255.255.255.255 outside ssh 192.168.33.0 255.255.255.0 inside ssh timeout 5 ! management-access inside console timeout 0 ! dhcpd address 192.168.33.30-192.168.33.61 inside dhcpd dns x dhcpd lease 3600 dhcpd ping_timeout 100 dhcpd auto_config outside dhcpd enable inside dhcprelay timeout 60 ! terminal width 80 end |
Advertisement