Posted on 06-09-2020 01:03 PM
All,
I'm trying to run the following command but it's not having the expected effect. Am I missing something?
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setstealthmode off
Thanks!
Posted on 06-10-2020 07:04 AM
Do you have a configuration profile in place that might be keeping it on?
Posted on 06-10-2020 08:26 AM
@tngo3 What are you expecting? It should just be turning stealth mode off so that the machine would respond to pings basically. You can read the preference to see if it's changing the value
defaults read /Library/Preferences/com.apple.alf stealthenabled
@roiegat This is one of the fun places where the binary trumps a config profile. The firewall and gatekeeper are the 2 frustrating places where this happens.