diff --git a/en_US.ISO8859-1/articles/pxe/article.sgml b/en_US.ISO8859-1/articles/pxe/article.sgml index 17061f15cb..2db25484a1 100644 --- a/en_US.ISO8859-1/articles/pxe/article.sgml +++ b/en_US.ISO8859-1/articles/pxe/article.sgml @@ -90,7 +90,7 @@ - Install DHCP: Install net/isc-dhcp3 you can use this config file + Install DHCP: Install net/isc-dhcp3-server you can use this config file dhcpd.conf, stick it in /usr/local/etc/. diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index f15a9de4a5..f6a1398c06 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -2402,7 +2402,7 @@ Exports list on foobar: As of release 4.4, isc-dhcp 3.0 is not part of the base system. You will first need to install the - net/isc-dhcp3 port or the + net/isc-dhcp3-server port or the corresponding package. Please refer to for general information about ports and packages. @@ -4500,7 +4500,7 @@ nis_client_flags="-S NIS domain,serverdhclient, comes integrated within FreeBSD, and the server-side portion is available from the - net/isc-dhcp3 port. The + net/isc-dhcp3-server port. The &man.dhclient.8;, &man.dhcp-options.5;, and &man.dhclient.conf.5; manual pages, in addition to the references below, are useful resources. @@ -4608,9 +4608,9 @@ dhcp_flags="" The DHCP server, dhcpd, is included as part of the net/isc-dhcp3 port in the ports - collection. This port contains the full ISC DHCP - distribution, consisting of client, server, relay agent and + role="package">net/isc-dhcp3-server port in the ports + collection. This port contains the ISC DHCP + server and documentation. @@ -4674,7 +4674,7 @@ dhcp_flags="" The server portion of the suite is not provided as part of FreeBSD, and so you will need to install the - net/isc-dhcp3 + net/isc-dhcp3-server port to provide this service. See for more information on using the ports collection. @@ -4713,7 +4713,7 @@ dhcp_flags="" The next thing that you will need to do is edit the sample dhcpd.conf which was installed by the - net/isc-dhcp3 port. + net/isc-dhcp3-server port. By default, this will be /usr/local/etc/dhcpd.conf.sample, and you should copy this to @@ -4863,7 +4863,9 @@ host mailhost { /usr/local/sbin/dhcrelay dhcrelay is used in advanced environments where one DHCP server forwards a request from a - client to another DHCP server on a separate network. The + client to another DHCP server on a separate network. If you + require this functionality, then install the net/isc-dhcp3-server port. The &man.dhcrelay.8; manual page provided with the port contains more detail.