FRC830 / FRC830/2023-Tasks

Configure RPi ethernet interface with known static address for local development

Open
#49 0 comments 0 reactions 0 assignees View on GitHub
network-comms Software
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the RPi's /etc/dhcpcd.conf and the eth0 interface settings. Connect the RPi to a notebook over ethernet, configure the notebook with the proposed 192.168.8.1 alias, and verify SSH access at 192.168.8.30. If the notebook shares internet, test routing and confirm whether 192.168.8.1 is the required gateway.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, raspberry-pi
Domain
embedded-iot, networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.