Raspberry Pi Bookworm set static ip address

sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
nmcli -p connection show
sudo nmcli con mod ‘Wired connection 1’ ipv4.addresses 192.168.2.109/24 ipv4.method manual
sudo nmcli con mod ‘Wired connection 1’ ipv4.gateway 192.168.2.254
sudo reboot

Leave a Reply

Your email address will not be published. Required fields are marked *