Logic Machine Forum
zerotier add manual lm5 - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: zerotier add manual lm5 (/showthread.php?tid=3968)



zerotier add manual lm5 - Frank68 - 31.03.2022

Hi

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

Thank you


RE: zerotier add manual lm5 - Daniel - 31.03.2022

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)



RE: zerotier add manual lm5 - Frank68 - 01.04.2022

(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


RE: zerotier add manual lm5 - Daniel - 01.04.2022

I just tried the same and it worked fine for me. Maybe try again and reboot LM.