From owner-freebsd-doc@FreeBSD.ORG Sat Jan 23 14:20:02 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32652106566B for ; Sat, 23 Jan 2010 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED1D8FC1E for ; Sat, 23 Jan 2010 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0NEK1Qa028605 for ; Sat, 23 Jan 2010 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0NEK1GL028604; Sat, 23 Jan 2010 14:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jan 2010 14:20:01 GMT Resent-Message-Id: <201001231420.o0NEK1GL028604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denny Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951BF1065696 for ; Sat, 23 Jan 2010 14:13:21 +0000 (UTC) (envelope-from dennylin93@cnmc32.hs.ntnu.edu.tw) Received: from mx.hs.ntnu.edu.tw (mx.hs.ntnu.edu.tw [140.131.149.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6035B8FC25 for ; Sat, 23 Jan 2010 14:13:21 +0000 (UTC) Received: from mx.hs.ntnu.edu.tw (localhost [127.0.0.1]) by mx.hs.ntnu.edu.tw (Postfix) with ESMTP id 4DBDB6FC44C for ; Sat, 23 Jan 2010 22:13:20 +0800 (CST) Received: by mx.hs.ntnu.edu.tw (Postfix, from userid 1002) id 31FEA6FC443; Sat, 23 Jan 2010 22:13:20 +0800 (CST) Message-Id: <20100123141320.31FEA6FC443@mx.hs.ntnu.edu.tw> Date: Sat, 23 Jan 2010 22:13:20 +0800 (CST) From: Denny Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/143120: [UPDATE] Update info about DHCP in Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denny Lin List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 14:20:02 -0000 >Number: 143120 >Category: docs >Synopsis: [UPDATE] Update info about DHCP in Handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 23 14:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Denny Lin >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD cnmc32.hs.ntnu.edu.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Fri Jan 8 17:48:28 CST 2010 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64 >Description: The info about DHCP in the Handbook is outdated. ISC DHCP 3.0 isn't supported any more (replaced by 3.1), and the script has changed as well. >How-To-Repeat: >Fix: --- dhcp.patch begins here --- --- doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml.orig 2010-01-23 22:06:42.631053228 +0800 +++ doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml 2010-01-23 22:10:00.922724015 +0800 @@ -2555,7 +2555,7 @@ client-side program, dhclient, comes integrated within FreeBSD, and the server-side portion is available from the net/isc-dhcp3-server port. The + role="package">net/isc-dhcp31-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. @@ -2665,7 +2665,7 @@ The DHCP server, dhcpd, is included as part of the net/isc-dhcp3-server port in the ports + role="package">net/isc-dhcp31-server port in the ports collection. This port contains the ISC DHCP server and documentation. @@ -2729,7 +2729,7 @@ The server is not provided as part of FreeBSD, and so you will need to install the - net/isc-dhcp3-server + net/isc-dhcp31-server port to provide this service. See for more information on using the Ports Collection. @@ -2768,7 +2768,7 @@ The next thing that you will need to do is edit the sample dhcpd.conf which was installed by the - net/isc-dhcp3-server port. + net/isc-dhcp31-server port. By default, this will be /usr/local/etc/dhcpd.conf.sample, and you should copy this to @@ -2882,7 +2882,7 @@ Then, you can proceed to start the server by issuing the following command: - &prompt.root; /usr/local/etc/rc.d/isc-dhcpd.sh start + &prompt.root; /usr/local/etc/rc.d/isc-dhcpd start Should you need to make changes to the configuration of your server in the future, it is important to note that sending a @@ -2932,7 +2932,7 @@ environments where one DHCP server forwards a request from a client to another DHCP server on a separate network. If you require this functionality, then install the net/isc-dhcp3-relay port. The + role="package">net/isc-dhcp31-relay port. The &man.dhcrelay.8; manual page provided with the port contains more detail. --- dhcp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: