Closed wxrl closed 2 years ago
If I manually change my DNS server settings to 172.27.27.27
on e.g. Office Client, I can ping the server with sv.myowndomain.com
as well as ping other nodes with their zeroNSD domains respectively. But this is not a good way to bypass as the Home Server is not always on.
Hello,
Lets see...
ZeroNSD is up and running, dig +short @172.27.27.27 sv.myowndomain.com
works.
If you use dig
without the @172.27.27.27
it won't work, I assume.
I think you need to run zerotier-systemd-manager on the Ubuntu 20.04 machine. Or otherwise tell it to use 172.27.27.27 for myowndomain.com. How to do this depends which of the numerous linux network manager things you're using.
The android isn't working? That seems like it should work.
android on my systems almost always requires a leave/join to trigger the dns changes.
I do have got another more serious problem after installing zeronsd / zerotier-systemd-manager...
As my home router does have a top-level public but dynamic IPV4 (but it just keeps changing every 2-3 days), I actually was always able to access (SSH) the Debian Home Server via the IPV4 (as I redirected the IPV4 to the Debian Home Server in the router's settings)
After zeronsd / zerotier-systemd-manager installed and after every reboot of the server (not rebooting the home router), if I try to SSH the Debian Server from outside (not within home sub-net), sometimes I can access the server with the public IPV4 but sometimes I cannot... (and the failure rate is like much more than 50% high). Also under the failure situation with the public IPV4, I CANNOT access the server using zerotier's virtual IP...
But if I SSH the Debian server from home sub-net (under the same home router) using 192.168.x.x, I can always access the Debian Home Server 100%.
NOT SURE whether the system network gets stuck with zeronsd or zerotier-systemd-manager somewhere during/after reboot...
Once I uninstalled zeronsd & zerotier-systemd-manager, but with zerotier-one kept, the issue above disappeared after reboot (and zerotier virtual IP works fine as before)...
Also if the Debian Server (with zeronsd
"running") is under the situation mentioned in the comment above (=cannot be connected via its public top-level IP), it cannot resolve domains itself if I ping
some public sites from the Debian Server or try to wget
some package from the internet under SSH (as it can still be connected via 192.168.*.*
from the home sub-net).
the debian server must still run zerotier-systemd-manager.
Yes, i meant zerotier-systemd-manager+zeronsd together when saying zeronsd as my setup was following the official instructions...
Also when the problem happens, I tried to systemctl restart zerotier-systemd-manager and zeronsd, as well as restarting zerotier-one several times, but it doesn't solve the problem... The problem is completely gone only after I remove zeronsd and zerotier-systemd-manager...
... are you running systemd-resolved?
... are you running systemd-resolved?
No. Should I?
sudo systemctl status systemd-resolved.service
● systemd-resolved.service - Network Name Resolution
Loaded: loaded (/lib/systemd/system/systemd-resolved.service; disabled; ve>
Active: inactive (dead)
Docs: man:systemd-resolved.service(8)
man:org.freedesktop.resolve1(5)
https://www.freedesktop.org/wiki/Software/systemd/writing-network->
https://www.freedesktop.org/wiki/Software/systemd/writing-resolver>
read the documentation please. this isn't an interactive help forum.
the documentation provided was well read. it's dead because the zerotier-systemd-manager (as well as zeronsd) was removed due to the problems.
Hi, I have been using
zerotier
for a while on my private network and just started to deployzeronsd.
I followed the official zeronsd documentation as well as referring to Alan Norbauer's notes for set-up
Here are my configurations (all 3 nodes listed below are under different physical network)
myowndomain.com is my own domain registered at Godaddy.com but no public DNS settings done there (just registered).
myowndomain.com
automatically filled in Search Domain and 172.27.27.27 listed in Servers in ZeroTier Web Settings pagedig on Home Server (Debian)
dig on Office Client (Ubuntu)
Any help would be highly appreciated! Thanks!