/Raspberry-Pi-Automated-WiFi-Access-Point

An automated WiFI Access Point setup script for Raspberry Pis. Turns your Pi into an access point that forwards traffic through the ethernet port!

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Raspberry-Pi-Automated-WiFi-Access-Point

An automated WiFi Access Point setup script for Raspberry Pis. Turns your Pi into an access point that forwards traffic through the ethernet port. In essence, this script converts your Raspberry Pi into a WiFi router!

Instructions

  1. Clone the repository using git
    git clone https://github.com/arm358/Raspberry-Pi-Automated-WiFi-Access-Point
  2. Change directory into the repository
    cd Raspberry-Pi-Automated-WiFi-Access-Point
  3. Make the script executable
    sudo chmod +x setup.sh
  4. Run the script
    ./setup.sh
  5. Enter network name, password, and password confirmation
  6. Reboot!

Notes

  1. This will create a 2.4ghz WiFi network on channel 2
  2. Country code is set to United States
  3. To change these settings, edit the /etc/hostapd/hostapd.conf file