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

PPTP VPN on Cisco For Multiple Different users/Multiple different IP addresses

Hey guys,
 
I'm trying to find a way to connect multiple different users/connections to my Cisco Router via PPTP VPN. I'm looking to eventually have these VPN connections apart of their own VRF on the router, but first I need to be able to establish their individual connections. Is there a way to create a VPDN-Group that has individual login details to it? I know you can do this on Mikrotik, but not sure how to do it in Cisco Land. I currently have a device connecting to the first VPDN-GROUP, the second just takes the same IP address as the 'Ip address pool user1'
 
please find config below, I've broken it up to try and make it make sense
 
vpdn-group User0
Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 0
l2tp tunnel timeout no-session 15
 
username user0 password 0 pass0
 
interface Virtual-Template0
description User0 ip unnumbered
Loopback0 peer default ip address pool User0
no keepalive
ppp encrypt mppe 128
ppp authentication ms-chap ms-chap-v2
 
ip local pool User0 10.10.10.10
 
vpdn-group User1
! Default PPTP VPDN group
accept-dialin protocol
pptp virtual-template 1
l2tp tunnel timeout no-session 15
 
username user1 password 0 pass1
 
interface Virtual-Template 1
description User1
ip unnumbered Loopback0
peer default ip address pool User1
no keepalive
ppp encrypt mppe 128
ppp authentication ms-chap ms-chap-v2
 
ip local pool User1 10.20.20.20
0 Replies 0