红胡子海盗 发表于 2007-2-4 09:55:29

ROS28.26双线,当电信线路断掉后,无法自动全部走网通

ROS28.26双线,电信是主线,有网通路由表。平时都很正常电信走电信,网通走网通。
但是,如果,电信线路断了。就出问题了。除了走网通线路的可以通网,走电信的就不通网了。
查出了原因应该没有监控上。
下面是我做的监控
切换脚本
CNCDOWN
/ip policy-routing table cnc
set [ ip policy-routing table cnc find dst-address=0.0.0.0] gateway 电信网关

CNCUP
/ip policy-routing table cnc
set [ ip policy-routing table cnc find dst-address=0.0.0.0] gateway 网通网关

MAINDOWN
/ip policy-routing table main
set [ ip policy-routing table main find dst-address=0.0.0.0] gateway 网通网关

MAINUP
/ip policy-routing table main
set [ ip policy-routing table main find dst-address=0.0.0.0] gateway 电信网关

监视网络
HOST=电信网关                                                                   HOST=网通网关
intervial 10秒                                                                         intervial 10秒
timeout 1000MS                                                                  timeout 1000MS
up=MAINUP                                                                            up=cncUP
DOWN=MAINDOWN                                                             DOWN=cncDOWN

请指教一下,什么地方出错了

wsn0819 发表于 2007-2-4 16:42:17

LZ 你的网通是动态IP还是静态的!

sakula 发表于 2007-2-6 08:17:06

帮顶,我的也是这样的问题,我的是2.96电信的断后,很多网站就不能打开,比如南方的就打不开,QQ也不能上!

监控也没有问题我也看过了,现在郁闷的很!在监控里可以看到当拔掉电信的线后DOWN,但就是不行,我们这里夜里电信断网,快疯了!

[ 本帖最后由 sakula 于 2007-2-6 08:22 编辑 ]

tpy372 发表于 2007-2-6 12:34:31

换2.9.27

sakula 发表于 2007-2-6 13:55:06

脚本没有错,亲戚的网吧就可以啊,一样的脚本!!

sakula 发表于 2007-2-7 08:27:44

:') :') 人呢???
页: [1]
查看完整版本: ROS28.26双线,当电信线路断掉后,无法自动全部走网通