Migrating DHCP from Unix to AD

J

Jim Hatfield

The title says most of it...

We use fixed allocations based on Mac addresses. The Unix
DHCP server uses a nice simple text file, with entries like
this:
host balblair {
hardware ethernet 00:a0:c9:b5:a0:41;
fixed-address 172.16.64.12;
}

I want to transfer all of these to reservations on the AD DHCP
server, but I don't want to type them all in. Is there a way to
do this?

(also, why does Windows use "-" for separating bytes of a Mac
address, whereas everyone else uses ":")?

jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top