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

How to configure Cisco 800 to accept PPTP VPN connections

Asked by DavidOHaycox in Network Routers, Virtual Private Networking (VPN)

Tags: Cisco Router 800 PPTP VPN

We have a Cisco 877 router which has been happily accepting incoming Cisco VPN client connections for some time.  However, we have a remote user with 64-bit Vista who cannot use the Cisco VPN Client software, as it's 32-bit only.  So, we want to set up the 877 to accept incoming VPN connections (terminating at the router, not passed through to a server).

Have set up the router as in the sanitised config below, but when connecting from the client PC, the connection fails with the following error in the application log:

The user [username] dialed a connection named [connection name] which has failed. The error code returned on failure is 800.
or
The error code returned on failure is 808.

What configuration needs to be changed to allow the connection to work?  It looks as if the connection isn't even making it past the firewall.

Thanks in advance for any assistance.
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:
!version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname [sanitised]
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
enable secret 5 [sanitised]
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication login sdm_vpn_xauth_ml_1 local
aaa authorization exec default local 
aaa authorization network sdm_vpn_group_ml_1 local 
!
aaa session-id common
!
resource policy
!
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
ip subnet-zero
no ip source-route
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.9.200.1 192.9.200.200
ip dhcp excluded-address 192.9.200.240 192.9.200.254
!
ip dhcp pool sdm-pool1
   import all
   network 192.9.200.0 255.255.255.0
   dns-server 213.120.62.97 213.120.62.98 
   default-router 192.9.200.1 
!
!
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
ip tcp synwait-time 10
no ip bootp server
ip domain name yourdomain.com
ip name-server 213.120.62.97
ip name-server 213.120.62.98
ip ssh time-out 60
ip ssh authentication-retries 2
vpdn enable
!
vpdn-group 1
 description PPTP VPN Remote Access Group
 request-dialin
  protocol pptp
 source vpdn-template Virtual-Template1
!
!
!
crypto pki trustpoint TP-self-signed-1632451653
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1632451653
 revocation-check none
 rsakeypair TP-self-signed-1632451653
!
!
crypto pki certificate chain TP-self-signed-1632451653
 certificate self-signed 01
 [sanitised]
  quit
username [sanitised] privilege 15 secret 5 [sanitised]
username User1 secret 5 [sanitised]
username User2 secret 5 [sanitised]
username User3 secret 5 [sanitised]
!
! 
!
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
!
crypto isakmp client configuration group [sanitised]
 key [sanitised]
 pool SDM_POOL_1
 acl 103
 max-users 10
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
!
crypto dynamic-map SDM_DYNMAP_1 1
 set security-association idle-time 86400
 set transform-set ESP-3DES-SHA 
 reverse-route
!
!
crypto map SDM_CMAP_1 client authentication list sdm_vpn_xauth_ml_1
crypto map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1
crypto map SDM_CMAP_1 client configuration address respond
crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1 
!
!
!
interface ATM0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip route-cache flow
 no atm ilmi-keepalive
 dsl operating-mode auto 
!
interface ATM0.1 point-to-point
 description $ES_WAN$$FW_OUTSIDE$
 pvc 0/38 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Virtual-Template1 
 ip unnumbered Dialer0
 peer default ip address pool SDM_POOL_1
 no keepalive
 ppp encrypt mppe auto
 ppp authentication chap callin
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
 ip address 192.9.200.1 255.255.255.0
 ip access-group 100 in
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly
 ip route-cache flow
 ip tcp adjust-mss 1452
!
interface Dialer0
 description $FW_OUTSIDE$
 ip address [WAN IP] 255.255.255.240
 ip access-group 101 in
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip inspect DEFAULT100 out
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip route-cache flow
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap callin
 ppp chap hostname [sanitised]
 ppp chap password 7 [sanitised]
 crypto map SDM_CMAP_1
