This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

zerotier add manual lm5
#1
Hi

For an error I deleted my LM5 device from zerotier as I can add it manually

Thank you
Reply
#2
Run this script, this will give you node ID which you can use in Zerotier to add manually
Code:
info = io.readproc('zerotier-cli -D/var/lib/zerotier-one_default/ -j info')
address = require('json').pdecode(info).address
log(address)
------------------------------
Ctrl+F5
Reply
#3
(31.03.2022, 09:55)Daniel Wrote: Run this script, this will give you node ID which you can use in Zerotier to add manually
Code:
info = io.readproc('zerotier-cli -D/var/lib/zerotier-one_default/ -j info')
address = require('json').pdecode(info).address
log(address)

I have add manually in my zerotier net but not work stay  in waiting ip, correctly detects that the network is private but does not proceed.

Best regards
Reply
#4
I just tried the same and it worked fine for me. Maybe try again and reboot LM.
------------------------------
Ctrl+F5
Reply


Forum Jump: