2

My Macbook (10.14 Mojave) sometimes has trouble connecting to public wifi. It is hard to be productive when you have 30 minutes and it takes 15 to connect to wifi. Some places it takes a long time for the free wifi sign in page to pop up.

Is there something I can type into terminal that would "reset" the wifi without shutting down? Is there something else I can do to make it connect faster?

3
  • Does turning WiFi off and on through system preferences help? If so you could replicate this through terminal with sudo ifconfig en0 downthen sudo ifconfig en0 up See here.
    – lx07
    Commented Jun 10, 2019 at 18:04
  • Some captive portal Wi-Fi networks purposely do annoying things to keep macOS's captive portal detection from working, because they want to be able to read and set cookies on your real web browser, not the sandboxed captive portal window. Try going to neverssl.com from a browser you don't care about. That usually allows you to deal with the captive portal quickly, without letting it set cookies on your "real" browser.
    – Spiff
    Commented Jun 10, 2019 at 20:21
  • Thank you. Wifi seems to be behaving now that I have a solution. I have a browser with neverssl.com as the homepage and copied the terminal commands so I can try those as well.
    – JAstuccio
    Commented Jun 12, 2019 at 19:06

0

You must log in to answer this question.

Browse other questions tagged .