|
[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: |
access-list VPN_ACL extended permit ip any 192.168.253.0 255.255.255.0
access-list VPN_SplitTunnel_ACL standard permit 10.0.0.0 255.255.255.0
access-list NoNAT_ACL extended permit ip 10.0.0.0 255.255.255.0 192.168.253.0 255.255.255.0
ip local pool VPNpool 192.168.253.1-192.168.253.250 mask 255.255.255.255
global (outside) 1 interface
nat (inside) 0 access-list NoNAT_ACL
nat (inside) 1 0.0.0.0 0.0.0.0
crypto ipsec transform-set IPsec_Windows esp-3des esp-sha-hmac
crypto ipsec transform-set IPsec_Windows mode transport
crypto ipsec transform-set IPsec_iPhone esp-3des esp-md5-hmac
crypto dynamic-map dyno 10 set transform-set IPsec_Windows IPsec_iPhone
crypto dynamic-map dyno 20 set transform-set IPsec_iPhone
crypto map IPsec_map 20 ipsec-isakmp dynamic dyno
crypto map IPsec_map interface outisde
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 sha
group 2
lifetime 86400
crypto isakmp nat-traversal 300
group-policy VPNusers internal
group-policy VPNusers attributes
dns-server value 10.0.0.2
vpn-tunnel-protocol IPsec l2tp-ipsec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value VPN_SplitTunnel_ACL
default-domain value dev.cwi.local
split-dns value 10.0.0.2
tunnel-group VPNusers type remote-access
tunnel-group VPNusers general-attributes
address-pool VPNpool
authentication-server-group VPN-aaa
default-group-policy VPNusers
tunnel-group VPNusers ipsec-attributes
pre-shared-key *
tunnel-group VPNusers ppp-attributes
authentication ms-chap-v2
|
Advertisement
| Hall of Fame |