MSR路由器设置L2TP拨号,客户端拨号可以正常拨号,但是没有获取到网关,ipconfig显示网关是0.0.0.0,可以ping通本路由器上的其他网段地址,跨路由器就不通了,已经确保路由时没问题的,为什么会获取不到网关
(0)
最佳答案
反馈详细信息,一段话啥也看不出来
(0)
# ip pool 1 127.31.13.2 # domain system access-limit disable state active idle-cut disable self-service-url disable ip pool 1 172.31.13.2 # local-user VPNUSER password cipher $c$3$uavxWxQhH52q52p+fISWe65wj/AjZDBubZraTw== service-type ppp # l2tp-group 1 undo tunnel authentication allow l2tp virtual-template 0 # interface Virtual-Template0 ppp authentication-mode chap domain system l2tp-auto-client enable remote address pool 1 ip address 172.31.13.1 255.255.255.0 # ip route-static 0.0.0.0 0.0.0.0 172.31.15.17 基本配置就是这些,pc拨号获取到172.31.13.2 的ip,掩码24位,但是显示网关是0.0.0.0,从pc可以ping通172.31.13.1,但是ping不通172.31.15.17这个下一跳,对端回程路由是没问题的,最主要是这个l2tp的网关为什么没获取到
1.设备是LNS,不用配这个l2tp-auto-client enable 2.ip pool 1 127.31.13.2 地址写错了 3.ip pool 1 gateway 设置网关
#
ip pool 1 127.31.13.2
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
ip pool 1 172.31.13.2
#
local-user VPNUSER
password cipher $c$3$uavxWxQhH52q52p+fISWe65wj/AjZDBubZraTw==
service-type ppp
#
l2tp-group 1
undo tunnel authentication
allow l2tp virtual-template 0
#
interface Virtual-Template0
ppp authentication-mode chap domain system
l2tp-auto-client enable
remote address pool 1
ip address 172.31.13.1 255.255.255.0
#
ip route-static 0.0.0.0 0.0.0.0 172.31.15.17
基本配置就是这些,pc拨号获取到172.31.13.2 的ip,掩码24位,但是显示网关是0.0.0.0,从pc可以ping通172.31.13.1,但是ping不通172.31.15.17这个下一跳,对端回程路由是没问题的,最主要是这个l2tp的网关为什么没获取到
(0)
1.设备是LNS,不用配这个l2tp-auto-client enable 2.ip pool 1 127.31.13.2 地址写错了 3.ip pool 1 gateway 设置网关
1.设备是LNS,不用配这个l2tp-auto-client enable 2.ip pool 1 127.31.13.2 地址写错了 3.ip pool 1 gateway 设置网关
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
1.设备是LNS,不用配这个l2tp-auto-client enable 2.ip pool 1 127.31.13.2 地址写错了 3.ip pool 1 gateway 设置网关