Trick to keep your Mac's Wi-Fi connection alive

NewImage

Some users are reporting problems that the Wi-Fi connection with the router drops, and waiting for Apple to fix it in Mac OS X Lion 10.7.1 what we can do is a pretty old trick that works perfectly.

For this we need to know the IP of our router -generally 192.168.1.1-, which we can also see if we enter Preferences> Network, by clicking on the connection that we have active.

Creating the script

  • Open Terminal and type: nano wifiscript.sh
  • Once nano is open paste the following code (change the IP if necessary):

#!/bin/bash
ping -i 5 -n 192.168.1.1

  • Press Control + O to save and Control + X to exit nano
  • Make the script executable with this command: chmod + x wifiscript.sh
  • Run it in the background: ./keepalive.sh

If you follow the steps it has to work perfectly, and the truth is that it can help some of you.

Source | OS X Daily


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   kenosis said

    Dude, this sounds great to me. But there is no way they can do it in a video tutorial just in case hahaha… Nothing thanks in advance and greetings from Puerto Rico!