树莓派配置静态IP的正确方法
关于树莓派(debian 系统)我看很多网上的教程都是修改 /etc/network/interfaces 文件,其实这种方法是不对的,其中提示信息很明确:
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
正确设置静态IP应该修改 /etc/dhcpcd.conf 文件
# Example static IP configuration:
interface eth0
static ip_address=192.168.1.3/24
static routers=192.168.1.1
static domain_name_servers=8.8.8.8

浙公网安备 33010602011771号