macos big sur ネットワークの問題

macos big sur ネットワークの問題

MacBook Pro (16-inch, 2019)最新バージョンにアップデートしたmacOS Big Sur - 11.3 (20E232)直後、次のようないくつかのネットワーク問題が発生し始めました。

alexus@mbp ~ % time host google.com
;; connection timed out; no servers could be reached
host google.com  0.00s user 0.00s system 0% cpu 10.010 total
alexus@mbp ~ % grep ^nameserver /etc/resolv.conf 
nameserver 192.168.86.1
alexus@mbp ~ % netstat -rn | egrep 'default.*en0'
default            192.168.86.1       UGScg          en0       
alexus@mbp ~ % time ping -c1 192.168.86.1
PING 192.168.86.1 (192.168.86.1): 56 data bytes

--- 192.168.86.1 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
ping -c1 192.168.86.1  0.00s user 0.00s system 0% cpu 11.014 total
alexus@mbp ~ % 

しかし、私はChromeこの問題についてこの素晴らしいコミュニティに手紙を書いています。)

多くのアプリが非常に遅く(約1〜2分)開かれ、確かに以前ほど速くはなく(1〜2秒)、App Store開かれません。

アドバイスしてください。

ベストアンサー1

これは少し奇妙です。

また、これは暗闇の中の機会なので、私の投票を割引しないでください。私の推測は、Chromeがhttpsを介してDNSを使用していることです。 Wiresharkまたはtcpdumpはあなたの友達になります。

ipv6アドレスがありますか?

https://duo.com/decipher/google-makes-dns-over-https-default-in-chrome

おすすめ記事