vipe 发表于 2006-12-16 21:33:40

使用PPPOE请进来聊聊,今天实验了下果然出问题,第4个BUG

“宽带连接”不断开
PPPOE上网掉线,或者可以说与互联网有关的事都没做

anian 发表于 2006-12-17 00:24:20

当ROUTEROS挂了,客户PPPOE连接仍显示在线,但不能上网,除非断开重新连接。另外不清楚LOCAL ADDRESS到底是什么意思,而且可以指定任何IP,不在地址池的网段也可以。

LIJD16999 发表于 2006-12-17 00:57:10

关注,我最近也在用这个功能!!!

风中的云 发表于 2006-12-17 11:33:44

说道bug,我还知道ros不识08和09打头的时间
比如
> :put (09:00:00 - 06:00:00)
cannot substract string from time interval

younger 发表于 2006-12-17 11:45:21

原帖由 风中的云 于 2006-12-17 11:33 发表
说道bug,我还知道ros不识08和09打头的时间
比如
> :put (09:00:00 - 06:00:00)
cannot substract string from time interval
ROS的数字有三种数制。
十进制:0、1、2、3、4、5、6、7、8、9
八进制:00、01、02、03、04、05、06、07;数字前面加0,ROS认为是八进制,八进制没有8,到8就进一了,就为010了
十六进制:0x0、0x1------0xf

风中的云 发表于 2006-12-17 15:47:59

恩,可能是这个原因
从ros的网站摘下来的http://www.mikrotik.com/testdocs/ros/2.9/system/scripting.php

Time intervals can be entered either using HH:MM:SS.MS notation, e.g.:

> :put 01:12:1.01
01:12:01.010
>
or as sequence of numbers, optionally followed by letters specifying the units of time measure (d dor days, h for hours, m for minutes, s for seconds and ms for milliseconds), e.g.:

> :put 2d11h12
2d11:00:12
>
As can bee seen, time values with omitted unit specificators are treated as expressed in seconds.

Possible aliases for time units:

d, day, days - one day, or 24 hours
h, hour, hours - one hour
m, min - one minute
s - one second
ms - one millisecond, id est 0.001 second
The console also accepts time values with decimal point:

> :put 0.1day1.2s
02:24:01.200
>
以上是ros网站的
这样输入也不行
> :put (09h00m00s - 06h00m00s)   
cannot substract string from time interval
> :put (07h00m00s - 06h00m00s)
01:00:00

huisen 发表于 2006-12-17 23:38:12

这也能发现...强
页: [1]
查看完整版本: 使用PPPOE请进来聊聊,今天实验了下果然出问题,第4个BUG