https://blog.51cto.com/u_16099242/6615433
使用 busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE 可以修改
但是每次重启都会改回原来的.
所以要修改 /etc/init.mini210.sh (可能不一样)
添加一段
ifup eth0
busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE
https://blog.51cto.com/u_16099242/6615433
使用 busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE 可以修改
但是每次重启都会改回原来的.
所以要修改 /etc/init.mini210.sh (可能不一样)
添加一段
ifup eth0
busybox ifconfig eth0 hw ether AA:BB:CC:DD:EE
0 条评论