version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r3
!
aaa new-model
!
!
aaa authentication ppp default local
aaa authorization network default local if-authenticated
!
vpdn enable
vpdn udp ignore checksum
!
vpdn-group test
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
username test password 0 cisco
interface FastEthernet0/0
ip address 172.29.6.7 255.255.255.0
interface Virtual-Template1
ip unnumbered FastEthernet0/0
peer default ip address pool testpool
ppp authentication ms-chap-v2
!
!
ip local pool testpool 192.168.1.1 192.168.1.10
ip route 172.29.0.0 255.255.0.0 172.29.6.254
阅读(834) | 评论(0) | 转发(0) |