Cisco L2TP 配置

Sol.Sun
Sol.Sun This guy is lazy,Introduction has not been set

0 People liked this article · 5040 views

Server Cisco Router 参考配置:   aaa new-model aaa authentication login default local   //配置本地认证 aaa authentication enable default enable aaa authentication ppp default local aaa authorization network default local  Vpdn enable vpdn-group l2tp ! Default L2TP VPDN group  accept-dialin   protocol l2tp   virtual-template 2  no l2tp tunnel authentication  //不使用隧道认证 username xxx  password 0 xxx  // 配置登陆用户名密码 interface FastEthernet0/0   // 公网网口  ip address 203.86.63.XXX 255.255.255.248 interface FastEthernet0/1    //内网网口  ip address 172.16.1.1 255.255.255.0 interface Virtual-Template2   ip unnumbered FastEthernet0/0   peer default ip address pool l2tp // L2TP Client 调用的地址池  ppp authentication chap       // 认证方式 ip local pool l2tp 172.16.1.190 172.16.1.195     // L2TP Client 地址池 Windows 7 Client 配置
1.png
2.png
3.png
4.png
5.png
6.png
7.png
运行:cmd 命令:route print
8.png
通信测试
9.png
 

Published on 2017-11-14 13:55

Disclaimers:

This document is written by Sol.Sun Original published on 技术社区 ,The copyright belongs to the author。

Log in,More exciting content waiting for you to find,Contribute wonderful answers,Participate in comment interaction

go Sign in! No accountgoregister