GR5200的内网IP设置为192.168.0.254,本身不作为DHCP 服务端。打开了L2TPVPN,启用LNS。地址池设置为10.0.0.1--10.0.0.10,用户可以登陆VPN,但无法访问到内网,访问外网已经是路由器上的外网IP了。
内网核心是一台H3C5500三层交换机,上面设置了虚接口:
interface Vlan-interface1
description AP
ip address 192.168.0.1 255.255.255.0
ip policy-based-route h3c
#
interface Vlan-interface2
description fuwuqi
ip address 192.168.2.1 255.255.255.0
#
interface Vlan-interface8
description 192.168.8.1 24
ip address 192.168.8.1 255.255.255.0
#
interface Vlan-interface11
description bangong
ip address 192.168.1.1 255.255.255.0
#
interface Vlan-interface20
description to fw
ip address 192.168.20.1 255.255.255.0
路由设置为:
ip route-static 0.0.0.0 0 192.168.20.254 track 1 preference 50
ip route-static 0.0.0.0 0 192.168.0.254 track 2
要使连上Router的10.0.0.0网段能访问192.168.2.0,要如何设置?
(0)
最佳答案
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
具体在哪台设备上添加或设置,有没有具体的语句?