Travis LaDuke
Travis LaDuke
Hi, it should use the best route per peer. I don't think there is a setting to prefer one or the other.
Make sure the controller is orbiting the moon also.
It looks like it's hard coded. Not 100% sure. I'm sure we could make it take a port or url as an argument. Just need to find time.
> Am I supposed to install zeronsd on every client? No Did you enable `allowDNS` on your clients? https://docs.zerotier.com/zeronsd/quickstart#install-zerotier
Closing because probably not a zeronsd issue. Let us know if it is, or if we can improve the docs.
Ok. What operating system are the clients? How are you testing DNS? Check the firewall rules on the DNS server.
Should work on Windows. Linux needs more configuration to know about the DNS server. https://github.com/zerotier/zeronsd#per-interface-dns-resolution
for me, it was that I had a reference `window` in my choo entry point. (even trying to wrap it in like `if (window) {...}` )
Try making the ZeroTier managed route [less specific](https://en.wikipedia.org/wiki/Longest_prefix_match) than the LAN's.
Hi @novirium Is a zt adapter part of the vmbr0 bridge? In that case, sometimes you want to set allowManaged to false for that zerotier network. `zerotier-cli set $NETWORKID allowManaged=0`...