Up
Raspberry Pi 側の設定
作成: 2021-10-02
更新: 2021-10-04
PC から ssh 接続
$ ssh pi@192.168.1.150
/etc/dhcpcd.conf の編集
$ cd /etc
$ sudo cp dhcpcd.conf dhcpcd.conf_org
$ sudo vi dhcpcd.conf
つぎの2行のみ:
interface eth0 static ip_address=10.10.10.1
:q
cp dhcpcd.conf dhcpcd.conf_p2p_cable