NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jimslade
May 30, 2021Aspirant
Orbi RB50 assigning IPs out of range, wrong connect types
Anybody have any ideas? I've had years of no-hassle use from my Orbi system, but I'm at wit's end with current troubles. I have an RBR50 with satelites RBS50 and RBW30, connected to Comcast upstream...
- May 31, 2021
jimslade wrote:i'll give the test a go. Now I'm super curious what else could be handing out IP addresses?? Cannot imagine what else has a DHCP server?!?
It is 99.999% certain that the Orbi is not assigning IP addresses that begin with anything besides 192.168.1.
So, either:
- devices are configured with static IP's that begin with 172, or
- some other DHCP server is giving out these addresses
You would probably remember assigning static IP's, so my money is on another DHCP server. Likely culprits include NAS servers and media devices. Some smart speaker systems attempt to network themselves.
I positively love capturing packets and looking at them with Wireshark, which puts me squarely in the uber nerd category.
Another simplistic question is, "what has been added to the network since things were fine?"
CrimpOn
May 30, 2021Guru - Experienced User
jimslade wrote:Main issue is my Orbi assigns out of range !P addresses in the 172. range. I've specified a range of 192.168.10-192.168-255, with some reserved IPs in the 192.168.1.2-9 range.
Is it correct to assume that the "1" was left out of the description of the DHCP range? i.e. the DHCP pool runs from 192.168.1.10 to 192.168.1.255?
I suspect that there is now another DHCP server on the network. DHCP is a really primitive protocol. Devices broadcast a request and respond to the first DHCP server that answers. (Seriously, the first. They do not 'wait and see' how many responses they get. First means first.)
An easy way to confirm (or deny) this hypothesis would be to temporarily stop having the Orbi act as a DHCP server, then turn off some device and power it back on again.
- If it gets an IP address, there is another server.
- The Orbi log file should not show a DHCP assignment (because the Orbi did not assign the IP address).
jimslade
May 31, 2021Aspirant
good catch, yes was so frustrated i didn't even notice i dropped the '1'. indeed... orbi is at 192.168.1.1, and my reserved range is 192.168.1.2 to 192.168.1.9. Dynamic starts at x.x.x.10.
i'll give the test a go. Now I'm super curious what else could be handing out IP addresses?? Cannot imagine what else has a DHCP server?!?
- CrimpOnMay 31, 2021Guru - Experienced User
jimslade wrote:i'll give the test a go. Now I'm super curious what else could be handing out IP addresses?? Cannot imagine what else has a DHCP server?!?
It is 99.999% certain that the Orbi is not assigning IP addresses that begin with anything besides 192.168.1.
So, either:
- devices are configured with static IP's that begin with 172, or
- some other DHCP server is giving out these addresses
You would probably remember assigning static IP's, so my money is on another DHCP server. Likely culprits include NAS servers and media devices. Some smart speaker systems attempt to network themselves.
I positively love capturing packets and looking at them with Wireshark, which puts me squarely in the uber nerd category.
Another simplistic question is, "what has been added to the network since things were fine?"
- jimsladeMay 31, 2021Aspirant
CrimpOn.....THANK YOU. You helped me solve the issue.
TL/DR: It was my new Ooma Telo which we installed a couple months ago. It has a DHCP service, which can be switched off if you connect to the unit directly.
So, I tried Wireshark but couldn't get it installed.... had issues with Visual C++ Redistrib and was pointing me to some Win7 KBs. Tried doing some updates but couldn't get it to install. Geekery for another day...
Giving up on wireshark, I turned off DHCP on Orbi anyway and all devices came back with the 172.x.x.x cancer. :smileysad: I then realized that 172.27.35.1 was the Ooma. After years of trying to get wifey to give up our landline I finally succeeded a couple months ago and installed Ooma. Since then Ooma has been handing out IP addresses when things bounced.
(As an aside, I should have done a client-side static IP on my main desktop prior to turning off DHCP on Orbi.... when I switched off Orbi's DHCP I lost locat access to Orbi and had to use remote to get back in and turn it back on. Was a scary couple minutes thinking I'd blocked myself out of my network.)
Anyway, so by leaving Ooma unplugged and bouncing Orbi, everything was back on 192.x.x.x . I then did a direct-connect to Ooma to turn off DHCP. I think this solves the problem. :smileyvery-happy:And in retrospect it totally makes sense... when someone's device was unlucky enough to get a 172 Ooma address, it was essentially being routed through Ooma, which explains why family members would complain of intermitent slow devices. Ooma is slow and adds a hop compared to Orbi. I was forgetting/re-adding devices to my network, which was really just re-entering them into the IP lottery to see if they got a 192 or a 172 address.
I'm now trying to set up a static route per this configuration: https://forums.ooma.com/viewtopic.php?f=6&t=1355&p=8647#p8647... so I can get to the Ooma admin pages. I have a static 192 IP set for Ooma, and am trying to forward to 172.27.35.1 but Orbi saves the 172.27.35.1 address as 172.27.35.0; not sure why . This is just bonus round.... the problem is solved and I don't expect to have disappearing/malfunctioning devices due to Ooma's IPs again.
Thank you CrimpOn !!! Netgear should have a tip jar... I would have not solved this without your help.- CrimpOnMay 31, 2021Guru - Experienced User
jimslade wrote:
I'm now trying to set up a static route per this configuration: https://forums.ooma.com/viewtopic.php?f=6&t=1355&p=8647#p8647... so I can get to the Ooma admin pages. I have a static 192 IP set for Ooma, and am trying to forward to 172.27.35.1 but Orbi saves the 172.27.35.1 address as 172.27.35.0; not sure why . This is just bonus round.... the problem is solved and I don't expect to have disappearing/malfunctioning devices due to Ooma's IPs again.That link gives the impression that the Ooma web page is available through both the WAN and LAN ports.
Have you tried pointing a web browser at the 192.168 IP address?