Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Last active September 26, 2020 06:27
Show Gist options
  • Save wasimosmanhome/af8d8c1fe5f6af856f29ce14302e6619 to your computer and use it in GitHub Desktop.
Save wasimosmanhome/af8d8c1fe5f6af856f29ce14302e6619 to your computer and use it in GitHub Desktop.
RaspAP
sudo iptables -t nat -I POSTROUTING -d 127.0.0.0/8 -j ACCEPT
curl -sL https://install.raspap.com | bash -s -- -y
Use this for RASPAP installation
Go to Documents folder and:
curl -sL https://install.raspap.com > installer.sh
chmod +x installer.sh
./installer.sh -y
curl -sL https://install.raspap.com | bash
IP address: 10.3.141.1
Username: admin
Password: secret
DHCP range: 10.3.141.50 to 10.3.141.255
SSID: raspi-webgui
Password: ChangeMe
If there are installation problems then run:
sudo update-alternatives --config iptables
and select legacy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment