NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rhester72
Jul 11, 2017Virtuoso
Firmware V1.12.0.18 Discussion
This does indeed appear to be based on (identical to?) the last private beta V1.12.0.16 and has been released to the public. Hope it helps!
Guest mode AP isolation finally works 100% over IPv4...
- Jul 11, 2017
New Features and Enhancements:
- Supports ReadySHARE Printer for Orbi devices that are equipped with a USB port
- Updated the OrbiOS API to v3.14
Bug Fixes:
- Fixes the iOS disconnection issue.
- Fixes the Dropcam disconnection issue.
- Fixes the convergence issue when an Ethernet connected device moves from one Orbi to another.
- Fixes the issue where the Orbi app can’t find the Orbi router if the router is using IPv6 and is in AP mode.
- Fixes the issue where the Orbi app can’t display more than 20 connected devices.
- Fixes the issue where the installation assistant might not display if the device is connected to the Orbi network wirelessly.
- Fixes the issue where the 2.4 GHz backhaul setting is disabled if the fronthaul MU-MIMO and TxBF is disabled.
- Fixes the issue where IPv6 devices on the guest network can access the Orbi router’s web GUI.
- Includes security fixes for the following security vulnerabilities:
PSV-2016-0133, PSV-2017-0607, PSV-2017-0615, PSV-2017-0736, PSV-2017-2190
Download Link:
RBR50 - http://www.downloads.netgear.com/files/GDC/RBK50/RBR50-V1.12.0.18.zip
RBS50 - http://www.downloads.netgear.com/files/GDC/RBK50/RBS50-V1.12.0.18.zip
Replevin
Jul 16, 2017Star
Like many others, I have the following problem. Firmware auto-updated and I lost the satellite. The satellite shows as a connected device, but does not operate as a satellite. Factory-reset everything and still doesn't work. I should note that after factory-resetting, the satellite does initially install as a satellite, but when I unplug it, to relocate the unit, it reverts back to a connected device.
I have been able to solve the issue (temporarily) by manually reverting the satellite back to 1.11.02.20. I've left the firmware on the router at 1.12.0.18. The problem, of course, is that the satellite only works for a while because it then auto-updates to the new firmware and the pooch is screwed once again.
Question - Is there any way to prevent the satellite from auto-updating the firmware?
Butch1326
Jul 16, 2017Star
To stop the Orbi from installing the updated firmware automatically follow the steps below.
Perform these step after you downgraded the firmware to a prior release.
1) Launch your favorite web browser and go to <Router IP Address>/debug.htm
2) Login <username> <password> when prompted
3) Check Enable Telnet
4) Start a Telnet session. I use Putty. Enter the <Router IP Address> Telnet is using port 23
5) You can skip this step if you like. I am calling it out for illustration purposes only...
Type nvram show | grep auto_* <ENTER>
You will see a list similar to this:
root@RBR50:/# nvram show | grep auto_
vpn_access_mode=auto
wl_auto_antenna=1
set_auto_agreement=0
orbi_auto_upgrade=1
ipv6_autoConfig_dns_assign=0
ipv6_autoConfig_dns1=
ipv6_autoConfig_dns2=
upnp_enable_autoScan=0
ipv6_auto_dns_assign=0
bas_auto_conn_flag=0
orbi_auto_upg=0
autofw_port0=
ipv6_auto_dns1=
ipv6_auto_dns2=
qos_auto_bandwidth=0
green_enable_autorefresh_status=0
enable_dev_auto_refresh=1
wl_rate=auto
auto_check_for_upgrade=1
auto_update=1
root@RBR50:/# root@RBR50:/#
The 3 configurations highlighted above you will want to update the value from =1 to =0
orbi_auto_upgrade=1
auto_check_for_upgrade=1
auto_update=1
6) To update run the following commands:
nvram set orbi_auto_upgrade=0 <ENTER> (no spaces after set)
nvram set auto_check_for_upgrade=0 <ENTER> (no spaces after set)
nvram set auto_update=0 <ENTER> (no spaces after set)
7) Type the following commands to confirm the 3 configurations are set to =0
nvram show | grep orbi_auto_upgrade <ENTER>
nvram show | grep auto_check_for_upgrade <ENTER>
nvram show | grep auto_update <ENTER>
8) After you confirmed the 3 configuration values are set to =0 then type nvram commit <ENTER> (this step will save the changes)
9) Type exit to terminate the telnet session
10) Go back to the <Router IP Address>/debug.htm web page and uncheck Enable Telnet
Please note within a day or so the Orbi will know there is an updated firmware release available but it will not automatically install it. If you do go back into a Telnet session after the Orbi knows there is an updated firmware release the configuration orbi_auto_upgrade will have a value greater than 1. That is okay. Do not change the value back to =0
- obadeaJul 24, 2017Initiate
I had the same issue and downgraded the Firmware to 1.11.02 and that took care of the problem. I called netgear support today, waited for 50+ minutes, finally someone came on, who was very difficult to understand. The only solutions she suggested is to factory reset the Orbi system, when it's actually a Netgear problem. I can't believe how bad the support of this orgranization is!!! Only 90 days for support? That is crazy!!
- cyberprashantJul 24, 2017LuminaryIs everyone having issues in AP mode? My orbi is behind a gateway router and a cable modem in front pf the gateway. Just theorzing what went wrong. Im stable once downgraded
- obadeaJul 24, 2017Initiate
Yes, I am in AP mode and static IP for the Orbi Router.
- SeattleiteJul 26, 2017Guide
For those who have rolled back their firmware, and blocked updates using the telnet/nvram method described earlier in this discussion: is it sufficient to do this just on the router, or does one need to block updates directly on the satellites also?
Any thoughts gratefully welcomed - it sucks not having my two satellites working!
- scornwellJul 26, 2017ApprenticeJust the router should be fine.
- cyberprashantJul 27, 2017Luminary
Butch1326 wrote:To stop the Orbi from installing the updated firmware automatically follow the steps below.
Perform these step after you downgraded the firmware to a prior release.
1) Launch your favorite web browser and go to <Router IP Address>/debug.htm
2) Login <username> <password> when prompted
3) Check Enable Telnet
4) Start a Telnet session. I use Putty. Enter the <Router IP Address> Telnet is using port 23
5) You can skip this step if you like. I am calling it out for illustration purposes only...
Type nvram show | grep auto_* <ENTER>
You will see a list similar to this:
root@RBR50:/# nvram show | grep auto_
vpn_access_mode=auto
wl_auto_antenna=1
set_auto_agreement=0
orbi_auto_upgrade=1
ipv6_autoConfig_dns_assign=0
ipv6_autoConfig_dns1=
ipv6_autoConfig_dns2=
upnp_enable_autoScan=0
ipv6_auto_dns_assign=0
bas_auto_conn_flag=0
orbi_auto_upg=0
autofw_port0=
ipv6_auto_dns1=
ipv6_auto_dns2=
qos_auto_bandwidth=0
green_enable_autorefresh_status=0
enable_dev_auto_refresh=1
wl_rate=auto
auto_check_for_upgrade=1
auto_update=1
root@RBR50:/# root@RBR50:/#The 3 configurations highlighted above you will want to update the value from =1 to =0
orbi_auto_upgrade=1
auto_check_for_upgrade=1
auto_update=16) To update run the following commands:
nvram set orbi_auto_upgrade=0 <ENTER> (no spaces after set)
nvram set auto_check_for_upgrade=0 <ENTER> (no spaces after set)
nvram set auto_update=0 <ENTER> (no spaces after set)
7) Type the following commands to confirm the 3 configurations are set to =0
nvram show | grep orbi_auto_upgrade <ENTER>
nvram show | grep auto_check_for_upgrade <ENTER>
nvram show | grep auto_update <ENTER>
8) After you confirmed the 3 configuration values are set to =0 then type nvram commit <ENTER> (this step will save the changes)
9) Type exit to terminate the telnet session
10) Go back to the <Router IP Address>/debug.htm web page and uncheck Enable Telnet
Please note within a day or so the Orbi will know there is an updated firmware release available but it will not automatically install it. If you do go back into a Telnet session after the Orbi knows there is an updated firmware release the configuration orbi_auto_upgrade will have a value greater than 1. That is okay. Do not change the value back to =0
^^^^ This works great. Couple tips
1. There's another parameter not listed:
orbi_auto_upg
orbi_auto_upgrade
Follow the same instructions as above for this parameter.
2. Also download the downgraded firmware and have it all ready.
3. load the instructions of page 5 of this thread in separate tabs and have your telnet client ready
4. Then disconnect the wan side (cable modem side) of the orbi so it doesn't immediately try to download the new firmware post-downgrade (you will lose internet connectivity so make sure you have a telnet client, firmware and these instructions from page 5 all loaded up in a browser ahead of time)
5. Be very quick in the following procedures: a) downgrade the firmware (I did the satellties first, then router) followed by the b) enable telnet in the orbilogin.com/debug.htm as above and c) issue the actual telnet commands. After everything is sucessful hook wan/cable modem side ethernet cable back in a few minutes later.
Netgear hurry up and fix this!!
- cyberprashantJul 27, 2017LuminaryIn addition to the above telnet procedures i put in a block for downloads.netgear.com under advanced >> security as mentioned in this thread. Possibly both are needed?
- GleneeJul 27, 2017Apprentice
This requires the user to go into something most should not be in, like a service menu on a TV. They need to just put a button ON/OFF for auto updates. This is so easy a fix for them I just can't believe we are even still discussing this.
- Basura3dJul 28, 2017GuideWas so happy that I could go back to 1.11.00.20 but today I started getting a lot of disconnects and saw that the stupid router auto updated itself bacck to 1.12.00.18. This seems super advanced for a no techy dude that just wants a functioning firmware and a simple checkbox if you want to auto update. My wife keeps asking me why I'm in a bad mood and then, is it the wifi again?
- RogerSCJul 28, 2017Virtuoso
Since I haven't seen this posted on this thread, I thought that I'd post it. Here are the telnet/ssh commands that are working for me on my Orbi to keep it from auto-reflashing the latest firmware release. This has been working for me for several days now, keeping me on the previous to the latest version of the firmware (V1.11.0.20), and was given to me by an inside source:
shell> config set auto_update=0 OR config set auto_check_for_upgrade=0
shell> config commitThe "shell>" above represents the command line shell prompt from the telnet or ssh session. The key thing to notice about this is that you're using "config set" and "config commit" commands instead of "nvram set" and "nvram commit" commands.
Please try this, it works.
- Tigerman4LSUJul 30, 2017Star
I did this and my router and satellite still updated v1.12.0.18. NetGear support is not helpful. I want a stable system.
- RogerSCJul 30, 2017Virtuoso
Tigerman4LSU wrote:I did this and my router and satellite still updated v1.12.0.18. NetGear support is not helpful. I want a stable system.
Did what? If you used the "config" commands that I posted above, my experience has been that my Orbi stays on whatever firmware version I flash. Very surprised if that's the case, hasn't happened to me. If you used the "nvram" commands, then yes, your Orbi will auto-flash the latest.
Did have a problem when I re-installed my desktop computer. Forgot to turn off power management on my network interfaces, and had problems until I remembered to do that. While that wasn't related to the Orbi, it had me thinking that the Orbi was causing disconnects until I took care of business. Now everything is nice and stable again.
Thanks.
- madbrainAug 09, 2017Luminary
The telnet procedure did not work for me. My Orbi just upgraded itself again today to the broken firmware, for the 4th time, and of course, I lost my satellites . Sigh.
IS THERE ANY WAY THAT ACTUALLY WORKS TO STOP UPDATES FROM HAPPENING ?
- scornwellAug 09, 2017Apprentice
There's no need for lawsuit, Netgear just need to get off their a**** and start communicating with and supporting their customers. There's absolutely no excuse whatsoever for not having released an update that allows us to disable automatic updates by now. I'm starting to get the feeling the Orbi dev team is just one guy working on his spare time.
I'd ask some Netgear staff for an update, but we all know by now that they're not going to say a d*** thing.- JMU1998Aug 09, 2017Luminary
scornwell how hard is it to release a targeted fix that allows us to disable/enable auto updates just a simple check box that will make half the community with issues happy and tie us over until the next major fix/Firmware is released to address all the other issues for now just let us make our network stable to stop the auto update.
- cyberprashantAug 09, 2017LuminaryMine has not auto-upgraded in over 2 weeks now - the key maybe to have it a router ahead of it. My old r7000 has downloads.netgear.com blocked and i have the orbi wan port plugged into the r7000 lan port and the r7000 wan into the cable modem....try that if u have a spare router and want to block auto updates and telnet method failing
- RogerSCAug 09, 2017Virtuoso
cyberprashant wrote:
Mine has not auto-upgraded in over 2 weeks now - the key maybe to have it a router ahead of it. My old r7000 has downloads.netgear.com blocked and i have the orbi wan port plugged into the r7000 lan port and the r7000 wan into the cable modem....try that if u have a spare router and want to block auto updates and telnet method failingWell, I had a losing battle keeping my Orbi from auto-updating, it even did it in AP mode. I had blocked the same Netgear download domain in the main router, but my Orbi has been really aggressive in auto-updating.
On the good side, though, the firmware release that I was trying to keep the Orbi on, v1.11, only worked in AP mode for about 20 minutes or so for me. And then the router and satellite units both went magenta and incommunicado. So I updated it manually (would you believe) to v1.12, and now the Orbi is stable and working well in AP mode. Got a couple of days of stability now, which is a really good sign. So, unless I'm willing to go back to v1.10 and try that, I'm okay with this particular auto-update to the latest.
However, I need to add that I'm not okay being unable to disable auto-update when I need to. Fine with firmware auto-update as a default, but there are times when I have reasons for staying on a particular version of firmware.