#dhcp

3 posts · Last used 1d

Back to Timeline
In reply to
@JdeBP@mastodonapp.uk · 1d ago
@keefeglise@mastodonapp.uk The DHCP server running on that router won't give anyone else that same address whilst it has leased it to your NAS machine. But it's not actually *static*. It's dynamic. It's just dynamic over and over with *usually* the same result. It's a convenience feature that the DHCP client and server, after either one has restarted, will attempt to lease the same IP address that was used before. So most people don't experience things shifting a lot, because *usually* this feature keeps the address lease the same as prior to the restart. @stroz@infosec.exchange @dzwiedziu@mastodon.social @gavin57@toot.wales #LAN #NetworkAdministration #DHCP
0
1
0
In reply to
@JdeBP@mastodonapp.uk · 1d ago
@keefeglise@mastodonapp.uk To make it *actually* static, either the DHCP server has to be explicitly told that network card A always gets a lease for IP address P when it asks, or the machine with network card A has to be told to not use DHCP at all and to instead always use IP address Q. In the latter case, there are anti-collision mechanisms, but in theory the DHCP server can lease another machine IP address Q, causing a conflict, *unless* that address is outwith the range of IP addresses that the DHCP server will hand out leases for. So if the DHCP-leasable IP address range is (say) 192.168.1.100 to 192.168.1.253, address Q would have to be somewhere in the range 192.168.1.2 to 192.168.1.99. (Simple example. Real world can get more complex. May contain traces of nuts.) @stroz@infosec.exchange @dzwiedziu@mastodon.social @gavin57@toot.wales #LAN #NetworkAdministration #DHCP
0
0
0
In reply to
@JdeBP@mastodonapp.uk · 1d ago
@keefeglise@mastodonapp.uk If it's the EE 5G Smart Hub, I've just had quick shufti of its user guide. It's a pretty feature-poor router, compared to (say) even off-the-shelf TP Link kit, and does not present the capability that people are talking about. So you cannot fix this by telling the DHCP server inside your router to always hand out the same address to your NAS machine. You have to fix this by telling your NAS machine to not autoconfigure by using a DHCP client. Which means putting in a bunch of settings on your NAS machine. The UI on your EE hub will at least tell you what IP address range to avoid, and let you carve out some space for statically allocated IP addresses. https://ee.co.uk/content/dam/help/user-guides/smart5g-ug.pdf#page=41 @stroz@infosec.exchange @dzwiedziu@mastodon.social @gavin57@toot.wales #DHCP #EE #LAN #NetworkAdministration
3
0
0

You've seen all posts