From 92cba363c8380f0a1f99fbabe25b78bca5de0fc3 Mon Sep 17 00:00:00 2001 From: Joe Haig Date: Sun, 23 Oct 2016 21:39:22 +0100 Subject: [PATCH] Show default configuration details --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d97f606..5172431 100644 --- a/README.md +++ b/README.md @@ -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