NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
JimTheGreek
Jun 14, 2021Tutor
Setup DHCP range
I'm about to do a full factory reset on my RAX80 and I'd like to reserve a range for assigned IP. What is best, to start the DHCP past the reserved range or have it at the beginning? For clarificati...
No1Mportnt
Jun 14, 2021Luminary
I have mine setup with the DHCP scope set below 100 and the reserved scope starts at 101. It works for me but that is just my preference.
antinode
Jun 14, 2021Guru
> [...] What is best, to start the DHCP past the reserved range or have
> it at the beginning?
Define "best". What difference would it make?
> Say, start the DCHP at 100-254 and use the IPs below 100 to assign to
> various devices I wish to have static IP for.
So long as the ".100" - ".254" range is big enough for your DHCP-pool
needs, and the ".2" - ".99" range is big enough for your non-pool
needs, that should work. (What could go wrong?)
> I have mine setup with the DHCP scope set below 100 and the reserved
> scope starts at 101. [...]
Putting the dividing line among the ".1xx" values is not the way I'd
do it. As proposed above, _all_ ".1xx" and ".2xx" values are in the
same category. No need for thought. And, in the words of the
philosopher Williams, "If you don't think too good, don't think too
much."
- JimTheGreekJun 15, 2021TutorWell folks!
The reason I ask, is because last week or so, I read a post saying that having the assigned IP area at the start (.1-.99) then then the DHCP pool. They talked about how the router starts looking to assign IPS, I don’t recall details & I wish I would’ve kept it.
Thank you all for your input! Tomorrow I’ll do it & see what color smoke I get. (Only OLD engineers like me would understand that. ) - JimTheGreekJun 15, 2021TutorAntinode, I don’t understand your statement…
“ Putting the dividing line among the ".1xx" values is not the way I'd
do it. As proposed above, _all_ ".1xx" and ".2xx" values are in the
same category.” As I see it, it’s same as you already accepted as ok.- antinodeJun 15, 2021Guru
> [...] I read a post saying that having the assigned IP area at the
> start (.1-.99) then then the DHCP pool. [...]https://en.wikipedia.org/wiki/Internet_Protocol
https://en.wikipedia.org/wiki/IP_address".1" is normally occupied by the router, so you'd use ".2" - ".99".
But which comes first between pool and non-pool makes no never-mind.
The DHCP server knows where the pool is, and what it's already granted,
and the reservations, which is all it needs to know.No one (with a job) is stupid enough to scan through the ex-pool
addresses to find the start of the pool; the start of the pool is well
known.
> [...] I don't understand your statement... [...]Apparently, I misread "below 100" as "100 and below", as if ".100"
were the DHCP server Finish IP Address.But then "the reserved scope starts at 101" makes no sense. If the
pool ends at ".99" ("below 100"), then the non-pool range starts at
".100", not ".101". Sorry to add my confusion onto existing confusion.One reasonable goal is to make it easy to distinguish between in-pool
and ex-pool. My (simple) point was that "If it looks like "1xx" or
"2xx", then it's <whatever>" is easy. "If it's ".101" or above" is too
messy.- JimTheGreekJun 15, 2021TutorBut it WOULD be ez, all two digit IPs are reserved, all three digit IPs are in the pool.