OPSI with a Windows DHCP server

Antworten
huebers
Beiträge: 8
Registriert: 04 Nov 2009, 12:14

OPSI with a Windows DHCP server

Beitrag 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
Benutzeravatar
minidump
Beiträge: 218
Registriert: 16 Okt 2009, 11:27

Re: OPSI with a Windows DHCP server

Beitrag 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
Grüße
minidump

Alles ist am Ende gut. Und wenn es nicht gut ist, dann ist es nicht das Ende.
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: OPSI with a Windows DHCP server

Beitrag 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
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten