FYI for Community.
Per ZeroTier Support here are the implications of the ZT One connection options:
allowManaged – If true, ZT-managed IPs and routes are assigned (default on)
allowGlobal – If true, ZT-managed IPs and routes can overlap public IP space (def off)
allowDefault – If true, network can override system default route (full tunnel) (def off)
Hi, so I am trying again. I did everything as you said, and I think that the problem is is the static route. I tried both LAN or WAN option but it does not work (BTW with the static route set all my WiFi devices stop connecting to the router, very strange)
Do you have any idea if I should put something in METRIC (I put nothing) ?
I have hassio with Zero Tier addon running but I can’t access the frontend through the zero tier “vpn”.
SSH (Port 22) and Pi-hole work fine but when I try to go to zerotier_address.ip:8123 (192.168.192.10:8123) the page just keeps loading and I don’t know why.
I’ve also scanned the ports of the hassio instance over zero tier and 8123 is open.
the log of the zero tier addon seems fine:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
Add-on version: 0.3.0
You are running the latest version of this add-on.
System: HassOS 2.12 (armv7 / raspberrypi3)
Home Assistant version: 0.95.4
Supervisor version: 167
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] zerotier.sh: executing...
[22:49:43] INFO: ZeroTier node address: ##########
[22:49:43] INFO: Configuring network: ################
[cont-init.d] zerotier.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[22:49:44] INFO: Starting ZeroTier One...
I’ve installed the the add-on and it’s connecting to Zerotier and appearing in my Central control panel but it’s not getting an IP on the network. My iPhone is so everything seems to be set up right.
Thank you!
Everything is working here.
I wanted to integrate Google Home Assistant + Home Assistant using ZeroTier.
Can I do that?
I cannot perform port forwarding on my router.
I wanted to integrate my Home Assistant with Google home Assistant.
I am kinda thinking in a solution for ISP with double NAT in which the ISP is does not help at all.
Maybe you could provide a better insight on whether something like this would work:
Basically receive all the traffic in a cloud VM with a reverse proxy, then forward all that traffic through ZeroTier network to a local HA instance with the ZeroTier add-on.
In this case the HA instance wouldn’t need any port forwarding or open ports on router.
Internet <-> Cloud VM w/reverse proxy and ZeroTier <-ZeroTier network-> Local HA Instance.