Question

  Asked: Jan 30 2008   7:52 PM GMT
  Asked by: 24420


DHCP Reservation by Mac -Addresses please explain as am trying to know how to access and configure DHCP Scope and settings.


DHCP

DHCP Reservation by Mac -Addresses please explain as am trying to know how to access and configure DHCP Scope and settings.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



Assuming that you are using Micorosft Windows DHCP server...

Open the DHCP manager
Connect to the DHCP server
Open the Server, then the scope
Right click on Reservations and select "New Reservation"
The Reservation Name is usually the name of the server. The IP Address is the IP address within the scope you wish to reserve.
The MAC Address is the MAC Address of the machine who will be using the reservation.
The description is optional.
Select DHCP, BOOTP or both depending on what services you are needing (some very old devices will only utilize BOOTP, which is older than the DHCP protocol) and click Add.

The "options" typically configured are:

6 - Router or Default gateway
15 - DNS Servers
44 - WINS Servers (optional after windows 2000 in an active directory environment)
46 - Netbios Node type (typically, 0x8 is the default and almost always good to use.)

While there are others, typically these are the ones most commonly used and will get you off the ground.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Networking.

Looking for relevant Networking Whitepapers? Visit the SearchNetworking.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Buddyfarr  |   Feb 22 2008  12:59AM GMT

assuming the client is a windows machine also, to get the MAC address of the machine you are trying to reserve an address to go to that machine and open a command prompt. at the command prompt type ipconfig /all

this will list the MAC address, but it will call it the Physical Address.

 

Labnuke99  |   Apr 8 2008  4:11PM GMT

You can also get this information for remote hosts on the SAME subnet as the client through arp -a. Ping the device before running the arp -a command.