Zyxel P-660R-D1 client list duplicate entries
Published on 29. July 2009 inThis is mainly just a "note to self" about how to solve this problem if I come across it again.
Problem is that somehow the web interface for the router allowed me to enter the same ip/mac address to the "client list" table. This of course is not great, and for some reason there is no "delete" button on there. It just gave me an "ERROR: Duplicate MAC Address!" message. So I had to do a lot of digging to find a way to delete it.
In short:
1. Telnet to the router
2. Go to the Command Line if you are not already there
3. Type this command: "ip dhcp enif0 static delete all"
I found this in a CLI reference for another zyxel router (PDF).
I hope this might help out others in the same situation :-)
Related posts
Comments
Comments disabled
Comments are disabled for this post.

On 12. November 2009 by Michiel
Thanks you very much! This is brilliant! I was looking for this solution for a long time. And is also very easy to configure on MAC OSX:
1. Open up the "Terminal" application found in the 'Utilities' folder under 'Applications'.
2. Type this command: 'telnet ip portnumber' (IP must be your 192.168 .. ..)
3. Enter your password
4. Type this command: 'ip dhcp enif0 static delete all'
5. Type 'exit' to logout your telnet connection
Thanks!!