Scripts for turning a Raspberry Pi into a wifi access point.
To get everything set up and run it all, run:
$ ./install_requirements.sh
$ ./setup_ap.sh
Supporting scripts:
install_requirements.sh
- apt-get install for softwareenable_ipv4_forwarding.sh
- enables ipv4 forwarding of packetsopen_firewall.sh
- enables packet forwarding from wlan0 to eth0 (optional, for providing internet)
The following configuration files are installed by this script:
dhcpd.conf
- dhcp daemon config filehostapd.conf
- hostapd config fileinterfaces
- network interfaces fileisc-dhcp-server
- config file for ISC DHCP server