Show default configuration details

This commit is contained in:
Joe Haig 2016-10-23 21:39:22 +01:00
parent 2d992fb4ac
commit 92cba363c8
1 changed files with 7 additions and 0 deletions

View File

@ -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