23 Dec 2010

D-Link DIR-615 MAC Address Entered is Invalid

I was trying to do a DHCP reservation but D-Link’s DIR-615 wouldn’t accept my phone’s MAC address because it didn’t start with “00”. Although the firmware was fixed since version 3.11NA (download update), here is what I did to work around this problem:

  1. Using Firebug in Firefox, set a break-point at line 420 in file public.js
  2. Edit temp_mac’s array value at position 0 from “fc” to “00” (“fc” or anything else)
  3. Continue execution of script