Submitted by 熊茂祥 on 2025, March 27, 10:18 AM
由于MikroTik官方从7.16.2之后的版本都新增了/system device-mode权限限制,而这个限制需要硬重启才能调整,给广大纯远程运维者带来很多不便。
为此本站特地制作了写完镜像就能所有权限都开启,为了确保安全,系统添加了默认密码为ros6.com。
» 阅读全文
Tags: ros, mikrotik, 权限, 镜像
ROS | 评论:0
| 阅读:7888
Submitted by 熊茂祥 on 2025, March 3, 11:55 AM
方便自己,方便大家,附上一个ROS的NTP对时脚本。
ROS脚本(6X)
- /system ntp client set enabled=yes primary-ntp=123.57.72.35
- /system clock set time-zone-name=Asia/Shanghai
ROS脚本(7X)
- /system ntp client set enabled=yes
- /system ntp client servers add address=123.57.72.35
» 阅读全文
Tags: ntp, ros, 时间, 同步, 对时
ROS | 评论:3
| 阅读:67626