Comments on: Fun with DHCP https://www.lafferty.ca/2008/03/19/fun-with-dhcp/ Rich Lafferty's OLD blog Thu, 20 Mar 2008 00:42:13 +0000 hourly 1 https://wordpress.org/?v=5.9.2 By: Rich https://www.lafferty.ca/2008/03/19/fun-with-dhcp/comment-page-1/#comment-26591 Thu, 20 Mar 2008 00:42:13 +0000 http://www.lafferty.ca/2008/03/19/fun-with-dhcp/#comment-26591 Well, only Windows hosts were affected today, but those same Windows hosts weren’t affected yesterday. That’s the response time at work. That none of the Macs were affected is probably the other side of the coin — but now that I think about it, only the DNS server and domain name were getting updated by the rogue DNS server, so it was almost certainly tickling something Windows-specific.
Still, that wasn’t the part that was hard to figure out — the tricky part was thinking to look at something that hadn’t changed recently when something obvious had changed that morning.

]]>
By: gcrumb https://www.lafferty.ca/2008/03/19/fun-with-dhcp/comment-page-1/#comment-26583 Wed, 19 Mar 2008 22:55:26 +0000 http://www.lafferty.ca/2008/03/19/fun-with-dhcp/#comment-26583 I recently had to deal with a similar situation, where $BOSS had been playing with some wifi hotspot software over the weekend, and didn’t realise that he was running a DHCP server when he plugged his laptop into the network on Monday morning. We were lucky enough to have a managed switch that records which MACs are linked to each port.

One thing I found peculiar, and which doesn’t entirely jibe with your argument that physics comes into play where competing DHCP servers are concerned, is that all of the Windows machines got useless addresses from the hotspot application, and all of our Linux machines got useful addresses from the ‘good’ DHCPD. This in spite of the fact that latency to the ‘bad’ DHCPD was noticeably and consistently higher than to the ‘good’ one.

I suspect that the truth is somewhere in the middle. For a given dhcp client implementation, results are probably consistent, but distance doesn’t always seem to be the definitive factor.

]]>