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:
- Using Firebug in Firefox, set a break-point at line 420 in file public.js
- Edit temp_mac’s array value at position 0 from “fc” to “00” (“fc” or anything else)
- Continue execution of script