一、方法:
1、使用ssh登陆,使用以下命令设置静态ip。
sudo nano /etc/dhcpcd.conf
2、在dhcpcd.conf后添加以下内容(网上的方法):
interface eth0
static ip_address=10.12.8.124/24
static routers=10.12.8.1
static domain_name_servers=202.102.152.3 114.114.114.114
3、保存后重启树莓派。
sudo reboot
我设置时,直接使用的static ip_address=192.168.1.110保存,重启。OK。
时间: 2025-01-12 10:33:28