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

7.9

Site-to-Site VPN from ASA 5505 to PIX 501 with Client VPN on ASA 5505

Asked by RishMaster in Cisco PIX Firewall, Virtual Private Networking (VPN), Enterprise Firewalls

Tags: Cisco, ASA / PIX, 5505 / 501, Site-to-Site VPN from ASA 5505 to PIX 501 with Client VPN on ASA 5505, Same as My problem

I'm trying to get a site-to-site VPN going between a Cisco ASA 5505 and PIX 501.  The ASA 5505 currently supports client VPN and I want to keep that.

I'm guessing my issue is that the PIX 501 is on the same subnet as the client VPN pool, but I'm not sure.

I've posted my ASA and PIX configs below.  Please let me know how to correct this and any other things missing/incorrect in my configs.

On a side note, can the Cisco VPN Client 4.8 support AES VPN?
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:
ASA# sh conf
: Saved
: Written by enable_15 at 05:42:43.942 MST Wed Jan 2 2008
!
ASA Version 7.2(2)
!
hostname ASA
domain-name domain.local
enable password sUh51JfF84zKYNlu encrypted
names
name 10.1.1.100 SERVER-IP
dns-guard
!
interface Vlan1
 description LAN
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0
!
interface Vlan2
 description WAN
 nameif outside
 security-level 0
 ip address <SITE 1 IP> 255.255.255.240
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
 shutdown
!
interface Ethernet0/3
 shutdown
!
interface Ethernet0/4
 shutdown
!
interface Ethernet0/5
 shutdown
!
interface Ethernet0/6
 shutdown
!
interface Ethernet0/7
 shutdown
!
passwd 2KFQnbNIdI.2KYOU encrypted
banner exec Configured by Keeran Systems
ftp mode passive
clock timezone MST -7
clock summer-time MDT recurring
dns server-group DefaultDNS
 domain-name domain.local
object-group network VPNPOOL
 network-object 10.1.2.0 255.255.255.0
access-list traffic_in extended permit tcp host <BARRACUDA IP> host <SITE 1 IP - SERVER> eq smtp
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq www
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq https
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq pop3
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2343
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2344
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2345
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2346
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2347
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 2348
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 3000
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 3101
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 3389
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 3390
access-list traffic_in extended permit tcp any host <SITE 1 IP - SERVER> eq 8080
access-list traffic_in extended permit icmp any any
access-list VPN_splitTunnelAcl standard permit 10.1.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list outside_cryptomap extended permit ip any 10.1.2.0 255.255.255.0
access-list outside_cryptomap_20.20 extended permit ip any object-group VPNPOOL
access-list outside_cryptomap_20 extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool VPNPOOL 10.1.2.2-10.1.2.19 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp <SITE 1 IP - SERVER> https SERVER-IP https netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> smtp SERVER-IP smtp netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> pop3 SERVER-IP pop3 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> www SERVER-IP www netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2343 SERVER-IP 2343 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2344 SERVER-IP 2344 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2345 SERVER-IP 2345 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2346 SERVER-IP 2346 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2347 SERVER-IP 2347 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 2348 SERVER-IP 2348 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 3000 10.1.1.101 3000 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 3101 SERVER-IP 3101 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 3389 SERVER-IP 3389 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 3390 10.1.1.101 3389 netmask 255.255.255.255
static (inside,outside) tcp <SITE 1 IP - SERVER> 8080 10.1.1.101 8080 netmask 255.255.255.255
access-group traffic_in in interface outside
route outside 0.0.0.0 0.0.0.0 207.176.143.1 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
group-policy VPN internal
group-policy VPN attributes
 wins-server value 10.1.1.100
 dns-server value 10.1.1.100
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value VPN_splitTunnelAcl
 default-domain value domain.local
username nsjiwani password IYuFCTs5pkIvceky encrypted
username keeran password dbJ35eQnAlma.f6R encrypted privilege 15
aaa authentication ssh console LOCAL
http server enable
http 10.1.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_20.20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 20 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp nat-traversal  20
tunnel-group VPN type ipsec-ra
tunnel-group VPN general-attributes
 address-pool VPNPOOL
 default-group-policy VPN
tunnel-group VPN ipsec-attributes
 pre-shared-key *
tunnel-group <SITE 2 IP> type ipsec-l2l
tunnel-group <SITE 2 IP> ipsec-attributes
 pre-shared-key *
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 60
console timeout 0
 
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global
 class class-default
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:9f915d07d00c8237fcbd595a0a9295ca
ASA#
 
PIXfirewall# sh conf
: Saved
: Written by enable_15 at 11:40:13.290 UTC Wed Jan 2 2008
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password sUh51JfF84zKYNlu encrypted
passwd sUh51JfF84zKYNlu encrypted
hostname PIXfirewall
domain-name domain.local
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list inside_nat0_outbound permit ip 10.1.2.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 10.1.2.0 255.255.255.0 10.1.1.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.1.2.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
timeout xlate 0:05: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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 10.1.2.0 255.255.255.0 inside
snmp-server host outside <KEERAN IP> poll
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer <SITE 1 IP>
crypto map outside_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address <SITE 1 IP> netmask 255.255.255.255
isakmp identity address
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
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
console timeout 0
dhcpd address 10.1.2.45-10.1.2.74 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:9aaed8d974011aa157f3daf21d90cb68
PIXfirewall#
[+][-]01/14/08 12:46 PM, ID: 20656576Accepted 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), Enterprise Firewalls
Tags: Cisco, ASA / PIX, 5505 / 501, Site-to-Site VPN from ASA 5505 to PIX 501 with Client VPN on ASA 5505, Same as My problem
Sign Up Now!
Solution Provided By: batry_boy
Participating Experts: 2
Solution Grade: A
 
[+][-]01/02/08 02:44 PM, ID: 20568916Expert 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.

 
[+][-]01/02/08 04:52 PM, ID: 20569589Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/02/08 07:19 PM, ID: 20570084Expert 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.

 
[+][-]01/03/08 10:19 AM, ID: 20575084Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/03/08 10:48 AM, ID: 20575332Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/03/08 11:50 AM, ID: 20575947Expert 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.

 
[+][-]01/03/08 12:30 PM, ID: 20576362Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/03/08 03:38 PM, ID: 20578259Expert 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.

 
[+][-]01/03/08 03:50 PM, ID: 20578340Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/03/08 03:55 PM, ID: 20578379Expert 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.

 
[+][-]01/03/08 04:10 PM, ID: 20578488Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/03/08 04:47 PM, ID: 20578802Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/04/08 12:30 PM, ID: 20585808Expert 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.

 
[+][-]01/10/08 01:40 PM, ID: 20631570Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/13/08 08:49 PM, ID: 20650976Expert 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.

 
[+][-]01/14/08 12:03 PM, ID: 20656171Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]03/22/08 12:11 PM, ID: 21187404Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]07/17/08 05:16 PM, ID: 22031510Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01/06/09 04:46 PM, ID: 23311037Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

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