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

答案2

我终于能够将问题指出客观看:露露...

...一旦我禁用它,一切就开始工作了!

我继续创建了一个问题:https://github.com/objective-see/LuLu/issues/360

相关内容