Hi,
i always used the following script to change the last 2 digitas of my wan mac adress:
After updating from 131 to 140 this doesnt work anymore.
You see how things are "working" but after "Commit... done." the wan mac adress is still the same.
i always used the following script to change the last 2 digitas of my wan mac adress:
Code:
MAC=`(date; cat /proc/interrupts) | md5sum | sed -r 's/^(.{2}).*$/\1/; s/([0-9a-f]{2})/\1:/g; s/:$//;'` nvram set mac_wan="00:40:A2:CA:C2:${MAC}" service wan restart nvram commit
You see how things are "working" but after "Commit... done." the wan mac adress is still the same.