Quantcast
Channel: Tomato Firmware
Viewing all articles
Browse latest Browse all 5181

Tomato-Shibby updated from 131 to 140. WanMacChangeScript doesnt work anymore.

$
0
0
Hi,
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
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.

Viewing all articles
Browse latest Browse all 5181

Trending Articles