Hi everyone,
I've been facing an issue with internet connections just after updating to macOS Sequoia. Two devices running Sequoia cannot establish a connection with each other in Docker.
Error response from daemon: Get "https://europe-docker.pkg.dev/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
This issue started right after I installed the update, and I've heard about DNS/connection issues related to it. The first thing I wanted to test was turning off the firewall, but I wasn't able to make any changes.
I have a policy that was supposed to turn off the firewall with the following command:
defaults write /Library/Preferences/com.apple.alf globalstate -int 0
However, it didn't work on Sequoia, although I tested it on Sonoma and it worked well there.
I've tried searching online but haven't found anything that works so far. My question is: Does anyone have any ideas on how to disable the firewall? I tried following the procedure outlined here: https://forum.itarian.com/t/mac-procedure-to-disable-firewall/75670/3, but nothing happened. I received a message that "Firewall settings cannot be modified from the command line on managed Mac computers."