What's new
  • 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!

Unable to remove 1 entry from wirless MAC filter list

fuzzydingo

New Around Here
Hello, new poster here.

I have a RT-AC87 and have been running the Merlin firmware for the past year. Currently I'm on 380.62b1.

The problem I'm having is that in my wireless MAC filter list I have an old entry from a device I no longer have and I can not delete this entry from the list. In my MAC filter list I have 14 entries for 13 devices I use and 1 I don't. The device I no longer use is still listed in the filter list after multiple (MULTIPLE!) attempts to remove it by clicking on the the minus ( - ) symbol to the right of the entry. After applying the change, the device still shows up. Reboots don't change this, neither do firmware updates. This device has been in my MAC filter list for over a year, I have switched between a few ASUS OEM firmwares and Merlin firmwares during this time yet I can never seem to remove this MAC address.

Is there another way via Putty to edit the MAC filter list directly? I'm wondering if it's somehow corrupt.

Thanks!
 
Issue the command nvram get macfilter_rulelist and see if it's in there. I run an older firmware so the variable might be different. If you see the mac you're trying to remove in there, I'd edit that out. Or just do an nvram unset macfilter_rulelist to nuke it and start fresh. Make sure to nvram commit if you make any changes. If you need more help let me know.
 
Code:
nvram unset wl0_maclist
nvram unset wl1_maclist
nvram unset wl0_maclist_x
nvram unset wl1_maclist_x
nvram commit
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top