Hi rkaufmann87
ChatGPT sorted the problem for me, here's what it advised me to do.
The single most important red flag 🚩
⚠️ Network interface explosion
This is the standout issue in the entire report:
Interface en49: Mobilebroadband 28
Interface en50: Mobilebroadband
Interface en51: Mobilebroadband 29
...
Interface en86: iPhone USB
You have dozens of stale / ghost MobileBroadband interfaces.
That is not normal.
On a healthy Mac you’d expect:
- en0 → Ethernet
- en1 → Wi-Fi
- maybe 1–2 extra interfaces (Thunderbolt bridge, USB tether)
You have 40+ mobile broadband interfaces.
This strongly suggests:
- Repeated creation of iPhone / USB / hotspot network services
- macOS never properly cleaning them up
- Routing confusion when the iPhone hotspot appears
This perfectly explains your symptom:
Wi-Fi connects but no packets flow
Because:
- macOS connects
- But routes traffic to the wrong interface
- Your ping goes nowhere
Your iPad works because iPadOS has a simpler, cleaner network stack and no legacy interfaces.
Likely root cause (in plain English)
Your iMac’s network service database is polluted with legacy mobile interfaces, causing incorrect routing when an iPhone hotspot is present.
This is very consistent with:
- Intel Macs
- Long-lived systems
- Multiple iOS versions
- USB + Wi-Fi hotspot use over time
- macOS 26.x (Tahoe) being new and buggy
You’ve basically hit an edge case Apple hasn’t cleaned up properly.
What I recommend doing (safe + reversible)
Step 1 — Reset network services (the clean way)
This is the key fix.
- System Settings → Network
- Click the three dots / … → Edit Locations
- Create a new location (e.g. Clean)
- Switch to it
- Restart the Mac
- Re-add only:
Then:
- Reconnect to iPhone hotspot
- Test ping again
This forces macOS to rebuild routing tables without legacy cruft.