長い間使用してきたWiFiネットワークにDNSの問題があります。携帯電話でホットスポットを設定しようとしましたが、すべてがうまく機能していたため、問題はそのネットワークにのみあります。
ping 8.8.8.8
有効ですが
nslookup google.com
;; Got SERVFAIL reply from 127.0.0.53, trying next server
;; connection timed out; no servers could be reached
resolvconf
オンラインで見つけた別のソリューションをインストールしてみましたが、そのうち何も機能しませんでした。
/etc/resolv.conf
内容は次のとおりです(追加後nameserver 8.8.8.8
)/etc/resolvconf/resolv.conf.d/tail
。
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53
search station
nameserver 8.8.8.8
答え1
私が見つけた解決策は
- 確実にするDNSインストール済み(
sudo apt-get install dnsmasq
) dns=dnsmasq
次の[main]
セクションに追加/etc/NetworkManager/NetworkManager.conf