Currently I use ifconfig to change the MAC address after booting the machine as follows:
Code:
openSUSE:~ # ifconfig eth1 down
openSUSE:~ # ifconfig eth1 hw ether yy:yy:yy:yy:yy:yy
openSUSE:~ # ifconfig eth1 up
I tried setting the LLADDR to "yy:yy:yy:yy:yy:yy" in /etc/sysconfig/network/ifcfg-eth-id-xx:xx:xx:xx:xx:xx as hinted by ifcfg.template but it did not work. Under Slackware I would simply add HWADDR to rc.inet1.conf but I am not sure as of how to do it under SuSE.