I don't understand as, sudo lsof -l|grep EST,
works here.
What do you mean that it works?
I don't understand as, sudo lsof -l|grep EST,
works here.
But it doesn't show all the active connections. Again, for Safari, it only shows an open file named "RESTRICTED_OPENER_DOMAINS.wplist" somewhere in /private/varI don't understand as, sudo lsof -l|grep EST,
works here.
sudo tcpdump -i en7 udp
It shows the ESTABLISHED connections.
Another more sophisticate network "sniffer" I recommend is Wireshark
But I have no idea what is actually causing it or how to fix it.
% su - $ADMINNAME
Password: --> Authenticate
% sudo lsof -l|grep EST
Password: --> Authenticate
Hmmm now there's an idea. Maybe that explains it. Still very strange though. The same processes are running and appearing under network activty. But besides what you are suggesting, I cannot think of a single reason why they'd all suddenly no longer make remote connections.But without further investigation, my only reason I think something is hidden is that you see a difference from the previous OS. I trust your memory.
One thing I do notice is that a a number of the Apple processes, which communicate to their servers via https, are using the UDP-based QUIC protocol. Maybe that's new and the reason you no longer see established connections to Apple servers that you used to see. But, that's just a guess.
Hmmm now there's an idea. Maybe that explains it. Still very strange though. The same processes are running and appearing under network activty. But besides what you are suggesting, I cannot think of a single reason why they'd all suddenly no longer make remote connections.