Sun Feb 12, 2023 5:50 pm
ZeroTier doesn't have to be hard. If you start with QuickSet config ("Home AP"), and ignore all the vlan-filtering=yes stuff, the mechanics of ZeroTier to bridge the default 192.168.88.0/24 subnet are just a few steps.
1. Install the ZT from extra-package on ARM device, reboot etc.
2a. Enable ZeroTero instance on RouterOS (e.g. in Instance tab, from ZeroTier, in winbox)
2b. Change the /ip/pool for dhcp1 to use a smaller range to avoid colliding with ZT, so 192.16 88.101-192.168.88.199
3a. Create account at my.zerotier.com
3b. On ZT web console, create a network and edit as followed
3c. Remove all managed routes & add 192.168.88.0/24 with 192.168.88.1 and 0.0.0.0/0 with 192.168.88.1
3d. Set IP auto-assign to use Advanced, and use 192.168.88.201 to 192.168.88.249 as range
4a. Back in RouterOS, create a new ZT interface (the main "ZeroTier" tab in winbox).
4b. Use network ID from my.zerotier.com and uncheck "Allow Managed", and enable it.
4c. Add the zerotier1 as a port on bridge1 (/interface/bridge/port)
5a. Back in ZT console, the Mikrotik should appear under "Members"...
5b. Check the box under "Auth?" next the RouterOS, assign a name/desc to your liking
5c. Tap the Gear icon (next to checkbox) to then check "Allow Ethernet Briding"
5d. [ No need to "Save" – all the setting happen live. ]
6a. If you now add ZeroTier app to a smartphone/desktop...
6b. In ZT client, join the same network using the network ID from my.zerotier.com, same used by the Mikrotik
6c. On ZT web console, check the same "Auth?" box. BUT you do NOT need to check "Allow Ethernet Bridging"
6d*. To enable "streaming" via the Mikrotik over ZT from the client (assuming it NOT on same LAN), in the client check the box for "Allow Default Route Override". This will cause the ZeroTier connection on smartphone/desktop to "send all traffic" to the remote mikrotik at 192.168.88.1. And all the firewall stuff etc follows from there. * optional if you just need remote access to devices on your LAN & do NOT want all ZT client's internet traffic going through the Mikrotik's WAN – but required if your trying to use your home connection for another country to bypass streaming service's country restrictions
It's a few steps, but at this point the remote device should be identical to the default LAN in the default Mikrotik configure (for a "Home AP").
Last edited by
Amm0 on Sun Feb 12, 2023 7:33 pm, edited 2 times in total.