====== Raspberry Pi access and configuration ======
===== Access: =====
Access via VNC or SSH:
username is ''pi'', password is as usual
====== Network config =====
This should be done already, but just in case...
* For masertempke the IP address should be 131.217.61.28.
* For antennatempke the IP address should be 131.217.61.29.
* For antennatempyg the IP address should be 131.217.61.80.
* For antennatemphb the IP address should be 131.217.63.4.
Edit ''/etc/dhcpcd.conf'':
For Katherine or Yarragadee:
interface eth0
static ip_address=131.217.61.28/26
# /26 = netmask of 255.255.255.192
static routers=131.217.61.1
static domain_name_servers=131.217.0.19
For Hobart:
interface eth0
static ip_address=131.217.63.4/24
static routers=131.217.63.1
static domain_name_servers=131.217.0.19
The hostname should be correct but can be set via the Preferences/Raspberry Pi configuration GUI on the desktop.
Reboot.
==== Packages installed ====
[[operations:temphumidmonitorrpi|Configuring Raspberry Pis for Temperature and Humidity monitoring]]