升級到 5.7 之後,撐到 14 天才再來一次
找遍論壇(台灣用的人真的不多),好像少有像我這樣的狀況
PS: 玩過 RouterOS之後,其他的頻寬管理器,引不起我的興趣了
最後,我忍不住寫信給 原廠 support team, 想不到真的有回信
說 看不出那裡有問題,要我先用 RouterOS v5.8 (pre-release) 來試試看
想說來這邊問問看,是否有人跟我一樣情況


升級5.8後



另外有個問題請教
依照 manual 寫道, watchdog 是防當機 reboot 功能,在選項裡, watch address 到底要不要打啊?
看範例好像沒寫到?
This menu allows to configure system to reboot on kernel panic, when an IP address does not respond, or in case the system has locked up.

Basic examples
To make system generate a support output file and sent it automatically to support@example.com throught the 192.0.2.1in case of a software crash:
[admin@MikroTik] system watchdog> set auto-send-supout=yes \
\... send-to-email=support@example.com send-smtp-server=192.0.2.1
[admin@MikroTik] system watchdog> print
reboot-on-failure: yes
watch-address: none
watchdog-timer: yes
no-ping-delay: 5m
automatic-supout: yes
auto-send-supout: yes
send-smtp-server: 192.0.2.1
send-email-to: support@example.com
[admin@MikroTik] system watchdog>