Update link to Raspberry Pi static IP instructions

This commit is contained in:
2022-09-14 18:37:24 +00:00
parent f2e5fc8a33
commit e3029e99c0

View File

@@ -89,7 +89,7 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne
* On each Pi
* log in with the username and password you used in the Imager utility
* 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
* 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.com/documentation/computers/configuration.html#static-ip-addresses
* Designate one of the Pi's to be the "main" device and do the following
* execute _**sudo apt install -y ansible sshpass git**_
* get a copy of repo (requies github account, comcast VPN access, and configured git credentials)