Simple Ham Radio Remote How Do I
Quick Guide
Manually set a static IP address on Raspberry Pi OS Trixie
SSH into the Raspberry Pi
Change the 10.x.x.x to your IP Address:
- sudo nmcli c mod "Wired connection 1" ipv4.addresses 10.0.0.220/24 ipv4.method manual
- sudo nmcli con mod "Wired connection 1" ipv4.gateway 10.0.0.1
Change the 8.x.x.x to your DNS IP Address.
- sudo nmcli con mod "Wired connection 1" ipv4.dns "8.8.8.8,8.8.4.4"
Restart the connection to apply the changes:
- sudo nmcli c down "Wired connection 1" && sudo nmcli c up "Wired connection 1"