aardvark-dns: dns request failed: request timed out
I’m using arch linux, so the packages should have the newest version.
I’m using firewallD and rootless podman with netavark and aardvark-dns.
I understand, that rootless podman with netavark won’t manage my firewallD, but I would like to know which rules I need to activate to avoid the spam in my journal. And if the rule need to be in my loopback or network interface. (Also if it is enough to allow communication with the host instead of having an open port in the internet.
My dns resolver is systemd-resolved
$ ls -lha /etc/resolv.conf
lrwxrwxrwx 1 root root 39 31. Okt 10:22 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
My journal spam:
aardvark-dns[6156]: 21433 dns request failed: request timed out
The rootless container itself can ping to google.com
.
I didn’t test if they can ping to a container dns name.
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 5
- Comments: 22 (6 by maintainers)
Ah, after turning /etc/resolv.conf again into a symlink of systemd-resolved
sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
the messages disappear. I assume it wants now to call the localhost ip of the systemd-resolved instead of the network ip of the outside resolver.I don’t know how I could let this plugin verbose debug logging into the journal, but I’m glad that it is fixed now.