Table of Contents

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ā€¦

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

Configuring Raspberry Pis for Temperature and Humidity monitoring