!
ip local pool SDM_POOL_1 10.10.10.101 10.10.10.110
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source static tcp 192.9.200.204 3389 interface Dialer0 3389
ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.9.200.0 0.0.0.255
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny   ip [SUBNET IP] 0.0.0.15 any
access-list 100 deny   ip host 255.255.255.255 any
access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit tcp any any eq 1723
access-list 101 permit gre any any
access-list 101 permit tcp host [sanitised] host [sanitised] eq 3389
access-list 101 permit ip host 10.10.10.101 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.102 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.103 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.104 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.105 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.106 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.107 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.108 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.109 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.110 192.9.200.0 0.0.0.255
access-list 101 permit ip host 10.10.10.101 any
access-list 101 permit ip host 10.10.10.102 any
access-list 101 permit ip host 10.10.10.103 any
access-list 101 permit ip host 10.10.10.104 any
access-list 101 permit ip host 10.10.10.105 any
access-list 101 permit ip host 10.10.10.106 any
access-list 101 permit ip host 10.10.10.107 any
access-list 101 permit ip host 10.10.10.108 any
access-list 101 permit ip host 10.10.10.109 any
access-list 101 permit ip host 10.10.10.110 any
access-list 101 permit udp any host [WAN IP] eq non500-isakmp
access-list 101 permit udp any host [WAN IP] eq isakmp
access-list 101 permit esp any host [WAN IP]
access-list 101 permit ahp any host 2[WAN IP]
access-list 101 permit udp host 213.120.62.98 eq domain host [WAN IP]
access-list 101 permit udp host 213.120.62.97 eq domain host [WAN IP]
access-list 101 deny   ip 192.9.200.0 0.0.0.255 any
access-list 101 permit icmp any host [WAN IP] echo-reply
access-list 101 permit icmp any host [WAN IP] time-exceeded
access-list 101 permit icmp any host [WAN IP] unreachable
access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
access-list 101 deny   ip host 255.255.255.255 any
access-list 101 deny   ip host 0.0.0.0 any
access-list 101 deny   ip any any
access-list 102 remark SDM_ACL Category=2
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.101
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.102
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.103
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.104
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.105
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.106
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.107
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.108
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.109
access-list 102 deny   ip 192.9.200.0 0.0.0.255 host 10.10.10.110
access-list 102 deny   ip any host 10.10.10.101
access-list 102 deny   ip any host 10.10.10.102
access-list 102 deny   ip any host 10.10.10.103
access-list 102 deny   ip any host 10.10.10.104
access-list 102 deny   ip any host 10.10.10.105
access-list 102 deny   ip any host 10.10.10.106
access-list 102 deny   ip any host 10.10.10.107
access-list 102 deny   ip any host 10.10.10.108
access-list 102 deny   ip any host 10.10.10.109
access-list 102 deny   ip any host 10.10.10.110
access-list 102 permit ip 192.9.200.0 0.0.0.255 any
access-list 103 remark SDM_ACL Category=4
access-list 103 permit ip 192.9.200.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
route-map SDM_RMAP_1 permit 1
 match ip address 102
!
!
control-plane
!
banner login ^CAuthorized access only!
 Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
 no modem enable
 transport output telnet
line aux 0
 transport output telnet
line vty 0 4
 transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
[+][-]07/29/09 09:34 AM, ID: 24971929Expert 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.

 
[+][-]07/29/09 09:36 AM, ID: 24971955Expert 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.

 
[+][-]07/29/09 11:02 AM, ID: 24972807Expert 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.

 
[+][-]07/31/09 01:04 AM, ID: 24987059Author 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.

 
[+][-]08/03/09 03:01 AM, ID: 25002979Author 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.

 
[+][-]08/03/09 03:09 AM, ID: 25003019Accepted 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: Network Routers, Virtual Private Networking (VPN)
Tags: Cisco Router 800 PPTP VPN
Sign Up Now!
Solution Provided By: ikalmar
Participating Experts: 2
Solution Grade: B
 
[+][-]08/03/09 03:10 AM, ID: 25003022Author 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.

 
[+][-]08/03/09 04:35 AM, ID: 25003433Expert 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.

 
[+][-]08/06/09 09:01 AM, ID: 25034963Author 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.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625