generated from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Fixing a broken internet connection after upgrading to macOS 14 Sonoma | ||
date: 2023-11-27 | ||
--- | ||
I upgraded my mac to macOS 14, Sonoma earlier today. Upon first using it, my internet wouldn't connect! | ||
|
||
Wifi or ethernet, nothing I tried work | ||
|
||
Even | ||
|
||
``` | ||
ping 8.8.8.8 | ||
``` | ||
|
||
I did some searching, and it turns out the version of [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) I had installed wasn't supported. | ||
|
||
The issue here is that without internet, I couldn't update it | ||
|
||
The fix wasn't too difficult. Go to System Settings -> Network -> VPNs and Filters. Disable little snitch. |