I have a Tmobile cellspot router, flashed to merlin fork firmware.
Question: how do I create a daily auto wan MAC address change?
Background
I always use Tomato firmware on my routers, and there was a script I set under scheduler for daily:
MAC=`(date; cat /proc/interrupts) | md5sum | sed -r 's/^(.{10}).*$/\1/; s/([0-9a-f]{2})/\1:/g; s/:$//;'`
nvram set mac_wan="00:${MAC}"
service wan restart
Question: how do I create a daily auto wan MAC address change?
Background
I always use Tomato firmware on my routers, and there was a script I set under scheduler for daily:
MAC=`(date; cat /proc/interrupts) | md5sum | sed -r 's/^(.{10}).*$/\1/; s/([0-9a-f]{2})/\1:/g; s/:$//;'`
nvram set mac_wan="00:${MAC}"
service wan restart