Hello All...
I´m configuring VPN PPTP on Cisco Router, and when I configure authentication LOCAL, it is work fine.
Now I want to use Radius Server, and I have this configuration:
!
aaa new-model
!
aaa authentication login default local
aaa authentication ppp VPNWEB group radius local
aaa authorization network VPNWEB group radius if-authenticated local
!
vpdn enable
vpdn ip udp ignore checksum
!
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
!
interface Virtual-Template1
ip unnumbered FastEthernet0/1
peer default ip address pool VPNWEB-POOL
no keepalive
ppp encrypt mppe auto required
ppp authentication ms-chap ms-chap-v2 pap chap VPNWEB
!
!
radius-server host Y.Y.Y.Y auth-port 1812 acct-port 1813
radius-server key XXXXX
!
This is my configuration on cisco router. Is it correct?
I´m using Free Radius on Linux.
Thanks all...
Cassio Gomes