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
RonV42
Jul 16, 2017Luminary
So far so good with this firmware. I did a factory reset a while back when I was having all the mobile deviice disconnect issues which didn't solve it but after the upgrade to 1.11.0.20 the mobile device issue went away. Now in 1.12.0.18 everthing still seems to be stable. I have a tasker task on two android devices to monitor wifi connects and disconnects and neither of them are seeing any disconnect isssues.
I did notice that a few options now have been removed such as power configuration for wifi. I used to keep my power at about 50% so the neighborhood wouldn't be seing my routers but that setting is gone. I assume it had effects on backhaul performace and stability.
Also having a USB port that can do something is better than nothing. The usb port can now share printers. I do wish they would get around to making it mass storage capabile.
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?
- LoxleyJul 16, 2017Guide
WARNING TO SONOS USERS : V1.12.0.18 update resulted in Sonos not being able to connect to Boost that is connected to Orbi router by ethernet. Has anyone else experienced this problem and found a cure? In the meantime, I have manually re-installed V1.11.0.20 and Sonos now works again.
Similar to Replevin, I would like to know if there is any way to prevent the router and satellite from auto-updating?
- Doug-48051Jul 16, 2017Luminary
My Sonos is funtioning good with Orbi, but I am not using the boost.
- StkasmJul 16, 2017Apprentice
Loxley wrote:WARNING TO SONOS USERS : V1.12.0.18 update resulted in Sonos not being able to connect to Boost that is connected to Orbi router by ethernet. Has anyone else experienced this problem and found a cure? In the meantime, I have manually re-installed V1.11.0.20 and Sonos now works again.
Similar to Replevin, I would like to know if there is any way to prevent the router and satellite from auto-updating?
Out of curiousity... Why Boost? Sonos doesn't really recommend it anymore. Can't you just use Orbi network?
- st_shawJul 16, 2017Master
Stkasm wrote:
Out of curiousity... Why Boost? Sonos doesn't really recommend it anymore. Can't you just use Orbi network?
Ok. I'm curious. Where do you see this recommendation from Sonos? I have used Sonos' proprietary mesh network for years, and it works exceedingly well. (A boost is not actually required, as all speakers can function as a mesh node.)
- Butch1326Jul 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=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
- 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
- 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?
- esiebert7625Jul 16, 2017Star
Netgear support told me that if you do a manual update it will not auto update after that. That has been true for me, I manually downgraded both the satellite and router to 1.11.0.20 and it has not auto updated so far the last 4 days. I just get the message when I log into the router that an update is available.
Optionally go to Advanced, Security, Block sites and add a block for downloads.netgear.com.
- madbrainAug 02, 2017Luminary
esiebert7625 wrote:Netgear support told me that if you do a manual update it will not auto update after that. That has been true for me, I manually downgraded both the satellite and router to 1.11.0.20 and it has not auto updated so far the last 4 days. I just get the message when I log into the router that an update is available.
Optionally go to Advanced, Security, Block sites and add a block for downloads.netgear.com.
Netgear support lied to you. It upgraded twice, exactly 7 days apart.
Advanced / Security / Block sites is not available if Orbi is in AP mode, so this is no solution.
But I guess I can block this site on my R7000 router.
- mdmillhornAug 02, 2017Tutor
I posted several days ago to the Subject.
Since that post NetGear Support contacted me and had me Reset my router and both satellites. 2 things happened.
First all my settings were deleted and I had to set up router from the default settings. That was not so bad as I had become fairly good at configuring my router by now.
Second my problem was solved. I am back online and talking to my satellites. All my Orbi devices are showing firmware V1.12.0.18.
System performance issues are where they were before this issue began.
I have to thank NetGear Support. My hope is that the next update goes smoother.