[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.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

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!

8.1

PIX 8.0.3 site-to-site VPN disconnects remote VPN clients

Asked by rschoebel in Cisco PIX Firewall, Virtual Private Networking (VPN), IPSec Security Protocol

Tags: Cisco, PIX 515, PIX 8.0.3, command line configuration help

I'm trying to establish a site-to-site VPN between a PIX515 image 8.0.3 and a PIX501.

I have configured Cisco VPN client access using the configurationin the snipit window and it works.

However when I try adding the following commands to establish a site-to-site VPN all VPN clients are disconnected. When they try reconnecting they successfully authenticate with IAS, but fail in "securing the communications channel".

crypto ipsec transformset STRONG esp3des espmd5hmac
crypto map outside_map 20 match address JLG_VPN
crypto map outside_map 20 set peer 100.20.20.10
crypto map outside_map 20 set transformset STRONG
>>>>crypto map outside_map interface outside<<<<<<     This line disconnects all VPN clients
isakmp enable outside
isakmp policy 10 authentication preshare
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 5
isakmp policy 10 lifetime 86400

tunnelgroup 100.20.20.10 type ipsecl2l
tunnelgroup 100.20.20.10 ipsecattributes
presharedkey *

Previously another PIX515 running a 6.3 image was successfully used to allow VPN client access as well as a site-to-site VPN link, however the same configuration no longer works. The remote PIX501 consofuration remains unchanged.

The above was taken from cisco Document ID: 67912.
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:
PIX Version 8.0(3) 
!
hostname sranengypix
domain-name sranengy.com
enable password cRAI3nGchAfbd/PQ4 encrypted
names
!
interface Ethernet0
 nameif outside
 security-level 0
 ip address 20X.YY.ZZ.1 255.255.255.248 
!
interface Ethernet1
 nameif inside
 security-level 100
 ip address 10.250.111.65 255.255.255.0 
!
passwd 9j4Dv3hskCGiBjkn encrypted
boot system flash:/pix803.bin
ftp mode passive
clock timezone EST 10
clock summer-time EDT recurring last Sun Oct 2:00 last Sun Mar 3:00
dns domain-lookup inside
dns server-group DefaultDNS
 name-server 10.250.111.121
 domain-name sranengy.com
access-list NO_NAT extended permit ip any 10.250.113.0 255.255.255.0 
access-list NO_NAT extended permit ip 10.250.111.0 255.255.255.0 10.250.112.0 255.255.255.0 
access-list NO_NAT extended permit ip 214.80.209.64 255.255.255.192 214.80.209.0 255.255.255.192 
access-list NO_NAT extended permit ip 214.80.209.64 255.255.255.192 10.250.112.0 255.255.255.0 
access-list NO_NAT extended permit ip 10.250.111.0 255.255.255.0 214.80.209.0 255.255.255.192 
access-list NO_NAT extended permit ip 214.80.209.64 255.255.255.192 10.250.114.0 255.255.255.0 
access-list 100 extended permit icmp host 203.AA.BB.CC any echo-reply 
access-list JLG_VPN extended permit ip 214.80.209.64 255.255.255.192 214.80.209.0 255.255.255.192 
access-list JLG_VPN extended permit ip 214.80.209.64 255.255.255.192 10.250.112.0 255.255.255.0 
access-list JLG_VPN extended permit ip 10.250.111.0 255.255.255.0 10.250.112.0 255.255.255.0 
access-list JLG_VPN extended permit ip 10.250.111.0 255.255.255.0 214.80.209.0 255.255.255.192 
access-list VPN_ADMIN_Split_Tunnel remark Office LAN
access-list VPN_ADMIN_Split_Tunnel standard permit 10.250.111.0 255.255.255.0 
access-list VPN_ADMIN_Split_Tunnel remark Trading LAN
access-list VPN_ADMIN_Split_Tunnel standard permit 214.80.209.64 255.255.255.192 
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool VPN_CLIENT_POOL 10.250.113.1-10.250.113.254
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm-603.bin
asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list NO_NAT
nat (inside) 1 0.0.0.0 0.0.0.0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 20X.YY.ZZ.1 1
route inside 214.80.209.64 255.255.255.192 10.250.111.67 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
aaa-server VPN_CLIENT_AUTH protocol radius
aaa-server VPN_CLIENT_AUTH host 10.250.111.121
 key vpnclient#
http server enable
http 10.250.111.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 VPN_CLIENT_ENCRYPT esp-3des esp-md5-hmac 
crypto dynamic-map VPN_D_MAP 10 set transform-set VPN_CLIENT_ENCRYPT
crypto dynamic-map VPN_D_MAP 10 set reverse-route
crypto map VPN_CLIENT_MAP 10 ipsec-isakmp dynamic VPN_D_MAP
crypto map VPN_CLIENT_MAP interface outside
crypto isakmp enable outside
crypto isakmp policy 20
 authentication pre-share
 encryption 3des
 hash md5
 group 2
 lifetime 86400
no crypto isakmp nat-traversal
telnet 10.250.111.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
ntp server 10.250.111.171 source inside prefer
group-policy VPN_ADMIN internal
group-policy VPN_ADMIN attributes
 dns-server value 10.250.111.121 10.250.111.123
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value VPN_ADMIN_Split_Tunnel
username admin password WhHQ6FdorKOfHs69 encrypted privilege 15
tunnel-group DefaultRAGroup general-attributes
 authentication-server-group (outside) VPN_CLIENT_AUTH
tunnel-group VPN_ADMIN type remote-access
tunnel-group VPN_ADMIN general-attributes
 address-pool VPN_CLIENT_POOL
 authentication-server-group VPN_CLIENT_AUTH
 default-group-policy VPN_ADMIN
tunnel-group VPN_ADMIN ipsec-attributes
 pre-shared-key vpnaccesskey
!
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
prompt hostname context 
Cryptochecksum:b6babacffca9862675fd0610cb4006be
: end
Attachments:
 
PIX 7.x site to site VPN
 
[+][-]03/19/08 05:01 PM, ID: 21167091Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Cisco PIX Firewall, Virtual Private Networking (VPN), IPSec Security Protocol
Tags: Cisco, PIX 515, PIX 8.0.3, command line configuration help
Sign Up Now!
Solution Provided By: mkielar
Participating Experts: 1
Solution Grade: B
 
[+][-]03/19/08 11:09 AM, ID: 21164133Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_2_20070628