[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DHCP funktioniert wieder nicht




> > host ltsp099 {
> >    hardware ethernet    00:00:00:00:00:00;
> >                         ^^^^^^^^^^^^^^^^^^^^wenn du hier nix sinvolles
> > reinschreibst, kannst du dir auch gleich den ganzen host-Block sparen.

ok, vergiss die host-Blöcke, lass sie so wie sie sind, es stört nicht.
Änder' einfach Zeile 13 & 14:

* anmelden als root

apt-get install mc

mcedit /etc/dhcp3/dhcpd.conf

vorher:
========
ddns-update-style none;
option option-128 "code 128 = string";
option option-129 "code 129 = text";


nachher:
========
ddns-update-style none;
# option option-128 "code 128 = string";
# option option-129 "code 129 = text";

oder so:
========
ddns-update-style         none;
option option-128 code 128 = string;
option option-129 code 129 = text;

(so sieht das bei mir aus)



F10 = beenden
speichern ? -> Ja

dhcpd starten:

/etc/init.d/dhcp3-server start



Gruß,
Martin


Reply to: