You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
I verified on my El Capitan machine that the following fix in the YAML works: defaults write /Library/Preferences/SystemConfiguration/com.apple.nat NAT -dict-add Enabled -bool false
However, the check command seems broken. I allowed internet sharing on one of my networking interfaces, and the /Library/Preferences/SystemConfiguration/com.apple.nat file doesn't exist. (Maybe it would if I re-logged or rebooted.)
I recommend just performing the defaults read portion of the check.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I verified on my El Capitan machine that the following fix in the YAML works:
defaults write /Library/Preferences/SystemConfiguration/com.apple.nat NAT -dict-add Enabled -bool false
However, the check command seems broken. I allowed internet sharing on one of my networking interfaces, and the
/Library/Preferences/SystemConfiguration/com.apple.nat
file doesn't exist. (Maybe it would if I re-logged or rebooted.)I recommend just performing the
defaults read
portion of the check.The text was updated successfully, but these errors were encountered: