NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pbarham
Jan 09, 2021Apprentice
RBR50 Cannot change DHCP range or IP Subnet
Since I upgraded to firmare V2.7.1.6 I'm having some problems... My router seems to have its LAN interface configured with IP subnet 192.168.1.0/24 and the router's address is 192.168.1.250 The...
- Jan 09, 2021
The start and end of the dhcp range are parameters. Maybe it would be possible to set them from the telnet interface. i.e.
config set dhcp_start = 192.168.1.2
config set dhcp_end = 192.168.1.99 (or something)
config commit
and there is lan_ipaddr, which on my Orbi is lan_ipaddr = 192.168.1.1
I just realized that while I have several soldering irons, I have no device with an RS232 port. Does this mean U-Boot is not ever in my future?
CrimpOn
Jan 09, 2021Guru - Experienced User
pbarham wrote:Since I upgraded to firmare V2.7.1.6 I'm having some problems...
Could this be a typo? v2.7.1.6 does not appear to be a firmware release for the RBR50. (v2.7.1.60 is)
You are correct, the Orbi router is supposed to have IP address 192.168.1.1. Can you bring up the Orbi web interface, the Advanced Tab, and look at the box "Router Information"? It actually lists the router as 192.168.1.250?
If so, this is not right. I would be tempted to perform a Factory Reset and set it up again.
pbarham
Jan 09, 2021Apprentice
Thanks for the suggestions!
Could this be a typo? v2.7.1.6 does not appear to be a firmware release for the RBR50. (v2.7.1.60 is)
Yes - this was just a typo. v2.7.1.60
CrimpOn wrote:You are correct, the Orbi router is supposed to have IP address 192.168.1.1. Can you bring up the Orbi web interface, the Advanced Tab, and look at the box "Router Information"? It actually lists the router as 192.168.1.250?
If so, this is not right. I would be tempted to perform a Factory Reset and set it up again.https://www.youtube.com/watch?v=cMw4ePACgc4
I had to recenfly recover this router from being bicked by a power brownout using the on-board serial console and u-Boot firmware. I'm not 100% sure that a 'factory reset' is going to do anything sensible here. (one of the two flash slots was totally corrupt - the factory reset was unable to restore to a good state when the router was bricked and I don't know how to fix the 'factory default' firmware)
What's worrying to me is that the runnig firmware refuses to change these config params. That's why I'm keen to know if this part of the web management inferace works correctly for other people at firmaware version v2.7.1.60.
I *think*, from searching the forums, that there'a a way to directly modify these things in the nvram from the u-boot console --- but really not keen to have to take the router apart again to fix this if it can be avoided.
- CrimpOnJan 09, 2021Guru - Experienced User
OMG. I feel we have entered the Twlight Zone. The only way I have recovered Orbi's is the TFTP method. I applaud your expertise. "uboot"? FAR outside my comfort level.
I can verify that changing the DHCP range works in every other firmware version., but I cannot verify v.2.7.1.60
When I updated to 2.7.1.60, my Orbi immediately announced availability of 2.7.2.102, and DHCP range can be changed on that firmware as well. Something is well and truly screw**.
- pbarhamJan 09, 2021Apprentice
TBH, uboot was far outside *my* comfort zone too... but when my router bricked after a short power brownout the TFTP recovery process didn't work at all and I wasn't prepared to junk $400 of Orbi equipment that was less than 2 years old! Connecting the serial console to the boot loader was the only way to get things working again - but there is almost zero documentation for this.
Thanks for mentioning the firmware version... turns out my router's auto update is also not working (the page that checks for firmware updates says 'service unreachable'). I just installed v2.7.2.102 manually and will see if things are any better. The 'release notes' that came with this version are basically empty so I don't know what it supposedly fixes other than:
- Fixes the device manager display issue on the Orbi app.
The IP subnet info was unaffected by the update (probably to be expected) - but I can't mess with that until after my wife finished here zoom pilates class or I'll be in deep trouble! ;-)
Cheers!
- CrimpOnJan 09, 2021Guru - Experienced User
The start and end of the dhcp range are parameters. Maybe it would be possible to set them from the telnet interface. i.e.
config set dhcp_start = 192.168.1.2
config set dhcp_end = 192.168.1.99 (or something)
config commit
and there is lan_ipaddr, which on my Orbi is lan_ipaddr = 192.168.1.1
I just realized that while I have several soldering irons, I have no device with an RS232 port. Does this mean U-Boot is not ever in my future?