I believe every thing is in the subject, if not here comes the longer version:
I got a new rpi4 (very nice btw). But I run into a bit of a problem. DNS won't resolve. After some searching (it took me a while....), Here is what I found:
DNS would not accept any request because my system's time is not properly. I you remember well, the lack of RTC makes it happen every time you switch it off and on again (while waiting for some time in between). Wrong time messes with security and certificates.
Then any time synchronization will fail because the client (ntp I believe, I have an almost, clean install using raspberry pi OS -not lite, not full- which is up to date). Here is one the many message I got in my syslog:
They all look alike with different servers.systemd-resolved[323]: DNSSEC validation failed for question 3.debian.pool.ntp.org IN A: signature-expired
My first idea was to set a hard coded ip address for the ntp server, but then after some digging I found out that ntp server are rotated through some kind of pool (which makes it murky on how to proceed, cleanly).
So here is my question. How do I make my pi get some network time in this configuration. And of course I don't intend to set the time by hand on every reboot, nor do I wish to let it up 24/7.
Thanks for your advice.
And long live the pi, I love it.
Bubu.