1、备份并清空 interfaces 文件
cp /etc/network/interfaces /etc/network/interfaces.bak
vi /etc/network/interfaces
2、查看网卡名称
ifconfig
显示如下内容,如果想让enp2s0这块网卡为静态ip需要设置这个名称,帖子上一般写的是eth0需要根据实际情况修改
3、修改dhcpd.conf
vi /etc/dhcpcd.conf
输入如下内容,ip地址等需要根据实际情况修改,网卡名字也要修改。
interface wlan0
static ip_address=192.168.3.54
static routers=192.168.3.1
static domain_name_servers=114.114.114.114
3、重启