打印

AR18-12 Router基于L2TP的VPN怎么样配置?

AR18-12 Router基于L2TP的VPN怎么样配置?

各位大侠们,请问 huawei AR18-12 Router 基于L2TP的VPN怎么样配置?
有人配置过吗?能提供些配置的资料吗?

TOP

你是用VPN的地址吧

TOP

回复 #2 club 的帖子

我是想远程拨入基于VPN服务器的AR18-12 Router ,然后再来访问远程Lan的资源

TOP

失望Ing !
没有路由器高手吗?

TOP

local-user l2tp-user service-type ppp password simple l2tp-pass //拨号用户的用户名和密码
l2tp enable //使能l2tp
ip pool 1 192.168.30.10 192.168.30.60 //拨号用户地址池
interface Ethernet0
ip address 219.133.100.1 255.255.255.252 //公网口
interface Ethernet1
ip address 192.168.1.1 255.255.255.0 //内网口
interface Virtual-Template1 //内网口
link-protocol ppp //封装ppp协议
ppp authentication-mode pap //ppp验证方式是pap
remote address pool 1 // 给对端分配ip地址池1
ip address 192.168.30.1 255.255.255.0 //配置ip地址
l2tp-group 1
allow l2tp virtual-template 1 //接受LocalHost过来的呼叫并将其捆绑在vt1口上
mandatory-lcp //允许L2TP组1进行LCP重新协商
undo tunnel authentication //禁止隧道验证








就这几条命令而已~

TOP

回复 #5 铅笔爱橡皮 的帖子

非常感谢您!

TOP

学习了,你真是太有才了

TOP

18-12应该不支持l2tp的吧, 18-21还差不多.

TOP