<div dir="ltr">Hi Volker<div><br></div><div>I'm up to speed on basic DHCP, I've been running my own server for over 20 years including PXE booting of dumb clients, fixed MAC address mapping, blacklist and white list configurations.</div><div><br></div><div>What I don't get is how to prevent a client that roams from one AP to another from losing its DHCP allocated address due to either not refreshing or starting from scratch on each roam.</div><div><br></div><div>I feel it's something to do with VLANs and managed switches but I just don't know enough of the vocabulary to hold a conversation</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 16, 2022 at 5:28 PM Volker Kuhlmann <<a href="mailto:list57@top.geek.nz">list57@top.geek.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Robin,<br>
<br>
> Didn't have time last night to follow all the information about DHCP and<br>
> network spanning etc. The conversation was getting outside my current<br>
> knowledge base so if someone can point me at a couple of relevant articles,<br>
> so I can digest the basics and can then have a meaningful chat with our<br>
> networking suppliers on how their product works, that would be great.<br>
<br>
Generic beginner rundowns on DHCP should be on the net, but I don't know<br>
any off-hand. Ignore DHCP6 (DHCP for IPv6).<br>
<br>
The basics are simple enough though. DHCP is a protocol which endpoints<br>
can use to obtain an IP address. It uses broadcasts, for obvious<br>
reasons. The DHCP server grants a lease of an IP address which is valid<br>
for a certain time, after which the client must request a new one.<br>
Servers can be configured to allocate a static IP based on the MAC<br>
address of the client.<br>
<br>
Things like your ATA basically always default to DHCP - least messing<br>
around for the manufacturer. If they default to a fixed IP it's probably<br>
printed on the label. The box's web interface may allow to configure<br>
anything, factory reset should undo all that.<br>
<br>
It's easiest to start with DHCP. You can check with nmap -sP .../24<br>
where the thing might be address-wise.<br>
<br>
There's a problem when the box's IP address is not on your computer's<br>
network (with DHCP that doesn't happen). In that case alias another IP<br>
address to your network interface (ip command, ifconf has been<br>
deprecated for many years and may not be installed by default). Then run<br>
nmap. You can alias a /16 if you need to. Pick any number for your own<br>
interface but not the one the box has. 33..219 should be OK. Cake if<br>
you collide...<br>
<br>
This holds for any network box, but things get a tad more complicated if<br>
there is more than one RJ45 shaped hole in it.<br>
<br>
HTH<br>
<br>
Volker<br>
<br>
-- <br>
Volker Kuhlmann<br>
<a href="http://volker.top.geek.nz/" rel="noreferrer" target="_blank">http://volker.top.geek.nz/</a>      Please do not CC list postings to me.<br>
<br>
_______________________________________________<br>
Chchrobotics mailing list <a href="mailto:Chchrobotics@lists.ourshack.com" target="_blank">Chchrobotics@lists.ourshack.com</a><br>
<a href="https://lists.ourshack.com/mailman/listinfo/chchrobotics" rel="noreferrer" target="_blank">https://lists.ourshack.com/mailman/listinfo/chchrobotics</a><br>
Mail Archives: <a href="http://lists.ourshack.com/pipermail/chchrobotics/" rel="noreferrer" target="_blank">http://lists.ourshack.com/pipermail/chchrobotics/</a><br>
Meetings usually 3rd Monday each month. See <a href="http://kiwibots.org" rel="noreferrer" target="_blank">http://kiwibots.org</a> for venue, directions and dates.<br>
When replying, please edit your Subject line to reflect new subjects.</blockquote></div>