diff options
Diffstat (limited to 'it/install-methods/tftp/bootp.xml')
-rw-r--r-- | it/install-methods/tftp/bootp.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/it/install-methods/tftp/bootp.xml b/it/install-methods/tftp/bootp.xml index 550d50db7..4300ce31e 100644 --- a/it/install-methods/tftp/bootp.xml +++ b/it/install-methods/tftp/bootp.xml @@ -10,7 +10,7 @@ There are two BOOTP servers available for GNU/Linux. The first is CMU <command>bootpd</command>. The other is actually a DHCP server: ISC <command>dhcpd</command>. In &debian-gnu; these are contained in the -<classname>bootp</classname> and <classname>dhcp3-server</classname> +<classname>bootp</classname> and <classname>isc-dhcp-server</classname> packages respectively. --> @@ -18,7 +18,7 @@ Per GNU/Linux sono disponibili due server BOOTP. Il primo è <command>bootpd</command> di CMU, l'altro è un server DHCP: <command>dhcpd</command> di ISC. Questi server sono rispettivamente contenuti nei pacchetti &debian-gnu; <classname>bootp</classname> e -<classname>dhcp3-server</classname>. +<classname>isc-dhcp-server</classname>. </para><para> @@ -109,8 +109,8 @@ those, read the section <xref linkend="dhcpd"/>. Otherwise you will probably be able to get away with simply adding the <userinput>allow bootp</userinput> directive to the configuration block for the subnet containing the client in -<filename>/etc/dhcp3/dhcpd.conf</filename>, and restart -<command>dhcpd</command> with <userinput>/etc/init.d/dhcp3-server +<filename>/etc/dhcp/dhcpd.conf</filename>, and restart +<command>dhcpd</command> with <userinput>/etc/init.d/isc-dhcp-server restart</userinput>. --> @@ -121,9 +121,9 @@ configurazione dei client per l'avvio con BOOTP, se si possiede una di queste leggere la sezione <xref linkend="dhcpd"/>. In caso contrario per proseguire è sufficiente aggiungere la direttiva <userinput>allow bootp</userinput> al blocco di configurazione della subnet a cui appartiene -il client in <filename>/etc/dhcp3/dhcpd.conf</filename> e riavviare +il client in <filename>/etc/dhcp/dhcpd.conf</filename> e riavviare <command>dhcpd</command> usando -<userinput>/etc/init.d/dhcp3-server restart</userinput>. +<userinput>/etc/init.d/isc-dhcp-server restart</userinput>. </para> </sect2> |