本帖最後由 张无忌 於 2018-5-17 07:23 編輯

hAP ac^2本身都很热,不知道夏天是否会影响WiFi效能?
(这个Post,有再高温的,再会继续测试,直到过完2018夏天为止)

我用iperf3进行下载(用 -R)测试,测试时间为30秒(用 -t 30),指令为
  1. ./iperf3 -c 192.168.55.203 -R -t 30
複製代碼
#

2018-5-16日,室内气温34度,估计hAP ac^2的外壳表面温度有40度,速度测试结果
  1. [ ID] Interval           Transfer     Bandwidth       Retr
  2. [  4]   0.00-30.00  sec  1.30 GBytes   372 Mbits/sec   74             sender
  3. [  4]   0.00-30.00  sec  1.30 GBytes   371 Mbits/sec                  receiver
複製代碼

TOP

本帖最後由 张无忌 於 2018-5-17 08:36 編輯

Steps for setting up the system clock via STNP client
  1. /system ntp client
  2. set enabled=yes primary-ntp=118.143.17.82

  3. /system clock
  4. set time-zone-name=Asia/Hong_Kong
複製代碼
Where IP "118.143.17.82" is the standard time server "stdtime.gov.hk" of the Hong Kong Observatory.

After having entered the above code and press the Return key and then reboot the router. If you are not able to get the update time after reboot, you may have to wait a little while and let the RouterOS get the time information from the NNTP server.

If you want to install NTP server using RouterOS as shown in the following post, you have to install another package called ntp via the extra packages https://mikrotik.com/download. After having downloaded the extract package, unzip the file and put the ntp file to the Files folder of RouterOS. Reboot the router to install the ntp package.

TOP

本帖最後由 VR2VDT 於 2018-5-17 01:58 編輯

回覆 662# 张无忌
install NTP package and add option on DHCP server that let the router to be time server for LAN client
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

如何可以永久關閉WIFI? , 因DISABLE了後重啟時又自動Enable WIFI, 永久生效應如何設定? 感恩!

TOP

Method to enable or disable wireless interface permanently

Enable wireless interface wlan1,wlan2 permanently
  1. /interface wireless enable wlan1,wlan2
複製代碼
#

Disable for wireless interface wlan1,wlan2 permanently
  1. /interface wireless disable wlan1,wlan2
複製代碼
#

TOP

本帖最後由 张无忌 於 2018-5-17 07:35 編輯

Collections of set up links for MikroTik Routers


  • How to configure a home router Link (如果你是初学者,看那些CLI指令有点晕和烦,时间久了你就会明白。)

TOP

如何可以永久關閉WIFI? , 因DISABLE了後重啟時又自動Enable WIFI, 永久生效應如何設定? 感恩! ...
flhk 發表於 2018-5-17 02:36


你是否reset了你router,而不是reboot你的router。

你用我#665的command试试看,然后reboot看看是否能解决?

TOP

回覆 663# VR2VDT

谢谢CHing的信息,看来CHing安装了很多packages,是刻意去安装,还是by defaults,安装所有packages吗?

TOP

回覆 667# 张无忌


    我會試試上面指令, 但我的不是reset , 而是打command reboot.
但boot機後又見他自動enable

TOP

回覆 669# flhk


    或者CHING 可在/System/Scheduler 內run script 在STARTUP  disable WLAN

TOP