Advertisement
| Hall of Fame |
|
[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. |
||
| Question |
|
[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: 370: 371: 372: 373: 374: 375: 376: 377: 378: |
---------- Config. 1 ------------------------------------- : Saved : Written by enable_15 at 11:08:36.359 EST Tue Jul 1 2008 ! ASA Version 7.0(7) ! hostname SYDASA01 domain-name domain.com enable password XXXX encrypted names name X.X.X.X GXS_Server description GXS VPN Server name 172.16.16.1 ISA_Server description Internal ISA Server dns-guard ! interface Ethernet0/0 description UNUSED Connection shutdown nameif outside1 security-level 0 ip address X.X.X.X 255.255.255.252 ! interface Ethernet0/1 description Internet Connection nameif outside2 security-level 0 ip address X.X.X.X 255.255.255.252 ! interface Ethernet0/2 description Internal (DMZ Network) nameif inside security-level 100 ip address 172.16.16.2 255.255.255.0 ! interface Management0/0 description Management Port Only nameif management security-level 0 ip address 10.10.10.1 255.255.255.248 management-only ! passwd XXXX encrypted ftp mode passive clock timezone EST 10 clock summer-time EDT recurring last Sun Oct 2:00 last Sun Mar 3:00 object-group service WebAccess tcp description HTTP/HTTPS access port-object eq www port-object eq https object-group service DNS tcp-udp description DNS Group port-object range domain domain object-group service GXS_TCP tcp description Group for GXS TCP Protocols port-object range 264 264 object-group service GXS_UDP udp description Group for GXS UDP Protocols port-object range 2746 2746 port-object range isakmp isakmp access-list outside2_access_in remark Allow Inbound HTTP Access to ISA Server only. access-list outside2_access_in extended permit tcp any interface outside2 eq www access-list outside2_access_in remark Allow Inbound SMTP (TCP 25) Access to ISA Server only. access-list outside2_access_in extended permit tcp any eq smtp interface outside2 eq smtp access-list outside2_access_in remark Allow Inbound HTTPS (TCP 443) Access to ISA Server only. access-list outside2_access_in extended permit tcp any interface outside2 eq https access-list inside_access_in remark Allow SMTP Outbound (TCP 25) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server any eq smtp access-list inside_access_in remark Allow DNS Outbound (UDP 53) from ISA Server only. access-list inside_access_in extended permit udp host 172.16.16.10 any eq domain access-list inside_access_in remark Allow Web Access Outbound (HTTP/HTTPS) from ISA Server only. access-list inside_access_in extended permit tcp 172.16.16.0 255.255.255.0 any object-group WebAccess access-list inside_access_in remark Allow Outbound FTP (TCP 23) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server any eq ftp access-list inside_access_in remark Allow NTP Outbound (UDP 123) from ISA Server only. access-list inside_access_in extended permit udp host ISA_Server any eq ntp access-list inside_access_in remark Allow Outbound GXS VPN Connection TCP Rule (TCP 264) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server host GXS_Server object-group GXS_TCP access-list inside_access_in remark Allow Outbound GXS VPN Connection UDP Rule (UDP 500/2746) from ISA Server only. access-list inside_access_in extended permit udp host ISA_Server host GXS_Server object-group GXS_UDP access-list inside_access_in extended permit ip 172.16.16.0 255.255.255.0 192.168.118.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip any 172.16.16.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip 172.16.16.0 255.255.255.0 192.168.118.0 255.255.255.0 pager lines 24 logging enable logging timestamp logging asdm informational logging from-address sydasa01@domain.com logging recipient-address administrator@domain.com level errors logging device-id hostname logging host inside 192.168.18.67 mtu outside1 1500 mtu outside2 1500 mtu inside 1500 mtu management 1500 ip local pool TS_VPN_ADD_POOL 192.168.118.100-192.168.118.149 mask 255.255.255.0 asdm image disk0:/asdm-507.bin asdm location GXS_Server 255.255.255.255 outside2 asdm location ISA_Server 255.255.255.255 inside asdm location 172.16.16.0 255.255.255.0 outside2 asdm location 192.168.118.0 255.255.255.0 outside2 no asdm history enable arp timeout 14400 nat-control global (outside2) 10 interface nat (outside2) 10 0.0.0.0 0.0.0.0 nat (inside) 0 access-list inside_nat0_outbound nat (inside) 10 172.16.16.0 255.255.255.0 static (inside,outside2) tcp interface www ISA_Server www netmask 255.255.255.255 static (inside,outside2) tcp interface smtp ISA_Server smtp netmask 255.255.255.255 static (inside,outside2) tcp interface https ISA_Server https netmask 255.255.255.255 access-group outside2_access_in in interface outside2 access-group inside_access_in in interface inside route outside2 0.0.0.0 0.0.0.0 X.X.X.X 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 timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout uauth 0:05:00 absolute group-policy TS_VPN_GRP internal group-policy TS_VPN_GRP attributes dns-server value 172.16.16.10 default-domain value domain.com webvpn username T-User password XXXX encrypted privilege 0 username T-User attributes vpn-group-policy TS_VPN_GRP webvpn http server enable http 10.10.10.0 255.255.255.248 management no snmp-server location no snmp-server contact snmp-server enable traps snmp authentication linkup linkdown coldstart crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac crypto dynamic-map outside2_dyn_map 20 set transform-set ESP-3DES-SHA crypto map outside2_map 65535 ipsec-isakmp dynamic outside2_dyn_map crypto map outside2_map interface outside2 isakmp enable outside2 isakmp policy 10 authentication pre-share isakmp policy 10 encryption 3des isakmp policy 10 hash sha isakmp policy 10 group 2 isakmp policy 10 lifetime 86400 tunnel-group TS_VPN_GRP type ipsec-ra tunnel-group TS_VPN_GRP general-attributes address-pool TS_VPN_ADD_POOL default-group-policy TS_VPN_GRP tunnel-group TS_VPN_GRP ipsec-attributes pre-shared-key Terminal-User-951 telnet timeout 5 ssh timeout 5 console timeout 5 dhcpd address 172.16.16.20-172.16.16.99 inside dhcpd dns 172.16.16.10 dhcpd lease 3600 dhcpd ping_timeout 50 dhcpd domain domain.com dhcpd option 3 ip 172.16.16.2 dhcpd enable inside ! class-map inspection_default match default-inspection-traffic ! ! policy-map global_policy class inspection_default inspect dns maximum-length 512 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.18.1 Cryptochecksum:d5000242a22ff2b8b6447648822c6361 : end ---------- Config. 2 ------------------------------------- : Saved : Written by enable_15 at 15:35:18.170 EST Tue Jul 1 2008 ! ASA Version 7.0(7) ! hostname SYDASA01 domain-name domain.com enable password XXXX encrypted names name X.X.X.X GXS_Server description GXS VPN Server name 172.16.16.1 ISA_Server description Internal ISA Server dns-guard ! interface Ethernet0/0 description UNUSED Connection shutdown nameif outside1 security-level 0 ip address X.X.X.X 255.255.255.252 ! interface Ethernet0/1 description Internet Connection nameif outside2 security-level 0 ip address X.X.X.X 255.255.255.252 ! interface Ethernet0/2 description Internal (DMZ Network) nameif inside security-level 100 ip address 172.16.16.2 255.255.255.0 ! interface Management0/0 description Management Port Only nameif management security-level 0 ip address 10.10.10.1 255.255.255.248 management-only ! passwd XXXX encrypted ftp mode passive clock timezone EST 10 clock summer-time EDT recurring last Sun Oct 2:00 last Sun Mar 3:00 object-group service WebAccess tcp description HTTP/HTTPS access port-object eq www port-object eq https object-group service DNS tcp-udp description DNS Group port-object range domain domain object-group service GXS_TCP tcp description Group for GXS TCP Protocols port-object range 264 264 object-group service GXS_UDP udp description Group for GXS UDP Protocols port-object range 2746 2746 port-object range isakmp isakmp access-list outside2_access_in remark Allow Inbound HTTP Access to ISA Server only access-list outside2_access_in extended permit tcp any interface outside2 eq www access-list outside2_access_in remark Allow Inbound SMTP (TCP 25) Access to ISA Server only. access-list outside2_access_in extended permit tcp any eq smtp interface outside2 eq smtp access-list outside2_access_in remark Allow Inbound HTTPS (TCP 443) Access to ISA Server only. access-list outside2_access_in extended permit tcp any interface outside2 eq https access-list inside_access_in remark Allow SMTP Outbound (TCP 25) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server any eq smtp access-list inside_access_in remark Allow DNS Outbound (UDP 53) from DNS Server only. access-list inside_access_in extended permit udp host 192.168.18.1 any eq domain access-list inside_access_in remark Allow DNS Outbound (UDP 53) from WIN2K3 Server only. access-list inside_access_in extended permit udp host 172.16.16.10 any eq domain access-list inside_access_in remark Allow Web Access Outbound (HTTP/HTTPS) from perimeter network only. access-list inside_access_in extended permit tcp 172.16.16.0 255.255.255.0 any object-group WebAccess access-list inside_access_in remark Allow Outbound FTP (TCP 23) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server any eq ftp access-list inside_access_in remark Allow NTP Outbound (UDP 123) from ISA Server only. access-list inside_access_in extended permit udp host ISA_Server any eq ntp access-list inside_access_in remark Allow Outbound GXS VPN Connection TCP Rule (TCP 264) from ISA Server only. access-list inside_access_in extended permit tcp host ISA_Server host GXS_Server object-group GXS_TCP access-list inside_access_in remark Allow Outbound GXS VPN Connection UDP Rule (UDP 500/2746) from ISA Server only. access-list inside_access_in extended permit udp host ISA_Server host GXS_Server object-group GXS_UDP access-list inside_access_in extended permit ip 192.168.18.0 255.255.255.0 192.168.118.0 255.255.255.0 access-list inside_access_in extended permit ip 172.16.16.0 255.255.255.0 192.168.118.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip any 172.16.16.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip 172.16.16.0 255.255.255.0 192.168.118.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip 192.168.18.0 255.255.255.0 192.168.118.0 255.255.255.0 access-list inside_nat0_outbound extended permit ip 192.168.118.0 255.255.255.0 192.168.118.0 255.255.255.0 pager lines 24 logging enable logging timestamp logging asdm informational logging from-address sydasa01@domain.com logging recipient-address administrator@domain.com level errors logging device-id hostname logging host inside 192.168.18.67 mtu outside1 1500 mtu outside2 1500 mtu inside 1500 mtu management 1500 ip local pool TS_VPN_ADD_POOL 192.168.118.100-192.168.118.149 mask 255.255.255.0 asdm image disk0:/asdm-507.bin asdm location GXS_Server 255.255.255.255 outside2 asdm location ISA_Server 255.255.255.255 inside asdm location 172.16.16.0 255.255.255.0 outside2 asdm location 192.168.118.0 255.255.255.0 outside2 no asdm history enable arp timeout 14400 nat-control global (outside2) 10 interface nat (outside2) 10 0.0.0.0 0.0.0.0 nat (inside) 0 access-list inside_nat0_outbound nat (inside) 10 172.16.16.0 255.255.255.0 nat (inside) 10 192.168.18.0 255.255.255.0 static (inside,outside2) tcp interface www ISA_Server www netmask 255.255.255.255 static (inside,outside2) tcp interface smtp ISA_Server smtp netmask 255.255.255.255 static (inside,outside2) tcp interface https ISA_Server https netmask 255.255.255.255 access-group outside2_access_in in interface outside2 access-group inside_access_in in interface inside route outside2 0.0.0.0 0.0.0.0 X.X.X.X 1 route inside 0.0.0.0 0.0.0.0 172.16.16.1 tunneled route inside 192.168.18.0 255.255.255.0 ISA_Server 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 timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout uauth 0:05:00 absolute group-policy TS_VPN_GRP internal group-policy TS_VPN_GRP attributes dns-server value 192.168.18.1 default-domain value domain.com webvpn username T-User password XXXXX encrypted privilege 0 username T-User attributes vpn-group-policy TS_VPN_GRP webvpn http server enable http 10.10.10.0 255.255.255.248 management no snmp-server location no snmp-server contact snmp-server enable traps snmp authentication linkup linkdown coldstart crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac crypto dynamic-map outside2_dyn_map 20 set transform-set ESP-3DES-SHA crypto map outside2_map 65535 ipsec-isakmp dynamic outside2_dyn_map crypto map outside2_map interface outside2 isakmp enable outside2 isakmp policy 10 authentication pre-share isakmp policy 10 encryption 3des isakmp policy 10 hash sha isakmp policy 10 group 2 isakmp policy 10 lifetime 86400 tunnel-group TS_VPN_GRP type ipsec-ra tunnel-group TS_VPN_GRP general-attributes address-pool TS_VPN_ADD_POOL default-group-policy TS_VPN_GRP tunnel-group TS_VPN_GRP ipsec-attributes pre-shared-key Terminal-User-951 telnet timeout 5 ssh timeout 5 console timeout 5 dhcpd address 172.16.16.20-172.16.16.99 inside dhcpd dns 172.16.16.10 dhcpd lease 3600 dhcpd ping_timeout 50 dhcpd domain domain.com dhcpd option 3 ip 172.16.16.2 dhcpd enable inside ! class-map inspection_default match default-inspection-traffic ! ! policy-map global_policy class inspection_default inspect dns maximum-length 512 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.18.1 Cryptochecksum:c8604d70e8a23e3cf7be74222c6ce6c1 : end |