From 3cdac8119b1e6b9288a2f205cbb5aea9e8b3d83d Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 6 Dec 2021 17:37:24 +0200 Subject: [PATCH] edit resolv --- .../modules/ROOT/pages/index-setup.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/network-adhoc/modules/ROOT/pages/index-setup.adoc b/network-adhoc/modules/ROOT/pages/index-setup.adoc index 8f48287..ee8b271 100644 --- a/network-adhoc/modules/ROOT/pages/index-setup.adoc +++ b/network-adhoc/modules/ROOT/pages/index-setup.adoc @@ -133,6 +133,26 @@ echo "Check name resolution" resolvectl status ---- +=== Problem with DNSSEC + +systemctl status systemd-resolved.service + +[source,sh] +---- +DNSSEC validation failed for question google.com IN A: no-signature +---- + +You can workaround this with adding option + +[source,sh] +---- +DNSSEC=no # to /etc/systemd/resolved.conf +---- + +and *reboot* to disable DNS record signing. + + + == unprotected ad-hoc interface using wpa_supplicant Follow *Install systemd-networkd*