cd /etc sudo vim rc.localAdd the following lines before "exit 0" (change the MAC address as needed):
/sbin/ifconfig eth2 down /sbin/ifconfig eth2 hw ether 00:00:00:00:00:00 /sbin/ifconfig eth2 upRestart your system and it should be OK.
If you want to temporarily change your MAC address, simply run the 3 lines of commands at bash shell prompt.
It is amazing to know that just these simple steps can easily
ReplyDeletechange the MAC Address for your Ethernet.
Thanks
Silvester Norman
Change MAC Address
Thanks Silvester.
Delete