TOP图如下
pc1——f0/0 (R2600) f0/1——pc2
pc1:192.168.201.144
f0/0:192.168.201.123
f0/1:192.168.12.1
pc2:192.168.12.79 
 
在PC1的“网络和拨号连接”中新建连接,“网络连接类型”选择“通过internet
连接到专用网络”,“公用网络”选择“不拨初始连接”,填入目标地址为
192.168.201.123,命名此连接名称为vpdnconnect。在vpdnconnect 的属性中,指
定vpdn 服务器的类型为pptp,并在安全设置中定义使用PAP 认证及可选加密。在
点击呼叫时,输入路由器所配置的用户名pc 和密码1111。
R2600#show runn
!
hostname R2600
!
!
username pc password 0 1111
!
vpdn enable
!
vpdn-group Vgroup
! Default PPTP VPDN group
 accept-dialin
  protocol pptp
  virtual-template 1
!
!
interface FastEthernet0/0
 ip address 192.168.201.123 255.255.255.0
!
interface Serial0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 ip address 192.168.12.1 255.255.255.0
!
interface Virtual-Template1
 ip unnumbered FastEthernet0/1
 peer default ip address pool pptp
 ppp authentication pap
!
ip local pool pptp 1.1.1.2 1.1.1.254
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
ip http server
no ip http secure-server
!
!
line con 0
line aux 0
line vty 0 4
!
!
end