|
|
|
|
|
by unionpivo
2113 days ago
|
|
Most black boxes are just default linux distro with their vendor software on top. Before systemd, you just needed to set correct DHCP config and it would all just work. But nowdays distros come with systemd-resolved which usualy has (by deafult) fallback public DNS servers. That means that boxes suddenly can switch from your DHCP network provided DNS servers (or even static DNS servers) to goolge (or cloudflare,) public DNS server. Bottom line is, it used to be enough to set DNS server through DHCP (or static ones) that is no longer enough in some situations. |
|