I currently have a Linux server running ISC DHCPd and I'd like to eliminate this server and move to a Windows DHCP server. I'm wondering if there is an easy way to accomplish this or if someone could recommend some best practices?
I currently have a Linux server running ISC DHCPd and I'd like to eliminate this server and move to a Windows DHCP server. I'm wondering if there is an easy way to accomplish this or if someone could recommend some best practices?
The DNS servers in Windows Server 2003 and 2008 (R2) are capable of being configured textually using the
netsh
command. I'm not aware of any projects to parse the ISC DHCPd configuration file and output the equivalentnetsh
commands but it ought to be reasonably easy. (I see where some as written a REXX script to convert the other direction, but that's probably of limited utility to you.)Some background on
netsh
should be able to get you started.