DHCP client

DiscerningDave 21 Reputation points
2022-06-14T21:17:42.42+00:00

Since I found very little information on this I am assuming it is not possible. However this linux guy will ask more competent Windows followers for help! I have a linux based OpenVPN tap server providing connections to clients on the local lan. I have created a dhcp script for linux clients that is completely free of all fixed ip addresses/port/proto etc on the client, everything is configured via the lease information provided by the server (domain based). This has eliminated maintenance of flat files on the client, and who doesn't like that? In linux this is done via hooks where the dhcp client will call the hook script for "BOUND", "RELEASE", etc. Is it possible to interface with a Windows dhcp client in a similar manner?

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-06-14T21:24:47.85+00:00

    You could review here to see if your process is similar.
    https://learn.microsoft.com/en-us/windows-server/troubleshoot/dynamic-host-configuration-protocol-basics

    --please don't forget to upvote and Accept as answer if the reply is helpful--


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.