View | Details | Raw Unified | Return to bug 143120
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml (-6 / +6 lines)
Lines 2555-2561 Link Here
2555
        client-side program, <command>dhclient</command>, comes
2555
        client-side program, <command>dhclient</command>, comes
2556
        integrated within FreeBSD, and the server-side portion is
2556
        integrated within FreeBSD, and the server-side portion is
2557
        available from the <filename
2557
        available from the <filename
2558
        role="package">net/isc-dhcp3-server</filename> port.  The
2558
        role="package">net/isc-dhcp31-server</filename> port.  The
2559
        &man.dhclient.8;, &man.dhcp-options.5;, and
2559
        &man.dhclient.8;, &man.dhcp-options.5;, and
2560
        &man.dhclient.conf.5; manual pages, in addition to the
2560
        &man.dhclient.conf.5; manual pages, in addition to the
2561
        references below, are useful resources.</para>
2561
        references below, are useful resources.</para>
Lines 2665-2671 Link Here
2665
        </indexterm>
2665
        </indexterm>
2666
        <para>The DHCP server, <application>dhcpd</application>, is included
2666
        <para>The DHCP server, <application>dhcpd</application>, is included
2667
          as part of the <filename
2667
          as part of the <filename
2668
          role="package">net/isc-dhcp3-server</filename> port in the ports
2668
          role="package">net/isc-dhcp31-server</filename> port in the ports
2669
          collection.  This port contains the ISC DHCP server and
2669
          collection.  This port contains the ISC DHCP server and
2670
          documentation.</para>
2670
          documentation.</para>
2671
    </sect2>
2671
    </sect2>
Lines 2729-2735 Link Here
2729
2729
2730
	  <para>The server is not provided as part of
2730
	  <para>The server is not provided as part of
2731
	    FreeBSD, and so you will need to install the
2731
	    FreeBSD, and so you will need to install the
2732
	    <filename role="package">net/isc-dhcp3-server</filename>
2732
	    <filename role="package">net/isc-dhcp31-server</filename>
2733
	    port to provide this service.  See <xref linkend="ports"> for
2733
	    port to provide this service.  See <xref linkend="ports"> for
2734
	    more information on using the Ports Collection.</para>
2734
	    more information on using the Ports Collection.</para>
2735
	</sect3>
2735
	</sect3>
Lines 2768-2774 Link Here
2768
2768
2769
	  <para>The next thing that you will need to do is edit the sample
2769
	  <para>The next thing that you will need to do is edit the sample
2770
	    <filename>dhcpd.conf</filename> which was installed by the
2770
	    <filename>dhcpd.conf</filename> which was installed by the
2771
	    <filename role="package">net/isc-dhcp3-server</filename> port.
2771
	    <filename role="package">net/isc-dhcp31-server</filename> port.
2772
	    By default, this will be
2772
	    By default, this will be
2773
	    <filename>/usr/local/etc/dhcpd.conf.sample</filename>, and you
2773
	    <filename>/usr/local/etc/dhcpd.conf.sample</filename>, and you
2774
	    should copy this to
2774
	    should copy this to
Lines 2882-2888 Link Here
2882
	  <para>Then, you can proceed to start the server by issuing the
2882
	  <para>Then, you can proceed to start the server by issuing the
2883
	    following command:</para>
2883
	    following command:</para>
2884
2884
2885
	  <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/isc-dhcpd.sh start</userinput></screen>
2885
	  <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/isc-dhcpd start</userinput></screen>
2886
2886
2887
	  <para>Should you need to make changes to the configuration of your
2887
	  <para>Should you need to make changes to the configuration of your
2888
	    server in the future, it is important to note that sending a
2888
	    server in the future, it is important to note that sending a
Lines 2932-2938 Link Here
2932
		environments where one DHCP server forwards a request from a
2932
		environments where one DHCP server forwards a request from a
2933
		client to another DHCP server on a separate network.  If you
2933
		client to another DHCP server on a separate network.  If you
2934
		require this functionality, then install the <filename
2934
		require this functionality, then install the <filename
2935
		role="package">net/isc-dhcp3-relay</filename> port.  The
2935
		role="package">net/isc-dhcp31-relay</filename> port.  The
2936
		&man.dhcrelay.8; manual page provided with the
2936
		&man.dhcrelay.8; manual page provided with the
2937
		port contains more detail.</para>
2937
		port contains more detail.</para>
2938
	    </listitem>
2938
	    </listitem>

Return to bug 143120