From 390c0e59b7e84b23fe8bfd01dbedd09c4ff9a217 Mon Sep 17 00:00:00 2001 From: "Pellegrino, Michael" Date: Wed, 26 Feb 2020 15:49:13 -0500 Subject: [PATCH] Update README.md Add some instructions for network configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4be17c8..7ffaa08 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne * Boot NOOBS and select the Raspbian Lite option: * On each Pi + * Configure network + * The Raspberr Pi is configured for DHCP by default If your uCPE does not provide DHCP addresses, you will need to configure a staitc IP address by following the instructions at this site https://www.raspberrypi.org/documentation/configuration/tcpip/README.md * log in as 'pi' with the password 'raspberry' * execute _**sudo update-rc.d ssh enable**_ * execute _**sudo invoke-rc.d ssh start**_