本帖最後由 张无忌 於 2018-6-7 20:25 編輯

Cloud hostname for accessing remote MikroTik router

1. To enable and activate this service:
  1. [admin@MikroTik] /ip cloud set ddns-enabled=yes
  2. [admin@MikroTik] /ip cloud print
  3.          ddns-enabled: yes
  4.      update-time: yes
  5.   public-address: 159.148.172.205
  6.         dns-name: 529c0491d41c.sn.mynetname.net
  7.           status: updated
複製代碼
.

2. To enable time update from cloud service:
  1. [admin@MikroTik] > ip cloud set update-time=yes
複製代碼
.

3. To enable automatic time zone detection:
  1. [admin@MikroTik] > system clock set time-zone-autodetect=yes
複製代碼
.

4. Update local IP address instead of public IP address
  1. /ip cloud advanced
  2. set use-local-address=yes
複製代碼
一般我们都用public IP address,而为什么Mikrotik提供这项服务呢?就是考虑到有些时候router在NAT后面,而虽然在NAT后面,但是有一定的用处。例如我现在用的移动宽带,给我的IP都是10.x.x.x, 而我用手机的data,也能连到我的路由器,但是我试过,不能有两个Mikrotik的router,只有最前面的一个,这个local address才有这个local address 功能。

TOP

WinBox remote login through the WAN port

You have to accept the port 8291 in the ip firewall filter chain.
  1. /ip firewall input
  2. add action=accept chain=input comment=WinBox dst-port=8291 protocol=tcp
複製代碼
Please be noted that you have move the above filter rules ahead of the drop rules.

TOP

本帖最後由 bigbig02 於 2018-6-7 00:18 編輯

remote access work

可否講一講open vpn 和sstp vpn 詳細setup 方法
特別是gen cert 果part
試了幾天都未整到..

TOP

remote access work

可否講一講open vpn 和sstp vpn 詳細setup 方法
特別是gen cert 果part
試了幾天都 ...
bigbig02 發表於 2018-6-7 00:17


用sstp如果兩邊都係routeros係免cert既.

TOP

本帖最後由 张无忌 於 2018-6-7 22:40 編輯

最近我在大陆,我也能安装v2ray, 如果能配合香港的v2ray,那么在这里我可以全通过v2ray连到香港v2ray,可能比用VPN更加好,更加快。

简单安装程序:

1. 在官网下在对应我的NAS的arm7的zip file
2. 然后用wget https://install.direct/go.sh
3. edit go.sh,ba arm7的path update
4. bash go.sh
5. execute  "/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json"

我可以把hAP ac^2接到local的v2ray, 然后local v2ray会与香港的v2ray接。

TOP

remote access work

可否講一講open vpn 和sstp vpn 詳細setup 方法
特別是gen cert 果part
試了幾天都 ...
bigbig02 發表於 2018-6-7 00:17



    openvpn 有 script
https://gist.github.com/wantongt ... 782727143c07f0df7ab

TOP

CHing 請問 hAP ac² 及 RB2011UAS-2HnD 是否支援 Link Aggregation? 想給予 TS-453A 使用, tks.

TOP

我没有用过这方面的东西,但是你可以google一下,Link Aggregation MikroTik,你可能会得到下面其中信息:
https://forum.mikrotik.com/viewtopic.php?t=113453

MikroTik的用IP Bonding,而你说Link Aggregation,不知道是否一样。你可以给MikroTik Support发电子邮件去证实。

TOP

對呀, 要試試先.

TOP

CHing 請問 hAP ac² 及 RB2011UAS-2HnD 是否支援 Link Aggregation? 想給予 TS-453A 使用, tks. ...
kiyam 發表於 2018-6-8 14:41

Mikrotik "Bonding" is used for binding multiple ports (ethernet or any else) together as one link.
https://wiki.mikrotik.com/wiki/Manual:Interface/Bonding

TOP