User Tools

Site Tools


wiki:raspberry_pi_set_static_ip

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

wiki/raspberry_pi_set_static_ip.txt · Last modified: 2023/12/26 18:51 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki