Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. M

    How to set a Random WAN Mac at each boot?

    Sun Apr 26 02:28:53 UTC 2020 merlin@2bcb57c Model RT-AC86U Firmware Version 384.17
  2. M

    How to set a Random WAN Mac at each boot?

    So what is the script for Merlin?
  3. M

    How to set a Random WAN Mac at each boot?

    Anyone can share a script? I tried this script but it's not working. MAC=`(date; cat /proc/interrupts) | md5sum | sed -r 's/^(.{10}).*$/\1/; s/([0-9a-f]{2})/\1:/g; s/:$//;'` echo "00:${MAC}" ifconfig eth1 hw ether 00:${MAC} nvram set def_hwaddr="00:${MAC}" nvram set wan_hwaddr="00:${MAC}"
Top