Browse Source

edit resolv

master
zeus 3 years ago
parent
commit
3cdac8119b
  1. 20
      network-adhoc/modules/ROOT/pages/index-setup.adoc

20
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*

Loading…
Cancel
Save