Stuck on REQUESTING_CONFIGURATION - Mikrotik

i have set the private network, no special config, my phone is connected, on the Mikrotik router i got only REQUESTING_CONFIGURATION.

I do not have double NAT and i do respect the config rules.
I see peers on interface on the Mikrotik / ZT, if i try to add them to platform I see status of Unknown 0.0.0 and Unknown for Last Seen Version Physical IP.

Any clue?

I have even deleted and recreated all on ZT / Mikrotik and no improvement.

Thank you

Hello,

It sounds like your mikrotik can’t talk to the roots, the network controller, or both. Please check the firewall rules on the mikrotik. Can you post what your mikrotik zt interface looks like? We might be able to spot somthing. We didn’t make the mikrotik integration, so you may need to ask mikrotik for help.

There’s no need to add the zerotier planets/roots to your networks. They won’t join your networks. You can delete those.

zerotier/print
Columns: NAME, PORT # NAME PORT
ZeroTier Central controller - https://my.zerotier.com/
0 WebInterface 9993
all options as managed/global default are disabled

ip/firewall/filter/print
Flags: X - disabled, I - invalid; D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; ZeroTier chain=input action=accept in-interface=Bridge_Zeroier log=no log-prefix=“”

2 ;;; ZeroTier chain=input action=accept protocol=udp in-interface=Bridge_Zeroier src-port=9993 dst-port=9993 log=yes log-prefix=“ZeroTier UDP”

3 ;;; ZeroTier chain=forward action=accept in-interface=Bridge_Zeroier log=no log-prefix=“”

the Bridge_Zeroier contains only the ZT interface, dedicated dhcp server and ip pool for ZT

/zerotier
set zt1-private comment=“Zeroier Central controller - https://my.zerotier.com/” interfaces=Bridge_Zeroier name=zt1-private port=9993
/zerotier controller
add instance=zt1-private ip-range=10.23.0.2-10.23.0.90 name=zt1 network=aaa…0 routes=10.23.0.0/24
/zerotier interface
add allow-default=no allow-global=no allow-managed=no disabled=no instance=zt1-private name=myZeroTier network=aaa…

INSTANCE NAME NETWORK PRIVATE

0 I zt1-private zt1 aaa…yes

NAME PORT IDENTITY.PUBLIC

;;; ZeroTier Central controller - https://my.zerotier.com/
0 zt1-private 9993 long_string

anything wrong? suggestions?

@zt-travis - any idea? what is wrong? need more info?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.