From owner-svn-doc-all@FreeBSD.ORG Thu Jun 14 12:04:00 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0C631065676; Thu, 14 Jun 2012 12:04:00 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id BBC718FC1B; Thu, 14 Jun 2012 12:04:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5EC4083092979; Thu, 14 Jun 2012 12:04:00 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5EC40gK092977; Thu, 14 Jun 2012 12:04:00 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201206141204.q5EC40gK092977@svn.freebsd.org> From: Warren Block Date: Thu, 14 Jun 2012 12:04:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39044 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 12:04:00 -0000 Author: wblock Date: Thu Jun 14 12:04:00 2012 New Revision: 39044 URL: http://svn.freebsd.org/changeset/doc/39044 Log: Whitespace-only fixes: indentation and wrap long lines. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Thu Jun 14 11:50:52 2012 (r39043) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Thu Jun 14 12:04:00 2012 (r39044) @@ -4635,62 +4635,64 @@ myhost.example.com:/b/tftpboot/FreeBSD/i - Use the net/wireshark - port to debug the network traffic involved during the + + Use the + net/wireshark port to + debug the network traffic involved during the PXE booting process, which is - illustrated in the diagram below. - In , an - example configuration is shown where the - DHCP, TFTP, and - NFS servers are actually on the same - machine. However, these severs can be on separate - machines. + illustrated in the diagram below. In + , an example + configuration is shown where the DHCP, + TFTP, and NFS + servers are actually on the same machine. However, these + severs can be on separate machines.
PXE Booting process with NFS root mount + - - - - - - - - - - - - - - Client broadcasts DHCPDISCOVER. - - - DHCP server responds with IP address, - next-server, - filename, and - root-path. - - - Client sends TFTP - request to next-server - asking to retrieve - filename. - - - TFTP server responds and sends - filename to client. - - - Client executes - filename which is - &man.pxeboot.8;. &man.pxeboot.8; loads the - kernel. When the kernel executes, the root - filesystem specified by - root-path is mounted over - NFS. - - - + + + + + + + + + + + + + + Client broadcasts DHCPDISCOVER. + + + DHCP server responds with IP address, + next-server, + filename, and + root-path. + + + Client sends TFTP + request to next-server + asking to retrieve + filename. + + + TFTP server responds and sends + filename to client. + + + Client executes + filename which is + &man.pxeboot.8;. &man.pxeboot.8; loads the + kernel. When the kernel executes, the root + filesystem specified by + root-path is mounted over + NFS. + + +