Closed kadamski closed 3 years ago
Sorry, wrong repo. I, obviously, should have reported that to main systemd repo.
@kadamski Please share a link to systemd issue after raising the problem there. Thanks.
@piotr-dobrogost https://github.com/systemd/systemd/issues/18006
After moving to Fedora 33 which uses systemd-resolved I'm having problems with DNS on my local network if the DNS server is set to my local router (192.168.1.1). Once I force the DNS server to be 8.8.8.8, everything works correctly.
The resolving works if I do: $ dig kernel.org @192.168.1.1
it also works if I do: $ dig kernel.org @127.0.0.53
but it doesn't when I call: $ resolvectl query kernel.org
the process hangs for a long time with the last few syscalls being:
On the systemd-resolved side it looks like this:
$ resolvectl status gives me:
What may be causing it? What else should I check to help resolving this issue?