diff options
Diffstat (limited to 'de/install-methods/tftp/dhcp.xml')
-rw-r--r-- | de/install-methods/tftp/dhcp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/de/install-methods/tftp/dhcp.xml b/de/install-methods/tftp/dhcp.xml index c5977c721..56415b3c7 100644 --- a/de/install-methods/tftp/dhcp.xml +++ b/de/install-methods/tftp/dhcp.xml @@ -6,9 +6,9 @@ <para> Ein Free-Software-DHCP-Server ist der ISC-<command>dhcpd</command>. -Für &debian-gnu; wird das <classname>dhcp3-server</classname>-Paket empfohlen. +Für &debian-gnu; wird das <classname>isc-dhcp-server</classname>-Paket empfohlen. Hier eine beispielhafte Konfigurationsdatei (siehe -<filename>/etc/dhcp3/dhcpd.conf</filename>): +<filename>/etc/dhcp/dhcpd.conf</filename>): <informalexample><screen> option domain-name "example.com"; @@ -45,7 +45,7 @@ die per TFTP abgerufen wird. Nachdem Sie die Konfigurationsdatei des <command>dhcpd</command> verändert haben, starten Sie ihn mit -<userinput>/etc/init.d/dhcp3-server restart</userinput> neu. +<userinput>/etc/init.d/isc-dhcp-server restart</userinput> neu. </para> |