方法一: 执行写入真实MAC地址字母必须为小写 echo "pre-up ifconfig eth0 hw ether 真实MAC地址" >> /etc/network/interfaces.d/eth0 执行重启网络服务 systemctl restart networking.service 或者执行重启系统 reboot