Table of Contents

, ,

Raspberry Pi set static ip

Debian 12 Bookworm

nmcli c m "Wired connection 1" ipv4.addresses 192.168.99.134/24 ipv4.method manual && nmcli c m "Wired connection 1" ipv4.gateway 192.168.99.11 && nmcli c m "Wired connection 1" ipv4.dns 192.168.99.11 && nmcli c down "Wired connection 1" && nmcli c up "Wired connection 1"

Tested on

See also

References