-1

First of all, my goal is to view leased IP addresses from DHCP server. I have created the following infrastructure in virtualBox :

DC(acts as DHCP,DNS) server <-> IPAM server
|
Client1

IPAM server is joined in DC's domain, also DC and IPAM servers are on the same subnet 192.168.10.0/24

Using this instruction: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831622(v=ws.11) I have not been able to get the DHCP logs from DC server just like it's supposed to: IPAM -> Event catalog -> IP tracking -> By IP address, By Client ID, By Hostname...

What have I accomplished?

  • GPO provisioning went well without any errors
  • On DC I can see DHCP logs, so auditing works fine
  • On DC I have created network share where is DHCP logs folder. It is possible to connect to that directory from IPAM server
  • On IPAM server with powershell scripts I can get information about DHCP leases

What confuses me?

  • There are no error logs within Event viewer that could indicate issue related to DHCP logging or log transfer.
  • On IPAM server's Event Viewer(Applications and Services Logs -> Microsoft -> Windows -> IPAM) also I do not see any error with data retrieval from DC server.

Maybe one of you has faced a similar situation? My guess is that the problem might be with the GPO, but playing around with assigning different roles to the IPAM GPO entries still didn't work. Maybe I missed something important?

Image of created and modified policies

Thank you for your time!

New contributor
San Dre is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

0

You must log in to answer this question.

Browse other questions tagged .