Author: techfox9
Setting the MAC address..
Friday, August 15th, 2008 @ 5:06 pm
On an embedded board (TS7260) I was testing, it turned out
that the MAC address of the network adapter was all FFs.
As a result, I was not able to network to the board at all.
Here is how to set the MAC address:
$ ifconfig eth0 down $ ifconfig eth0 hw ether 00:80:48:BA:d1:20 $ ifconfig eth0 up
From http://linuxhelp.blogspot.com/2005/09/how-to-change-mac-address-of-your.html