Seite 1 von 1

OPSI with a Windows DHCP server

Verfasst: 05 Nov 2009, 12:47
von huebers
Hello,

Today we implementated the OPSI server in our Network. But we have 1 problem. The hostname is not assigned by our DHCP server to the clients. Do you know how we could edit our DHCP server to assign dynamically a hostname to the clients.

Thanks in advance,
Anthony Huebers

Re: OPSI with a Windows DHCP server

Verfasst: 06 Nov 2009, 11:05
von minidump
Hello,

AFAIK it´s not possible to deploy the hostname with DHCP. I was searching a little bit in google at it seems that it´s possbile to deploy hostnames to linux clients by a linux DHCP server.

I hope that i am not mistaking, but I heard this the very first time.

Regards

Re: OPSI with a Windows DHCP server

Verfasst: 08 Nov 2009, 14:01
von d.oertel
Hi,

to deploy the hostnames via DHCP you will need the line:

Code: Alles auswählen

use-host-decl-names on;
in your dhcpd.conf.

But be aware - there are hundreds different ways how yo may connect DHCP, DNS, hosts, and os on

regards

d.oertel