MAC地址问题

 
 MAC地址是个大问题,方法记录在这里:
 环境:Dell D430 {ubuntu { vmware deepin XP }}
方法:
 1.vmx中地址配置
 #ethernet0.addressType = "generated"
 #uuid.location = "56 4d 7e 2a 41 1a d9 c4-12 3f 96 18 70 a8 2c 3e"
 #uuid.bios = "56 4d 7e 2a 41 1a d9 c4-12 3f 96 18 70 a8 2c 3e"
 ethernet0.addressType = "static"
 ethernet0.address = "00:1c:23:20:e8:2e"
 
 2.ubuntu地址修改
sudo gedit /etc/network/interfaces
iface eth0 inet auto
hwaddress ether 00:E0:FC:00:00:01
 
效果:虚拟机用实体机地址、实体机随意。

你可能感兴趣的:(职场,休闲)