解决方法:
1、配置好静态IP在/etc/network/interface
2、关闭dhcp服务(不知道这个服务是干嘛的,明明是客户端还需要这个)
sudo systemctl stop dhcpcd
sudo systemctl disable dhcpcd
sudo systemctl daemon-reload
sudo systemctl restart networking
如果此时中断或挂起没法动时,尤其是使用SSH登录的,可以使用【~】+【.】+【Enter】退出。
参考:
https://raspberrypi.stackexchange.com/questions/13359/where-does-my-secondary-ip-come-from
https://raspberrypi.stackexchange.com/questions/32516/multiple-ip-addresses-being-assigned