Hi Viktor, On Fri, 2008-03-28 at 11:05 +0100, Viktor Keil wrote: > Hallo Michael, > > >>>>> > SERVER not defined. Can't change network boot configuration > >>>>> Die Variable $SERVER ist nicht definiert. Schau mal ins variables.log > >>>> Dort ist keine Variable SERVER definiert. > >>>> > >>>> Muss ich Diese Variable irgendwo definieren? > >>>> > >>> Die wird eigentlich automatisch über die Netzwerkkonfiguration definiert - > >>> machst Du DHCP? Oder was benützt Du dazu? > >> Ja, ich benutze DHCP. Der DHCP-Server funktionierte bisher eigentlich immer > >> problemlos. Muss ich da eventuell in dhcpd.conf noch etwas zusätzlich > >> angeben?
Did you pass the following option in the dhcpd.conf : use-host-decl-names on; This will enable the host-name sending to the dhcp-address requesting client. my 2 cents :) Roel.
