Dynamic DNS: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 44: | Line 44: | ||
You can verify proper operation using <code>journalctl -u ddns-updater.service</code>. Note that previous manual DNS entries might not be overwritten using this tool and need to be deleted first. | You can verify proper operation using <code>journalctl -u ddns-updater.service</code>. Note that previous manual DNS entries might not be overwritten using this tool and need to be deleted first. | ||
== Troubleshooting == | |||
If you run into issues with IP addresses not updating, stale cache may be at fault. Depending on your setup, <code>sudo systemd-resolve --flush-caches</code> or <code>sudo systemctl restart dnsmasq</code> followed by <code>sudo systemctl restart ddns-updater</code> might solve this. | |||
[[Category:Networking]] | [[Category:Networking]] | ||
[[Category:DNS]] | [[Category:DNS]] | ||