Advertisement

06.13.2008 at 08:59AM PDT, ID: 23483169
[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!

9.8

Need Cisco pix 515e VPN client to access internal+internet with split tunneling

Asked by sdesmarais in Cisco PIX Firewall, Network Software Firewalls, Networking Hardware Firewalls

Tags: , ,

Hi all expert,

I am trying to  do split tunneling so my users can have access to the internal network + to have access to the internet at the same time.
I have tried these commands:
access-list vpnclientip permit ip 192.168.10.0 255.255.255.0 any
vpngroup vpnrad1 split-tunnel vpnclientip
From this link: http://www.experts-exchange.com/Security/Software_Firewalls/Q_21538125.html?sfQueryTermInfo=1+515e+cisco+pix+split+tunnel
Bout it did not work, I get access to internet bout not inside anymore. I had to revert back with the no command

Here is my config as attach code snippet
 
By the way I had no gateway when I did  ipconfig /all

Thanks for all the great work you guys or doing!





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:
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:
379:
380:
381:
382:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz1 security4
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxxxxx encrypted
hostname PIX
domain-name finrad.com
clock timezone EST -5
clock summer-time EDT recurring
fixup protocol dns maximum-length 1280
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.168.10.26 SRV-NS3-DMZ
name 192.168.1.14 SRV-SQL2
name 192.168.1.15 SRV-BCK1
name 192.168.1.5 SRV-SQL1
name 192.168.1.31 SRV-EXCH2
name 192.168.1.24 SRV-DC3
name 192.168.10.24 BARRACUDA
name 192.168.1.71 XEROX
name 192.168.1.16 SRV-APACH1
name 192.168.10.56 SRV-SQL3-DMZ
name 192.168.10.55 SRV-NS2-DMZ
name 192.168.1.9 srv-sql4
name 192.168.1.3 SRV-DC2
name 192.168.1.2 SRV-DC1
name 192.168.10.30 SRV-NS5-DMZ
access-list acl_outbound permit udp any any 
access-list outside deny ip 0.0.0.0 255.0.0.0 any 
access-list outside deny ip 10.0.0.0 255.0.0.0 any 
access-list outside deny ip 127.0.0.0 255.0.0.0 any 
access-list outside deny ip 172.16.0.0 255.240.0.0 any 
access-list outside deny ip 169.254.0.0 255.255.0.0 any 
access-list outside deny ip 192.0.2.0 255.255.255.0 any 
access-list outside permit ip 192.168.200.0 255.255.255.0 any 
access-list outside permit icmp 192.168.200.0 255.255.255.0 any 
access-list outside deny ip 192.168.0.0 255.255.0.0 any 
access-list outside deny ip 224.0.0.0 224.0.0.0 any 
access-list outside permit icmp any any time-exceeded 
access-list outside permit icmp any any echo-reply 
access-list outside permit tcp 192.168.200.0 255.255.255.0 any 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq smtp 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq https 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq https 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq www 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq www 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq ftp 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq ftp-data 
access-list outside permit tcp any eq 8080 host xxx.xxx.xxx.xxx eq 8080 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq smtp 
access-list outside permit tcp any host xxx.xxx.xxx.xxx eq domain 
access-list outside permit udp any host xxx.xxx.xxx.xxx eq domain 
access-list inside deny ip any 0.0.0.0 255.0.0.0 
access-list inside deny ip any 10.0.0.0 255.0.0.0 
access-list inside deny ip any 127.0.0.0 255.0.0.0 
access-list inside deny ip any 169.254.0.0 255.255.0.0 
access-list inside deny ip any 224.0.0.0 224.0.0.0 
access-list inside permit icmp 192.168.1.0 255.255.255.0 any 
access-list inside permit ip 192.168.1.0 255.255.255.0 192.168.200.0 255.255.255.0 
access-list inside permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq www 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq https 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 3389 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq isakmp 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 4500 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 5900 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 5000 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 3724 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 11999 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 43594 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 43595 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 17185 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 8080 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 8003 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 2300 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 2301 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 6073 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 1863 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 1863 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 5190 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6891 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6892 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6893 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6894 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6895 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6896 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6897 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6898 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6899 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6900 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 3101 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 6901 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 6901 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq nntp 
access-list inside permit udp 192.168.1.0 255.255.255.0 any eq 64520 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28800 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28801 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28802 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28803 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28804 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 28805 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq 9009 
access-list inside permit tcp 192.168.1.0 255.255.255.0 any eq ftp 
access-list inside permit udp 192.168.1.0 255.255.255.0 host xxx.xxx.213.82 eq 5060 
access-list inside permit udp 192.168.1.0 255.255.255.0 host xxx.xxx.213.82 eq 5080 
access-list inside permit udp 192.168.1.0 255.255.255.0 host 66.46.213.84 eq 5060 
access-list inside permit udp 192.168.1.0 255.255.255.0 host 66.46.213.86 eq 5060 
access-list inside permit udp host SRV-DC1 any eq domain 
access-list inside permit tcp host SRV-DC1 any eq domain 
access-list inside permit udp host SRV-DC1 any eq ntp 
access-list inside permit tcp host SRV-DC2 any eq 123 
access-list inside permit tcp host SRV-EXCH2 host SRV-NS3-DMZ eq smtp 
access-list inside permit tcp host XEROX host SRV-NS3-DMZ eq smtp 
access-list inside permit udp host SRV-DC2 any eq domain 
access-list inside permit tcp host SRV-DC2 any eq domain 
access-list inside permit udp host SRV-DC2 any eq ntp 
access-list dmz1 permit ip any 192.168.200.0 255.255.255.0 
access-list dmz1 deny ip any 0.0.0.0 255.0.0.0 
access-list dmz1 deny ip any 10.0.0.0 255.0.0.0 
access-list dmz1 deny ip any 127.0.0.0 255.0.0.0 
access-list dmz1 deny ip any 172.16.0.0 255.240.0.0 
access-list dmz1 deny ip any 169.254.0.0 255.255.0.0 
access-list dmz1 deny ip any 192.168.0.0 255.255.255.0 
access-list dmz1 deny ip any 224.0.0.0 224.0.0.0 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 any eq www 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 any eq https 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC1 eq 1025 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC1 eq domain 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC1 eq domain 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC1 eq ldap 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC1 eq 389 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC1 eq 135 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC1 eq 445 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC1 eq netbios-dgm 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC2 eq 1025 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC2 eq domain 
access-list dmz1 permit tcp 192.168.10.0 255.255.255.0 host SRV-DC2 eq domain 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC1 eq ntp 
access-list dmz1 permit udp 192.168.10.0 255.255.255.0 host SRV-DC2 eq ntp 
access-list dmz1 permit icmp any 192.168.0.0 255.255.0.0 time-exceeded 
access-list dmz1 permit icmp any 192.168.0.0 255.255.0.0 echo-reply 
access-list dmz1 permit icmp host SRV-NS5-DMZ host SRV-DC1 echo 
access-list dmz1 permit icmp host SRV-NS2-DMZ host SRV-DC1 echo 
access-list dmz1 permit icmp host SRV-NS3-DMZ host SRV-DC1 echo 
access-list dmz1 permit icmp host SRV-SQL3-DMZ host SRV-DC1 echo 
access-list dmz1 permit icmp host SRV-NS5-DMZ host SRV-DC2 echo 
access-list dmz1 permit icmp host SRV-NS2-DMZ host SRV-DC2 echo 
access-list dmz1 permit icmp host SRV-NS3-DMZ host SRV-DC2 echo 
access-list dmz1 permit icmp host SRV-SQL3-DMZ host SRV-DC2 echo 
access-list dmz1 permit tcp host SRV-NS3-DMZ any eq smtp 
access-list dmz1 permit tcp host BARRACUDA any eq smtp 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC1 eq 389 
access-list dmz1 permit udp host SRV-NS2-DMZ host SRV-DC1 eq 389 
access-list dmz1 permit udp host SRV-NS3-DMZ host SRV-DC1 eq 389 
access-list dmz1 permit udp host SRV-SQL3-DMZ host SRV-DC1 eq 389 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq ldap 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq ldap 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq ldap 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq ldap 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit udp host SRV-NS2-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit udp host SRV-NS3-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit udp host SRV-SQL3-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 88 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 135 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 135 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq 135 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 135 
access-list dmz1 permit udp host SRV-SQL3-DMZ host SRV-DC1 eq 135 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq 137 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 137 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 445 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 445 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 445 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 1212 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 1212 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 1212 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 3268 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 3268 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 3268 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-EXCH2 eq 691 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-SQL2 eq 1433 
access-list dmz1 permit tcp host SRV-NS5-DMZ host srv-sql4 eq 1433 
access-list dmz1 permit tcp host SRV-NS5-DMZ host srv-sql4 eq 6112 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-SQL2 eq 6112 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-SQL1 eq 1433 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-SQL1 eq 6112 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-BCK1 range 10000 10020 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-BCK1 range 10000 10020 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-BCK1 range 10000 10020 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-BCK1 range 10000 10020 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC2 eq 389 
access-list dmz1 permit udp host SRV-NS2-DMZ host SRV-DC2 eq 389 
access-list dmz1 permit udp host SRV-NS3-DMZ host SRV-DC2 eq 389 
access-list dmz1 permit udp host SRV-SQL3-DMZ host SRV-DC2 eq 389 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC2 eq ldap 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC2 eq ldap 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq ldap 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC2 eq ldap 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit udp host SRV-NS2-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit udp host SRV-NS3-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit udp host SRV-SQL3-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC2 eq 88 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq 135 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC2 eq 135 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC2 eq 135 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq 445 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq 1212 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq 3268 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq 8000 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC1 eq 8000 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC1 eq 8000 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC1 eq 8000 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC1 eq domain 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC1 eq domain 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC2 eq https 
access-list dmz1 permit tcp host SRV-NS5-DMZ host SRV-DC2 eq domain 
access-list dmz1 permit udp host SRV-NS5-DMZ host SRV-DC2 eq domain 
access-list dmz1 permit tcp host SRV-NS2-DMZ host SRV-DC2 eq https 
access-list dmz1 permit tcp host SRV-NS2-DMZ range 27000 27009 host SRV-DC2 range 27000 27009 
access-list dmz1 permit tcp host SRV-NS3-DMZ host SRV-DC2 eq https 
access-list dmz1 permit tcp host SRV-SQL3-DMZ host SRV-DC2 eq https 
access-list dmz1 permit tcp host BARRACUDA host SRV-DC1 eq ldap 
access-list dmz1 permit tcp host BARRACUDA host SRV-DC2 eq ldap 
access-list vpnclientacl permit ip any 192.168.200.0 255.255.255.0 
access-list dmz_vpnclientacl permit ip any 192.168.200.0 255.255.255.0 
access-list dmz_nat0_outbound permit ip 192.169.10.0 255.255.255.0 192.168.200.0 255.255.255.0 
access-list dmz_access_in permit ip 192.168.10.0 255.255.255.0 192.168.200.0 255.255.255.0 
pager lines 24
logging on
logging timestamp
logging monitor warnings
logging buffered debugging
logging trap warnings
logging history debugging
logging host inside SRV-DC1
logging host inside SRV-DC2
icmp deny any outside
mtu outside 1500
mtu inside 1500
mtu dmz1 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.xxx
ip address inside 192.168.1.1 255.255.255.0
ip address dmz1 192.168.10.1 255.255.255.0
ip audit info action reset
ip audit attack action reset
ip local pool vpnclientip 192.168.200.64-192.168.200.127
pdm location 66.46.213.82 255.255.255.255 outside
pdm location 66.46.213.84 255.255.255.255 outside
pdm location 66.46.213.86 255.255.255.255 outside
pdm location SRV-SQL1 255.255.255.255 inside
pdm location SRV-SQL2 255.255.255.255 inside
pdm location SRV-BCK1 255.255.255.255 inside
pdm location SRV-APACH1 255.255.255.255 inside
pdm location SRV-DC3 255.255.255.255 inside
pdm location SRV-EXCH2 255.255.255.255 inside
pdm location 192.168.1.121 255.255.255.255 inside
pdm location BARRACUDA 255.255.255.255 inside
pdm location 192.168.10.0 255.255.255.0 inside
pdm location 192.168.0.0 255.255.0.0 inside
pdm location SRV-NS3-DMZ 255.255.255.255 dmz1
pdm location 0.0.0.0 255.0.0.0 outside
pdm location 10.0.0.0 255.0.0.0 outside
pdm location 61.95.179.130 255.255.255.255 outside
pdm location 127.0.0.0 255.0.0.0 outside
pdm location 169.254.0.0 255.255.0.0 outside
pdm location 172.16.0.0 255.240.0.0 outside
pdm location BARRACUDA 255.255.255.255 outside
pdm location 192.168.200.0 255.255.255.0 outside
pdm location 192.168.0.0 255.255.0.0 outside
pdm location 224.0.0.0 224.0.0.0 outside
pdm location BARRACUDA 255.255.255.255 dmz1
pdm location XEROX 255.255.255.255 inside
pdm location 192.168.0.0 255.255.255.0 inside
pdm location 192.0.2.0 255.255.255.0 outside
pdm location SRV-NS2-DMZ 255.255.255.255 dmz1
pdm location SRV-SQL3-DMZ 255.255.255.255 dmz1
pdm location 24.200.240.249 255.255.255.255 outside
pdm location 24.200.240.248 255.255.255.255 outside
pdm location SRV-APACH1 255.255.255.255 dmz1
pdm location srv-sql4 255.255.255.255 inside
pdm location SRV-DC2 255.255.255.255 inside
pdm location SRV-DC1 255.255.255.255 inside
pdm location 192.168.10.25 255.255.255.255 dmz1
pdm location SRV-NS5-DMZ 255.255.255.255 dmz1
pdm location 192.168.10.50 255.255.255.255 dmz1
pdm location 192.168.200.0 255.255.255.0 inside
pdm location 10.181.1.0 255.255.255.0 dmz1
pdm location 192.169.10.0 255.255.255.0 dmz1
pdm location 172.16.1.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list vpnclientacl
nat (inside) 1 192.168.1.0 255.255.255.0 0 0
nat (dmz1) 0 access-list dmz_vpnclientacl
nat (dmz1) 1 192.168.10.0 255.255.255.0 0 0
static (dmz1,outside) tcp xxx.xxx.xxx.xxx https SRV-NS3-DMZ https netmask 255.255.255.255 500 50 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx smtp BARRACUDA smtp netmask 255.255.255.255 500 50 
static (dmz1,outside) tcp xxx.xxx.xxx.xxxftp SRV-NS5-DMZ ftp netmask 255.255.255.255 0 0 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx ftp-data SRV-NS5-DMZ ftp-data netmask 255.255.255.255 0 0 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx www SRV-NS5-DMZ www netmask 255.255.255.255 0 0 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx https SRV-NS2-DMZ https netmask 255.255.255.255 0 0 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx www SRV-NS2-DMZ www netmask 255.255.255.255 0 0 
static (dmz1,outside) tcp xxx.xxx.xxx.xxx 8080 SRV-NS5-DMZ 8080 netmask 255.255.255.255 0 0 
static (inside,dmz1) 192.168.0.0 192.168.0.0 netmask 255.255.0.0 500 50 
access-group outside in interface outside
access-group inside in interface inside
access-group dmz1 in interface dmz1
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 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 RADIUS (inside) host SRV-DC2 fkP8cd43 timeout 5
aaa-server RADIUS (inside) host SRV-DC1 fkP8cd43 timeout 5
aaa-server LOCAL protocol local 
ntp server SRV-DC1 source inside prefer
http server enable
http SRV-BCK1 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community xxxxxx
no snmp-server enable traps
floodguard enable
service resetinbound
service resetoutside
crypto ipsec transform-set vpnclientset esp-3des esp-sha-hmac 
crypto dynamic-map dyn-vpn 30 set transform-set vpnclientset
crypto map pixmap 30 ipsec-isakmp dynamic dyn-vpn
crypto map pixmap client authentication RADIUS 
crypto map pixmap interface outside
isakmp enable outside
isakmp nat-traversal 20
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption 3des
isakmp policy 30 hash md5
isakmp policy 30 group 2
isakmp policy 30 lifetime 86400
vpngroup vpnrad1 address-pool vpnclientip
vpngroup vpnrad1 dns-server SRV-DC1 SRV-DC2
vpngroup vpnrad1 wins-server SRV-DC1 SRV-DC2
vpngroup vpnrad1 default-domain xxxxxxx.com
vpngroup vpnrad1 idle-time 28800
vpngroup vpnrad1 max-time 28800
vpngroup vpnrad1 password ********
telnet SRV-BCK1 255.255.255.255 inside
telnet timeout 30
ssh SRV-BCK1 255.255.255.255 inside
ssh timeout 20
console timeout 0
terminal width 80
Cryptochecksum:xxxxxxxxxxxxxxxxxxxxxxxx
[+][-]06.13.2008 at 10:36AM PDT, ID: 21781072

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, Network Software Firewalls, Networking Hardware Firewalls
Tags: cisco, cisco pix, 515E
Sign Up Now!
Solution Provided By: batry_boy
Participating Experts: 1
Solution Grade: A
 
 
[+][-]06.13.2008 at 11:22AM PDT, ID: 21781463

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.

 
[+][-]06.13.2008 at 06:43PM PDT, ID: 21783708

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.

 
[+][-]06.14.2008 at 06:59PM PDT, ID: 21787220

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.

 
[+][-]06.15.2008 at 09:15PM PDT, ID: 21790756

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.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628