Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DHCP servers and MAC addresses

0 views
Skip to first unread message

Danny

unread,
Sep 21, 1998, 3:00:00 AM9/21/98
to
Is it possible to set DHCP to dynamically assign IP address only for MAC
addresses that have been registered? (ie. If the MAC address isn't
registered, they don't get an IP)


Dan Sobel

unread,
Sep 21, 1998, 3:00:00 AM9/21/98
to
Not that I know of.

If this is what you are looking for use a bootp server, not DHCP.

The DHCP Server is designed so that you DO NOT have to manually
register MAC Addresses.

In article <6u624c$8dt$1...@nr1.ottawa.istar.net>, nospam...@ug.cs.dal.ca
says...


>
>Is it possible to set DHCP to dynamically assign IP address only for MAC
>addresses that have been registered? (ie. If the MAC address isn't
>registered, they don't get an IP)
>
>
>

--
---------------------------------------------------------------------
Dan Sobel Amateur N6HLZ sn...@wco.com


DaZZa

unread,
Sep 22, 1998, 3:00:00 AM9/22/98
to Danny
On Mon, 21 Sep 1998, Danny wrote:

> Is it possible to set DHCP to dynamically assign IP address only for MAC
> addresses that have been registered? (ie. If the MAC address isn't
> registered, they don't get an IP)

Sure.

Exclude the whole range from the DHCP allocations, and then just reserve
the IP addresses you want to allocate.

Dead easy, actually.

DaZa


Praful Patel

unread,
Sep 22, 1998, 3:00:00 AM9/22/98
to
Yes, this is possible. This is how our dhcp server (netware 4.11) is set
up. You just create a subnet profile with the relevant subnet info and
where it says "automatic ip address assignment", select "no".

Then create a workstation and assign the IP for that subnet and mac
address. If you have lots of workstations you will there all day
creating workstation. The alternative (which is what I do) is to create
a dhcptab file (in the sys:\etc directory) with all workstations and
their relevant info. Took me time to figure this one out as this is not
documented. I have written code to create this file from an ms access
database. Makes life much simpler as I have to update workstation (over
2500 workstations ) info quite regularly.

Hope this helps.

0 new messages