From owner-svn-doc-head@FreeBSD.ORG Fri Oct 18 19:37:57 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7E63467; Fri, 18 Oct 2013 19:37:57 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3F1D2999; Fri, 18 Oct 2013 19:37:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IJbvRT064238; Fri, 18 Oct 2013 19:37:57 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IJbvBI064237; Fri, 18 Oct 2013 19:37:57 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201310181937.r9IJbvBI064237@svn.freebsd.org> From: Dru Lavigne Date: Fri, 18 Oct 2013 19:37:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43003 - head/en_US.ISO8859-1/books/handbook/ppp-and-slip X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 19:37:57 -0000 Author: dru Date: Fri Oct 18 19:37:57 2013 New Revision: 43003 URL: http://svnweb.freebsd.org/changeset/doc/43003 Log: White space fix only. Translators can ignore. Modified: head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Fri Oct 18 19:12:33 2013 (r43002) +++ head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Fri Oct 18 19:37:57 2013 (r43003) @@ -36,7 +36,7 @@ - How to configure, use, and troubleshoot a + How to configure, use, and troubleshoot a PPP connection. @@ -44,7 +44,8 @@ (PPPoE). - How to set up PPP over ATM + How to set up PPP over + ATM (PPPoA). @@ -109,8 +110,8 @@ &os; provides built-in support for managing dial-up PPP connections using &man.ppp.8;. In order - to use a PPP connection, the following - items are needed: + to use a PPP connection, the following items + are needed: @@ -133,9 +134,10 @@ - The IP address of one or more DNS - servers. Normally, the ISP provides these - addresses. If it did not, &os; can be configured to use + The IP address of one or more + DNS servers. Normally, the + ISP provides these addresses. If it did + not, &os; can be configured to use DNS negotiation. @@ -152,9 +154,8 @@ gateway. If this information is unknown, the ISP will automatically provide the correct value during connection setup. When - configuring PPP on &os;, - this address is referred to as - HISADDR. + configuring PPP on &os;, this address is + referred to as HISADDR. @@ -171,29 +172,28 @@ If the ISP has assigned a static IP address and hostname, it should be - input into the configuration file. - Otherwise, this information will be automatically provided during + input into the configuration file. Otherwise, this + information will be automatically provided during connection setup. The rest of this section demonstrates how to configure &os; - for common PPP connection - scenarios. The required configuration file is + for common PPP connection scenarios. The + required configuration file is /etc/ppp/ppp.conf and additional files and examples are available in /usr/share/examples/ppp/. Throughout this section, many of the file examples - display line numbers. These line - numbers have been added to make it easier to follow the discussion - and are not meant to be placed in the actual file. - - When editing a configuration file, proper - indentation is - important. Lines that end in a : start in the - first column (beginning of the line) while all other lines + display line numbers. These line numbers have been added to + make it easier to follow the discussion and are not meant to + be placed in the actual file. + + When editing a configuration file, proper indentation is + important. Lines that end in a : start in + the first column (beginning of the line) while all other lines should be indented as shown using spaces or tabs. @@ -206,9 +206,10 @@ addresses - If the ISP, also known as the peer, has provided an address that does not change, - edit /etc/ppp/ppp.conf as described in - the example below. + If the ISP, also known as the peer, has + provided an address that does not change, edit + /etc/ppp/ppp.conf as described in the + example below. 1 default: 2 set log Phase Chat LCP IPCP CCP tun command @@ -233,9 +234,10 @@ Line 1: - Identifies the default entry. Commands in this - entry (lines 2 through 9) are executed automatically when ppp is - run. + Identifies the default entry. + Commands in this entry (lines 2 through 9) are + executed automatically when ppp + is run. @@ -243,9 +245,10 @@ Line 2: - Enables verbose logging parameters for testing the connection. Once the - configuration is working satisfactorily, this line - should be reduced to: + Enables verbose logging parameters for testing + the connection. Once the configuration is working + satisfactorily, this line should be reduced + to: set log phase tun @@ -256,9 +259,9 @@ Line 3: - Displays the version of &man.ppp.8; to the - PPP software running on the other side of the - connection. + Displays the version of &man.ppp.8; to the + PPP software running on the other + side of the connection. @@ -269,9 +272,7 @@ Identifies the device to which the modem is connected, where COM1 is /dev/cuau0 - and - COM2 is - COM2 is /dev/cuau1. @@ -281,8 +282,8 @@ Sets the connection speed. If - 115200 does not work on an older modem, - try 38400 instead. + 115200 does not work on an older + modem, try 38400 instead. @@ -291,12 +292,14 @@ The dial string written as an expect-send - syntax. Refer to &man.chat.8; for more information. + syntax. Refer to &man.chat.8; for more + information. Note that this command continues onto the next line for readability. Any command in ppp.conf may do this if the - last character on the line is \. + last character on the line is + \. @@ -304,7 +307,8 @@ Line 8: - Sets the idle timeout for the link in seconds. + Sets the idle timeout for the link in + seconds. @@ -312,9 +316,12 @@ Line 9: - Instructs the peer to confirm the DNS - settings. If the local network is running its own DNS server, - this line should be commented out, by adding a # at the beginning of the line, or removed. + Instructs the peer to confirm the + DNS settings. If the local + network is running its own DNS + server, this line should be commented out, by adding + a # at the beginning of the line, + or removed. @@ -344,24 +351,26 @@ Line 12: - Use the phone number for the ISP. - Multiple phone numbers may be specified using the - colon (:) or pipe character - (|) as a separator. To rotate - through the numbers, use a colon. To - always attempt to dial the first number first and - only use the other numbers if the first number - fails, use the pipe character. Always enclose the - entire set of phone numbers between quotation - marks (") to prevent dialing failures. - + Use the phone number for the + ISP. Multiple phone numbers may + be specified using the colon (:) + or pipe character (|) as a + separator. To rotate through the numbers, use a + colon. To always attempt to dial the first number + first and only use the other numbers if the first + number fails, use the pipe character. Always + enclose the entire set of phone numbers between + quotation marks (") to prevent + dialing failures. + Lines 13 & 14: - Use the user name and password for the ISP. + Use the user name and password for the + ISP. @@ -369,12 +378,11 @@ Line 15: - Sets the default idle - timeout - in seconds for the connection. In this example, the - connection will be closed automatically after 300 - seconds of inactivity. To prevent a timeout, - set this value to zero. + Sets the default idle timeout in seconds for the + connection. In this example, the connection will be + closed automatically after 300 seconds of + inactivity. To prevent a timeout, set this value to + zero. @@ -383,12 +391,12 @@ Sets the interface addresses. The x.x.x.x should be - replaced by the static IP address that - the ISP has allocated and the - y.y.y.y should be + replaced by the static IP address + that the ISP has allocated and + the y.y.y.y should be replaced by the IP address of the - default gateway. If the ISP has not - provided a gateway address, use ISP has + not provided a gateway address, use 10.0.0.2/0. When using a guessed address, create an entry in /etc/ppp/ppp.linkup as per the @@ -402,21 +410,22 @@ Line 17: - Keep this line as-is as it adds a default route to the gateway. The - HISADDR will automatically be replaced - with the gateway address specified on line 16. It - is important that this line appears after line 16. - - When mode is not used to start the connection, this - line should be moved to - ppp.linkup. Examples for this + Keep this line as-is as it adds a default route + to the gateway. The HISADDR will + automatically be replaced with the gateway address + specified on line 16. It is important that this + line appears after line 16. + + When mode is not used to + start the connection, this line should be moved to + ppp.linkup. Examples for this file can be found in /usr/share/examples/ppp/. - However, - ppp.linkup is not needed when running &man.ppp.8; in - mode as the routing table entries - are already correct. - + However, ppp.linkup is not + needed when running &man.ppp.8; in + mode as the routing table + entries are already correct. +