cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5210
Views
0
Helpful
16
Replies

L2TP VPDN with windows 7

rapportit
Level 1
Level 1

I'm having trouble getting VPDN working on an 887 router. My windows 7 client just gives a server not responding error.

I'm using the follwoing config.

aaa new-model
!
aaa authentication login default local
aaa authentication ppp default local
aaa authorization network default local if-authenticated
!
vpdn enable
!
vpdn-group L2TP
 ! Default L2TP VPDN group
 accept-dialin
  protocol l2tp
  virtual-template 10
!
username vpnuser password 0 xxxxxxxxxx
!
crypto isakmp policy 20
 encr 3des
 authentication pre-share
 group 2
crypto isakmp key xxxxxxx address 0.0.0.0         no-xauth
!
crypto ipsec transform-set L2TP-TRANSFORM-SET esp-3des esp-sha-hmac
 mode transport
!
crypto dynamic-map L2TP-TRANSFORM-SET-MAP 10
 set transform-set L2TP-TRANSFORM-SET
!
crypto map L2TP-MAP 10 ipsec-isakmp dynamic L2TP-TRANSFORM-SET-MAP
!
interface Virtual-Template10
 ip unnumbered Vlan1
 peer default ip address pool L2TP-VPN-POOL
 ppp mtu adaptive
 ppp authentication ms-chap ms-chap-v2
!
interface Dialer0
 crypto map L2TP-MAP
!
ip local pool L2TP-VPN-POOL 192.168.0.101 192.168.0.110
!

What am I missing?

I attached a log that shows something is going wrong at the end...

16 Replies 16

:)

Glad it works. I implemented that configuration on my router and tested internally by a PC.

I am not sure why it did not work internally for your test. Maybe if you configure it on another PC, it works.

Masoud

what must have in this configuration to connect from outside?
Thanks