FRC830 / 2023-Tasks

This 2023-Tasks repo is for tasks that don't have another home
1 stars 0 forks source link

Configure RPi ethernet interface with known static address for local development #49

Open mckartha opened 1 year ago

mckartha commented 1 year ago

Configure /etc/dhcpcd.conf on the RPi to serve a static IP address on the ethernet eth0 interface

Confirm that the IP address is correct by connecting it to a notebook via ethernet, probably with an IP address alias of 192.168.8.1 and confirm that one can SSH to the RPi using it's static address

Also test routing to internet - provided that the connected notebook is sharing its internet connection and is routing traffic properly; also need the gateway in /etc/dhcpcd.conf set to use (probably) 192.168.8.1 as the gateway IP address