Skip to content

How do I password protect the wifi hotspot? #3477

Answered by holta
aksuhre asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aksuhre,

Internet-in-a-Box (IIAB) is generally intended for free libraries and schools with completely open access.

That said do you have command-line access to your IIAB using a screen/keyboard or ssh? If so, can you try the following?

  1. Run:
    sudo nano /etc/iiab/local_vars.yml
    
  2. Look for Lines 72-73 in your /etc/iiab/local_vars.yml and change them to be:
    hostapd_secure: True
    hostapd_password: ACTUAL_PASSWORD
    
  3. Save the file (Ctrl-O) and exit (Ctrl-X).
  4. Run the following, and confirm that it completes without error about 3 minutes later:
    sudo iiab-network
    
  5. Test and please report back if this works?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@aksuhre
Comment options

@holta
Comment options

Answer selected by aksuhre
Comment options

You must be logged in to vote
1 reply
@holta
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants