NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
maks71
May 02, 2021Aspirant
Address reservation via config command does not show up in UI
Hello I have followed the instruction in following article to add almost 50+ address reservation I had after factory resetting the router. https://community.netgear.com/t5/Orbi/Quick-way-to-r...
maks71
May 03, 2021Aspirant
Thanks CrimpOn
You're correct. The OP suggested I have to hit apply from webpage ( Advance Set up -->LAN). However, I don't see any reservations showing up on the webpage.
Here is the command I am entering.
config set reservation67="192.168.1.82 90:32:4B:92:59:14 Brother Printer - Upstairs"
and it does show up in the output of " config show | grep reservation[0-99]" command.
What am I doing wrong.?
CrimpOn
May 03, 2021Guru - Experienced User
This could be a web page refresh sort of thing. i.e. the telnet session populates the internal tables, then "Apply" on the LAN Setup page makes them permanent and refreshing the LAN Setup page will make them show up. (It has been so long and I can barely remember what I ate for lunch yesterday)
One of the frustrating features of the Orbi is that when it starts up, a lot of things get copied from permanent storage to working storage. The entire web directory (/www) appears from <someplace>. I use a hacked Attached Devices web page that sorts them into order by IP address. Every time the Orbi reboots, my version gets wiped out and I have to telnet in again and reload it. It could be that the "Apply" button is what forces things into wherever the permanent file is stored. (Or, I have no idea???)
I would try this: Open the LAN setup page before doing the telnet work. Click "Apply" on the web page. Then Refresh the web page.
- maks71May 04, 2021Aspirant
>I would try this: Open the LAN setup page before doing the telnet work. Click "Apply" on the web page. Then Refresh the web page.
Tried this but no luck.
Any idea what "config commit" command does?
thanks
- CrimpOnMay 04, 2021Guru - Experienced User
I just did one for the last item in my list (#47)
config set reservation47="192.168.1.61 A1:B2:C3:D4:E5:F6 Dead Front Door Cam"
config commit
Went to the LAN Setup page and hit refresh (which took me back to the main menu????)
Opened LAN setup again, and there it is.
Changed #47 several times. Enter telnet commands. Refresh page (which open the main menu instead). Open LAN setup.
Ideas:
- I believe the "Apply" button is what makes these changes actually take effect in operation.
This is like when the web interface is used to create a bunch of LAN reservations. Apply is what makes them work.
One of the annoying features of Orbi is that every time I hit "Apply" it seems to reset the whole router.
Circle spins FOREVER.
Telnet session drops and is "gone" (even though the debug page says it is enabled, I have to "un" unable and reenable to get telnet to work. - My first attempts at entering data from the clipboard were dismal failures until I started using Notepad++ instead of the Windows Notepad. Notepad++ allowed me to set the "End of Line" treatment to Linux (nl) rather than Windows (cr nl).
- CrimpOnMay 04, 2021Guru - Experienced User
Neglected to mention that I use PuTTY as my telnet app. Took me a while to learn that the way to paste into the terminal window was "right click".
I also got ambitious and tried to enter the other description entries as well:
orbi_dev_name##
orbi_dev_name_ntgr##
orbi_dev_type_ntgr##
access_control##
and I have no idea why this is a 'thing':
orbi_dev_name_v2_ntgr##
I fully understand there is no need to have these tables in any particular order, but my OCD side wants them "orderly" rather than "jumbled up."
- I believe the "Apply" button is what makes these changes actually take effect in operation.