Closed wucke13 closed 5 months ago
Another thing came to mind for me: some zerotier devices which are off-site can connect to the HAOS, but not all (i.e. my phone on mobile carrier never gets to access it) and none of the devices in the same local network as the homeassistant VM.
Further investigation, I think I can rule out a simple connectivity problem:
I have two hosts:
A
Linux on a physical machine, ip: 10.0.0.1
B
HAOS in a VM running inside KVM ontop of A
, ip: 10.0.0.2
Ping works in both directions:
A
: ping 10.0.0.1
:heavy_check_mark: A
: ping 10.0.0.2
:heavy_check_mark: UDP connection A
-> B
works (after initialization by A
, data can be sent both ways):
B
: docker exec -it addon_a0d7b954_zerotier nc -ulvp 9994
A
: nc -uv 10.0.0.2 9994
UDP connection B
-> A
works (after initialization by B
, data can be sent both ways):
A
: nc -ulvp 9994
B
: docker exec -it addon_a0d7b954_zerotier nc -uv 10.0.0.1 9994
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Problem/Motivation
I cant connect to anything from or to the HAOS instance via zerotier
Expected behavior
Connection (i.e. accessing lovelace) is possible
Actual behavior
No connection possible.
no response
)ip route get <other device ip>
correctly assumes the route has to go through the local zerotier interfacezerotier cli status
from within the zerotier addon container returnsONLINE
Steps to reproduce
Proposed changes