vim /etc/rc.local
#change the server's MAC address("00:50:56:84:5C:76" change to 00:50:56:84:5D:77)
/sbin/ifconfig eth0 down
/sbin/ifconfig eth0 hw ether 00:50:56:84:5D:77
/sbin/ifconfig eth0 up
service network restart
本文共 269 字,大约阅读时间需要 1 分钟。
vim /etc/rc.local
#change the server's MAC address("00:50:56:84:5C:76" change to 00:50:56:84:5D:77)
/sbin/ifconfig eth0 down
/sbin/ifconfig eth0 hw ether 00:50:56:84:5D:77
/sbin/ifconfig eth0 up
service network restart
转载于:https://www.cnblogs.com/lmgsanm/p/5441346.html