简单L2TP VPN实验

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
cisco 路由器 L2TP VPN 实验 网络拓朴:
VPN_Server 路由器配置: VPN_Server#sh run Building configuration... Current configuration : 1513 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname VPN_Server
accept-dialin protocol l2tp virtual-template 1
no l2tp tunnel authentication !
username l2tp password 0 cisco username cisco popback0
ip address 192.168.2.254 255.255.255.0 ! interface Serial1/2
ip address 1.1.1.1 255.255.255.252 serial restart-delay 0 ! interface Virtual-Template1 ip address 192.168.68.254 255.255.255.0 peer default ip address pool default ppp authentication chap ! ip local pool default 192.168.67.8 192.168.67.100 ip route 0.0.0.0 0.0.0.0 1.1.1.2 no ip http server no ip http secure-server ! line con 0 stopbits 1
interface FastEthernet0/0 ip address 3.3.3.1 255.255.255.252 duplex auto speed auto
! interface Serial1/0
ip address 1.1.1.2 255.255.255.252 serial restart-delay 0 ! ip classless no ip http server ! line con 0 line aux 0 line vty 0 4 ! end
line aux 0 stopbits 1
line vty 0 4 password cisco
! end
InterNet 路由器配置:
InterNet#sh run Building configuration...
Current configuration : 620 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname InterNet ! ip subnet-zero !
! boot-start-marker boot-end-marker ! enable password cisco ! aaa new-model ! aaa authentication ppp default local ! aaa session-id common ip cef ! vpdn enable ! vpdn-group 1 ! Default L2TP VPDN group
相关文档
最新文档