mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Show default configuration details
This commit is contained in:
parent
2d992fb4ac
commit
92cba363c8
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ $ wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap
|
|||
```
|
||||
The installer will complete the steps in the manual installation (below) for you.
|
||||
|
||||
After the reboot at the end of the installation the wireless network will be
|
||||
configured as an access point as follows:
|
||||
* IP address: 10.3.141.1
|
||||
* DHCP range: 10.3.141.50 to 10.3.141.255
|
||||
* SSID: `raspi-webgui`
|
||||
* Password: ChangeMe
|
||||
|
||||
## Manual installation
|
||||
Start off by installing lighttpd, php5, hostapd and dnsmasq.
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue