Last active
September 26, 2020 06:27
-
-
Save wasimosmanhome/af8d8c1fe5f6af856f29ce14302e6619 to your computer and use it in GitHub Desktop.
RaspAP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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