Macos

macos big sur 網路問題

  • April 30, 2021

我將我的更新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從不打開…

請指教。

我終於能夠將問題指向Objective-See:LuLu

…一旦我禁用它,一切就開始工作了!

我繼續創建了一個問題:https ://github.com/objective-see/LuLu/issues/360

這有點奇怪。

另外,這是在黑暗中拍攝的,所以不要拒絕我。我最好的猜測是 chrome 正在通過 https 使用 dns。Wireshark 或 tcpdump 將是您的朋友。

你有ipv6地址嗎?

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

引用自:https://unix.stackexchange.com/questions/647365