Changing the WiFi orderSolved

Participant
Discussion
2 weeks ago

Hey there, 

I deployed a Wi-Fi configuration profile to our macos devices, but I noticed an issue. The network is being placed at the bottom of the preferred networks list. This is problematic because our users often end up connecting to unsecured networks instead of our secure, company-provided Wi-Fi. 

How can I ensure the company network is prioritized at the top of the list? 

Replies (4)

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

You can try removing the wifi network and re-adding it at the top of the preferred networks list using the networksetup commands:

This will ensure the network is re-added at index 0, prioritizing it.

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

If I’m not mistaken, this method might disrupt any existing 802.1X configurations, which could be problematic for environments that rely on secure Wi-Fi authentication. The networksetup commands lack the ability to retain advanced authentication settings, such as 802.1X configurations. 

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

I haven’t encountered this issue myself, as I use the wi-fi policy in Hexnode. Once I push the policy, the configured wi-fi network automatically connects and is placed at the top of the preferred networks list. I’d recommend giving this a try, as it might resolve the issue you’re facing. 

Marked SolutionPending Review
Participant
1 week ago
Marked SolutionPending Review

Hey @bram, I tried it out, and it seems to be working perfectly now. Much appreciated!

Save