给自己看的。。。。
vi /etc/network/interfaces.d/eth0 # 修改配置文件,把里面的代码都先删了
auto eth0
iface eth0 inet static
address 192.168.1.10 #设置.10这个固定ip
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 180.184.1.1 #这个是抖音发布的公共dns,因为玩网心云,觉得这个dns最好
pre-up ifconfig eth0 hw ether 00:11:22:33:44:66