07.02.2024, 12:44
Can you explain the network setup? Do you have multiple LMs on the same network and also connected to the same ZeroTier network?
To fix this, run this script once on each LM:
To fix this, run this script once on each LM:
Code:
conf = [[
[server]
use-ipv4=yes
allow-interfaces=eth0
use-ipv6=no
check-response-ttl=no
use-iff-running=no
[publish]
publish-addresses=yes
publish-hinfo=yes
publish-workstation=no
publish-domain=yes
[reflector]
enable-reflector=no
reflect-ipv=no
[rlimits]
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=30
rlimit-stack=4194304
rlimit-nproc=3
]]
io.writefile('/etc/avahi/avahi-daemon.conf', conf)
os.execute('/etc/init.d/avahi-daemon restart')