0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ラズパイ初期設定 Zero 2W(メモ)

Posted at

IPアドレス固定化

  • 接続名確認
    nmcli connection show
  • コマンドで設定
    sudo nmcli connection modify "接続名" \
    ipv4.method manual \
    ipv4.addresses "固定IPアドレス/24" \
    ipv4.gateway "デフォルトゲートウェイ" \
    ipv4.dns "DNS" \
  • sudo nmcli connection reload
  • sudo nmcli connection up "接続名"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?