树莓派配置静态IP
Posted oldli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派配置静态IP相关的知识,希望对你有一定的参考价值。
新的配置方法不需要改变/etc/network/interfaces文,只要打开/etc/dhcpcd.conf这个文件,然后在其末尾添加以下代码:
interface eth0
inform 192.168.2.50
static routers=192.168.2.1
static domain_name_servers=192.168.2.1 8.8.8.8
其中inform是要配置的静态IP
以上是关于树莓派配置静态IP的主要内容,如果未能解决你的问题,请参考以下文章