Advertisement

01.16.2008 at 04:05AM PST, ID: 23086648
[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.2

Site-to-site VPN with NAT on PIX 506e

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

Tags: , ,

I'm trying to establish a VPN tunnel between us and a client, using a PIX 506e.  I'm very new to PIX, having used SOHO routers with nice web interfaces for some time.

Thanks to the impressive foresight of the previous admin, we're on a non-RFC-1918-standard LAN range of 192.14.14.0/24, many of our clients refuse the site connection without some form of NAT (which up to now we have been doing with a string of cheap desktop routers and some per-PC static routes).

I have used the PDM to set up a basic tunnel but now need to ensure all traffic going through that tunnel is translated to either our external static IP (62.xxx.xxx.xxx) or to an RFC-1918 address such as 172.21.3.12, without affected existing VPNs.  

I figured this is what a Policy NAT config is for, so I have tried each of the following:
      static (inside,outside) 172.21.3.12 access-list outside_cryptomap_80
      static (inside,outside) 62.xxx.xxx.xxx access-list outside_cryptomap_80
      static (inside,outside) interface access-list outside_cryptomap_80

but all respond with:
      ERROR: access-list contains deny.

I cannot see any 'deny' settings in my running config (attached), so I'm really stuck as to why I'm getting this error.

Where am I going wrong?

J.Start Free Trial
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:
Building configuration...
: Saved
:
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd T6L9kwXy8yD66Ci8 encrypted
hostname my_company-rtr-wl01
domain-name my_company-uk.com
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.15.15.0 my_company_site2
name 10.54.0.0 my_client1
name 192.168.62.0 my_client2
name 198.155.162.64 my_client3
access-list inside_outbound_nat0_acl permit ip 192.14.14.0 255.255.255.0 my_company_site2 255.255.255.0 
access-list inside_outbound_nat0_acl permit ip 192.14.14.0 255.255.255.0 192.14.15.0 255.255.255.0 
access-list inside_outbound_nat0_acl permit ip 192.14.14.0 255.255.255.0 my_client1 255.255.0.0 
access-list inside_outbound_nat0_acl permit ip 192.14.14.0 255.255.255.0 my_client2 255.255.255.0 
access-list inside_outbound_nat0_acl permit ip 192.14.14.0 255.255.255.0 my_client3 255.255.255.252 
access-list outside_cryptomap_20 permit ip 192.14.14.0 255.255.255.0 my_company_site2 255.255.255.0 
access-list my_company-wl_splitTunnelAcl permit ip 192.14.14.0 255.255.255.0 any 
access-list outside_cryptomap_dyn_20 permit ip any 192.14.15.0 255.255.255.0 
access-list outside_cryptomap_40 permit ip 192.14.14.0 255.255.255.0 my_client1 255.255.0.0 
access-list outside_cryptomap_60 permit ip 192.14.14.0 255.255.255.0 my_client2 255.255.255.0 
access-list outside_cryptomap_80 permit ip 192.14.14.0 255.255.255.0 my_client3 255.255.255.252 
access-list outside_access_in permit icmp any any 
pager lines 24
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside 62.xxx.xxx.xxx 255.255.255.128
ip address inside 192.14.14.10 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ClientPool 192.14.15.1-192.14.15.254
pdm location my_company_site2 255.255.255.0 outside
pdm location 192.14.14.21 255.255.255.255 inside
pdm location my_client1 255.255.0.0 outside
pdm location my_client2 255.255.255.0 outside
pdm location my_client3 255.255.255.252 outside
pdm location 10.1.1.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 8001 192.14.14.21 8001 netmask 255.255.255.255 0 0 
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 62.yyy.yyy.yyy 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.14.14.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 ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set pfs group5
crypto map outside_map 20 set peer 82.aaa.aaa.aaa
crypto map outside_map 20 set transform-set ESP-AES-256-MD5
crypto map outside_map 20 set security-association lifetime seconds 3600 kilobytes 4608000
crypto map outside_map 40 ipsec-isakmp
crypto map outside_map 40 match address outside_cryptomap_40
crypto map outside_map 40 set pfs group2
crypto map outside_map 40 set peer 62.bbb.bbb.bbb
crypto map outside_map 40 set transform-set ESP-3DES-MD5
crypto map outside_map 40 set security-association lifetime seconds 3600 kilobytes 4608000
crypto map outside_map 60 ipsec-isakmp
crypto map outside_map 60 match address outside_cryptomap_60
crypto map outside_map 60 set pfs group2
crypto map outside_map 60 set peer 80.ccc.ccc.ccc
crypto map outside_map 60 set transform-set ESP-3DES-MD5
crypto map outside_map 60 set security-association lifetime seconds 3600 kilobytes 4608000
crypto map outside_map 80 ipsec-isakmp
crypto map outside_map 80 match address outside_cryptomap_80
crypto map outside_map 80 set peer 198.ddd.ddd.ddd
crypto map outside_map 80 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL 
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 82.aaa.aaa.aaa netmask 255.255.255.255 no-xauth no-config-mode 
isakmp key ******** address 62.bbb.bbb.bbb netmask 255.255.255.255 no-xauth no-config-mode 
isakmp key ******** address 80.ccc.ccc.ccc netmask 255.255.255.255 no-xauth no-config-mode 
isakmp key ******** address 198.ddd.ddd.ddd netmask 255.255.255.255 no-xauth no-config-mode 
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption aes-256
isakmp policy 20 hash md5
isakmp policy 20 group 5
isakmp policy 20 lifetime 28800
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption 3des
isakmp policy 40 hash md5
isakmp policy 40 group 2
isakmp policy 40 lifetime 28800
isakmp policy 60 authentication pre-share
isakmp policy 60 encryption 3des
isakmp policy 60 hash md5
isakmp policy 60 group 1
isakmp policy 60 lifetime 86400
vpngroup my_company-wl address-pool ClientPool
vpngroup my_company-wl dns-server 192.14.14.20 192.14.14.22
vpngroup my_company-wl default-domain my_company-uk.com
vpngroup my_company-wl split-tunnel my_company-wl_splitTunnelAcl
vpngroup my_company-wl idle-time 1800
vpngroup my_company-wl password ********
telnet 192.14.14.0 255.255.255.0 inside
telnet timeout 20
ssh timeout 5
console timeout 0
username my_company01 password NGR56dPW.MjoEa1O encrypted privilege 15
terminal width 80
Cryptochecksum:7c04a2ec348d5328f7d3be7f2b5865f2
: end
[OK]
 
Loading Advertisement...
 
[+][-]01.16.2008 at 04:36AM PST, ID: 20671185

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.16.2008 at 07:40AM PST, ID: 20672766

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.17.2008 at 04:52AM PST, ID: 20680667

View this solution now by starting your 7-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, 506e
Sign Up Now!
Solution Provided By: jimbobmcgee
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_2_20070628