DHCP Reservation by Mac -Addresses please explain as am trying to know how to access and configure DHCP Scope and settings.
5 pts.
0
Q:
DHCP Reservation by Mac -Addresses please explain as am trying to know how to access and configure DHCP Scope and settings.
DHCP Reservation by Mac -Addresses please explain as am trying to know how to access and configure DHCP Scope and settings.
ASKED: Jan 30 2008  7:52 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
5320 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
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.
Last Answered: Feb 27 2008  6:23 AM GMT by Jlees   5320 pts.
Latest Contributors: Mrdenny   46795 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Buddyfarr   6835 pts.  |   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   26290 pts.  |   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.

 
0