Advertisement

09.22.2008 at 08:37AM PDT, ID: 23751765
[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.4

Cisco ASA 5510 vpn client

Asked by Middletown_Tech in Cisco PIX Firewall, Virtual Private Networking (VPN)

Tags:

Hello,
I am setting up a new vpn client.  I would like this client to have it's internet web page requests go through the vpn connection.  This is the WastWaterTreamentPlant tunnel group show below in my running-config.  Currently when I setup the tunnel and user then connect, my client loses all internet connectivity, can access the remote network without any problem.  Can someone please tell me how to configure my WasteWaterTreamentPlant tunnel to send all internet requests through the vpn tunnel on a Cisco ASA 5510?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:
: Saved
:
ASA Version 7.1(2) 
!
hostname ciscoasa
domain-name Inspection.local
enable password 1yFYzpCfFeDvXC83 encrypted
names
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address 71.xxx.xxx.208 255.255.255.0 
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.100.100.1 255.255.255.0 
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 nameif management
 security-level 100
 no ip address
 management-only
!
passwd 1yFYzpCfFeDvXC83 encrypted
!
time-range Harris
 periodic Monday 7:00 to Friday 20:00
!
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns domain-lookup inside
dns server-group DefaultDNS
 domain-name Inspection.local
access-list OUTSIDE extended permit tcp any host 71.xxx.xxx.208 eq smtp 
access-list OUTSIDE extended permit tcp any host 71.xxx.xxx.208 eq pop3 
access-list inside_nat0_outbound extended permit ip any 10.100.90.0 255.255.255.248 
access-list inside_nat0_outbound extended permit ip any 10.100.90.0 255.255.255.240 
access-list vendors_splitTunnelAcl standard permit 10.100.100.0 255.255.255.0 
pager lines 24
logging enable
logging list Events level informational
logging asdm informational
logging host inside 10.100.100.62
mtu outside 1500
mtu inside 1500
mtu management 1500
ip local pool vendors 10.100.90.1-10.100.90.5 mask 255.255.255.0
ip local pool wwtp 10.100.90.6-10.100.90.10 mask 255.255.255.0
asdm image disk0:/asdm512-k8.bin
asdm history enable
arp timeout 14400
nat-control
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 interface smtp 10.100.100.3 smtp netmask 255.255.255.255 
static (inside,outside) tcp interface pop3 10.100.100.3 pop3 netmask 255.255.255.255 
access-group OUTSIDE in interface outside
route outside 0.0.0.0 0.0.0.0 71.xxx.xxx.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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
group-policy vendors internal
group-policy vendors attributes
 wins-server value 10.100.100.14
 dns-server value 10.100.100.14 10.100.100.3
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value vendors_splitTunnelAcl
 default-domain value inspection
group-policy WasteWaterTreamentPlant internal
group-policy WasteWaterTreamentPlant attributes
 wins-server value 10.100.100.14
 dns-server value 10.100.100.14 10.100.100.3
 split-tunnel-policy tunnelall
 default-domain value inspection
username WWTP password lx3.l4eQ.1fCqOuw encrypted privilege 0
username WWTP attributes
 vpn-group-policy WasteWaterTreamentPlant
 vpn-simultaneous-logins 5
 vpn-idle-timeout none
 vpn-session-timeout none
 password-storage enable
 group-lock value WasteWaterTreamentPlant
username Harris password gmHstA/kmUiRBnN7 encrypted privilege 0
username Harris attributes
 vpn-group-policy vendors
 password-storage enable
 group-lock value vendors
http server enable
http 10.100.100.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 ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 60 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 80 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 100 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 120 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 140 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 160 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 180 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 200 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 220 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 240 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 260 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 280 set transform-set ESP-3DES-SHA
crypto map outside_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 40 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
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
tunnel-group vendors type ipsec-ra
tunnel-group vendors general-attributes
 address-pool vendors
 default-group-policy vendors
tunnel-group vendors ipsec-attributes
 pre-shared-key *
tunnel-group WasteWaterTreamentPlant type ipsec-ra
tunnel-group WasteWaterTreamentPlant general-attributes
 address-pool wwtp
 default-group-policy WasteWaterTreamentPlant
tunnel-group WasteWaterTreamentPlant ipsec-attributes
 pre-shared-key *
telnet 10.100.100.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
management-access inside
dhcpd dns 10.100.100.14 10.100.100.3
dhcpd wins 10.100.100.14 
dhcpd lease 3600
dhcpd ping_timeout 50
dhcpd domain inspection.local
!
class-map global-class
 match any
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512 
  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 
policy-map global-policy
 class global-class
  csc fail-open
 class class-default
  csc fail-close
!
service-policy global-policy global
ntp server 192.35.82.50 source outside
smtp-server 10.100.100.3
client-update enable
Cryptochecksum:a0d44b6751b5cb4ff64ac7d992704e07
: end
[+][-]09.22.2008 at 10:36AM PDT, ID: 22542110

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.

 
[+][-]09.22.2008 at 11:25AM PDT, ID: 22542536

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.

 
[+][-]09.22.2008 at 12:17PM PDT, ID: 22542981

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.

 
[+][-]09.22.2008 at 12:29PM PDT, ID: 22543119

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.

 
[+][-]09.22.2008 at 12:49PM PDT, ID: 22543368

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]09.22.2008 at 02:08PM PDT, ID: 22544152

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.

 
[+][-]09.22.2008 at 07:50PM PDT, ID: 22546091

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)
Tags: CISCO VPN connection
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 2
Solution Grade: A
 
 
[+][-]09.23.2008 at 04:28AM PDT, ID: 22548142

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.

 
[+][-]09.23.2008 at 04:58AM PDT, ID: 22548294

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.

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