cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
640
Views
5
Helpful
0
Replies

l2tp vpdn with tunnel

i have a gre over ipsec from router 1 and router 2 

the routing between 2 routers is eigrp

i have a good access from cli i can ping all subnets 

 

i try to create vpdn l2tp

i create it but

from cli i can ping all subnets

and from my pc 

i can not ping any ip from Tunnel2354

 

 



hostname R1
!
boot-start-marker
boot-end-marker
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
aaa new-model
!
!
aaa authentication login telnet local
aaa authentication ppp default local
aaa authorization network default local
aaa session-id common
ip subnet-zero
ip cef
!
!
!
!
ip ips po max-events 100
vpdn enable
!
vpdn-group CDATA
! Default L2TP VPDN group
! Default PPTP VPDN group
accept-dialin
protocol any
virtual-template 6
no l2tp tunnel authentication
!
!
!
crypto isakmp policy 56
encr aes
authentication pre-share
crypto isakmp key rMVvTRvm2Hw7rUxCdIGQAOsiwfmXv1/i address xxx.xxx.xxx.xxx
no crypto isakmp ccm
!
!
crypto ipsec transform-set device1 esp-aes esp-sha-hmac
!
crypto ipsec profile deviceProfile1
set transform-set device1
!
!
!
!
!
interface Tunnel2354
ip address 10.54.65.1 255.255.255.0
tunnel source FastEthernet0/0
tunnel destination xxx.xxx.xxx.xxx
tunnel protection ipsec profile deviceProfile1
!
interface Loopback2
ip address 10.54.63.1 255.255.255.0
!
interface FastEthernet0/0
ip address xxx.xxx.xxx.xxx 255.255.255.252
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address xxx.xxx.xxx.xxx 255.255.255.248 secondary
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Virtual-Template6
ip unnumbered Tunnel2354
ip nat inside
ip virtual-reassembly
ip mroute-cache
peer default ip address pool vpn
no keepalive
ppp authentication ms-chap-v2
!
router eigrp 1
network 10.54.65.0 0.0.0.255
auto-summary
!
ip local pool vpn 10.14.0.109 10.14.0.120
ip classless
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!

0 Replies 0
Review Cisco Networking for a $25 gift card