树莓派设置静态IP地址
Posted 玻璃外的风景
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派设置静态IP地址相关的知识,希望对你有一定的参考价值。
1、使用ssh登陆,使用以下命令设置静态ip。
sudo nano /etc/dhcpcd.conf
2、在dhcpcd.conf后添加以下内容:
interface eth0 static ip_address=192.168.1.122/24 static routers=192.168.1.1 static domain_name_servers=8.8.8.8 114.114.114.114
3、保存后重启树莓派。
sudo reboot
以上是关于树莓派设置静态IP地址的主要内容,如果未能解决你的问题,请参考以下文章