Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 00:17:09 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        res03db2@gte.net (Robert Clark)
Cc:        dchulhan@uwi.tt, tlambert@primenet.com, chat@FreeBSD.ORG
Subject:   Re: DHCP
Message-ID:  <200011240017.RAA02448@usr06.primenet.com>
In-Reply-To: <200011230235.SAA04238@gte.net> from "Robert Clark" at Nov 22, 2000 06:35:02 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> Yeah Terry,
> 	But doesn't all that do exactly what Dale asked not to
> do? ie: Split the broadcast domain.

No.  He's asking to split the broadcast domain.  He just wants
it split based on what floor the machine is on, without really
having to split it.

With respect, a DHCP server can't know which floor a client is
on, so that it can decide whether or not to respond to a packet
based on where it came from.

It's like buying 4 walkie-talkies from Radio Shack, all of
which have crystals for CB channel 11, and then asking that
two people using two of them on the second floor not interfere
with the conversation between another two people using two of
them on the first floor.

Or it's like buying a 900MHz cordless phone, and expecting it
to not work when you are upstairs and the base is downstairs.

DHCP was never built to work this way.


Technically, he could set up an explicit list of MAC addresses
for each server, by going around to every machine and writing
down its MAC address, and then explicitly configuring the DHCP
via bootp options to only ever answer for a certain list of MAC
addresses.

If you are doing that, you might as well open the "network
properties" instead of the "winipcfg" dialog, and explicitly
configure them; you won't ever be able to move machines from
one floor to the other, or buy new hardware and add it, without
maintaining the MAC list on one or both DHCP servers.

In other words, you statically configure the clients with the
server information, or you statically configure the server with
the client information -- or you split the broadcast domain.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011240017.RAA02448>