Stuck in REQUESTING CONFIGURATION

Hi there everyone,

I’m dealing with a very weird problem. I have zerotier running on some devices on my network, which has a mikrotik router on the edge (also with zerotier).

After changing the ip address of my network from 172.29.. to 10.244.., some devices are not connecting to the zerotier network. They successfully join the network but are stuck on REQUESTING_CONFIGURATION. I even tried to manually assign ip addresses on the same range on them, but it doesn’t work.

Following is the dump on one of the clients that is not connecting:

platform: Windows
zerotier version: 1.10.6

status
------
{
 "address": "2b1e0a7b24",
 "clock": 1684323661848,
 "config": {
  "settings": {
   "allowTcpFallbackRelay": true,
   "forceTcpRelay": false,
   "listeningOn": [
    "192.168.0.253/9993",
    "192.168.0.253/56329",
    "192.168.0.253/31656"
   ],
   "portMappingEnabled": true,
   "primaryPort": 9993,
   "secondaryPort": 42342,
   "softwareUpdate": "apply",
   "softwareUpdateChannel": "release",
   "surfaceAddresses": [],
   "tertiaryPort": 0
  }
 },
 "online": false,
 "planetWorldId": 149604618,
 "planetWorldTimestamp": 1644592324813,
 "publicIdentity": "2b1e0a7b24:0:dcc29ecdf1dd990d53dc52eca2bd9437b47187cc2a98eccaca0ee1896b20dc27b1650b1ddf2db165554005aef5b5263037c0bd1258d6b38019a85a63e78739f4",
 "tcpFallbackActive": false,
 "version": "1.10.6",
 "versionBuild": 0,
 "versionMajor": 1,
 "versionMinor": 10,
 "versionRev": 6
}

networks
--------
[
 {
  "allowDNS": false,
  "allowDefault": false,
  "allowGlobal": false,
  "allowManaged": true,
  "assignedAddresses": [],
  "bridge": false,
  "broadcastEnabled": false,
  "dhcp": false,
  "dns": {
   "domain": "",
   "servers": []
  },
  "id": "redacted",
  "mac": "36:2b:f8:34:42:d8",
  "mtu": 2800,
  "multicastSubscriptions": [],
  "name": "",
  "netconfRevision": 0,
  "nwid": "redacted",
  "portDeviceName": "ethernet_32770",
  "portError": 0,
  "routes": [],
  "status": "REQUESTING_CONFIGURATION",
  "type": "PRIVATE"
 }
]

peers
-----
[
 {
  "address": "62f865ae71",
  "isBonded": false,
  "latency": -1,
  "paths": [],
  "role": "PLANET",
  "tunneled": false,
  "version": "-1.-1.-1",
  "versionMajor": -1,
  "versionMinor": -1,
  "versionRev": -1
 },
 {
  "address": "778cde7190",
  "isBonded": false,
  "latency": -1,
  "paths": [],
  "role": "PLANET",
  "tunneled": false,
  "version": "-1.-1.-1",
  "versionMajor": -1,
  "versionMinor": -1,
  "versionRev": -1
 },
 {
  "address": "9f77fc393e",
  "isBonded": false,
  "latency": -1,
  "paths": [],
  "role": "LEAF",
  "tunneled": false,
  "version": "1.10.6",
  "versionMajor": 1,
  "versionMinor": 10,
  "versionRev": 6
 },
 {
  "address": "cafe04eba9",
  "isBonded": false,
  "latency": -1,
  "paths": [],
  "role": "PLANET",
  "tunneled": false,
  "version": "-1.-1.-1",
  "versionMajor": -1,
  "versionMinor": -1,
  "versionRev": -1
 },
 {
  "address": "cafe9efeb9",
  "isBonded": false,
  "latency": -1,
  "paths": [],
  "role": "PLANET",
  "tunneled": false,
  "version": "-1.-1.-1",
  "versionMajor": -1,
  "versionMinor": -1,
  "versionRev": -1
 }
]

local.conf
----------
None Present

Network Interfaces
------------------

Interface 0
-----------
Name: {3C3936C1-B97D-45B8-8EFB-B723788763A3}
MTU: 1500
MAC: 00:0c:29:cc:85:2d
Type: 6
Addresses:
192.168.0.253
Interface 1
-----------
Name: {77F367BD-0240-4A80-970D-900F0EC453B1}
MTU: 65536
MAC: 36:2b:f8:34:42:d8
Type: 6
Addresses:
fe80::f0f3:65b7:37de:39e5%14
169.254.29.104
Interface 2
-----------
Name: {858758DB-AF01-11EB-933B-806E6F6E6963}
MTU: 4294967295
MAC: 00:00:00:00:00:00
Type: 24
Addresses:
::1
127.0.0.1

what should i do?

1 Like

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