95 pts.
 DHCP assigning IP - windows event
Hello,

Is there a windows even generated by the DHCP each time an IP is assigned to a machine. I would like to trace which machine used which IP and when.


Thanks

Software/Hardware used:
Windows 2008
ASKED: Sep 4, 2011  7:27 AM GMT
UPDATED: March 31, 2012  5:10:18 PM GMT
1,115 pts.
  Help
 Approved Answer - Chosen by Atabani (Question Asker)

If it is windows 2008 go to the Microsoft library:
http://technet.microsoft.com/en-us/library/dd759178.aspx

After you enable it, you will find event logs for the following:

ID: A DHCP server event ID code.

Date: The logged on entry date on the DHCP server.

Time: The log in time for the entry on the DHCP server.

Description: A description of this DHCP server event.

IP Address: The IP address of the DHCP client.

Host Name: The host name of the DHCP client.

MAC Address: The media access control (MAC) address used by the network adapter hardware of the client.
ANSWERED:  Sep 12, 2011  9:34 AM (GMT)  by Voodooclanboy   1,115 pts.

 
Other Answers:
Thanks but i have noticed that this only applies to IPv6 and not to IPv4, is that right ?

Best Regards




If it is windows 2008 go to the Microsoft library:
http://technet.microsoft.com/en-us/library/dd759178.aspx

After you enable it, you will find event logs for the following:

ID: A DHCP server event ID code.

Date: The logged on entry date on the DHCP server.

Time: The log in time for the entry on the DHCP server.

Description: A description of this DHCP server event.

IP Address: The IP address of the DHCP client.

Host Name: The host name of the DHCP client.

MAC Address: The media access control (MAC) address used by the network adapter hardware of the client.
Last Wiki Answer Submitted:  Sep 13, 2011  1:28 PM (GMT)  by  Atabani   95 pts.
Latest Answer Wiki Contributors:  Voodooclanboy   1,115 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

Hello,

You can always use the good’old Performance monitor (keep it running) and configure it to save a logfile…

 4,570 pts.

 

[...] DHCP assigning IP - Windows event [...]


 

Windows DHCP has changed the log destination over the years, but default now is to create a file for each day of the week, and recycle (clear and reuse the day-of-the-week name i.e. Monday), so that it’s not a maintenance issue. The file is text, and has the information as highlighted above, for IPv4.

 920 pts.