From owner-svn-doc-head@FreeBSD.ORG Fri Oct 18 23:17:18 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6828F96; Fri, 18 Oct 2013 23:17:17 +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 C35F4256C; Fri, 18 Oct 2013 23:17:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9INHHjq084743; Fri, 18 Oct 2013 23:17:17 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9INHHRC084742; Fri, 18 Oct 2013 23:17:17 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201310182317.r9INHHRC084742@svn.freebsd.org> From: Dru Lavigne Date: Fri, 18 Oct 2013 23:17:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43008 - 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 23:17:18 -0000 Author: dru Date: Fri Oct 18 23:17:17 2013 New Revision: 43008 URL: http://svnweb.freebsd.org/changeset/doc/43008 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 22:54:06 2013 (r43007) +++ head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Fri Oct 18 23:17:17 2013 (r43008) @@ -109,17 +109,16 @@ Configuring <acronym>PPP</acronym> &os; provides built-in support for managing dial-up - PPP connections using &man.ppp.8;. The - default &os; kernel provides support for - tun which is used to interact with a + PPP connections using &man.ppp.8;. The + default &os; kernel provides support for + tun which is used to interact with a modem hardware. Configuration is performed by editing at least one configuration file, and configuration files containing examples are provided. Finally, ppp is - used to start and manage connections. - - In order - to use a PPP connection, the following items - are needed: + used to start and manage connections. + + In order to use a PPP connection, the + following items are needed: @@ -160,10 +159,10 @@ The IP address of the default 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. + ISP will automatically provide the + correct value during connection setup. When configuring + PPP on &os;, this address is referred to + as HISADDR. @@ -215,10 +214,9 @@ In order to configure a PPP connection, - first edit - /etc/ppp/ppp.conf with the dial-in - information for the ISP. This file is described - as follows: + first edit /etc/ppp/ppp.conf with the + dial-in information for the ISP. This file + is described as follows: 1 default: 2 set log Phase Chat LCP IPCP CCP tun command @@ -398,33 +396,33 @@ Line 16: - Sets the interface addresses. The values used + Sets the interface addresses. The values used depend upon whether a static IP address has been obtained from the ISP or if it instead negotiates a dynamic IP address during - connection. + connection. - If the - ISP has allocated a static - IP address and default gateway, replace - x.x.x.x with the static - IP address and replace - y.y.y.y with the - IP address of the - default gateway. If the ISP has - only provided a static IP address - without a gateway address, replace y.y.y.y with If the ISP has allocated a + static IP address and default + gateway, replace x.x.x.x + with the static IP address and + replace y.y.y.y with the + IP address of the default + gateway. If the ISP has only + provided a static IP address + without a gateway address, replace + y.y.y.y with 10.0.0.2/0. - - If the IP address changes whenever - a connection is made, change this line - to the following value. - This tells &man.ppp.8; to use the - IP Configuration Protocol - (IPCP) to negotiate a dynamic IP address: - set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 + If the IP address changes + whenever a connection is made, change this line to + the following value. This tells &man.ppp.8; to use + the IP Configuration Protocol + (IPCP) to negotiate a dynamic + IP address: + + set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 @@ -446,14 +444,15 @@ manually or automatically, a /etc/ppp/ppp.linkup may also need to be created which contains the following lines. This file - is required when running ppp - in mode. This file is - used after the connection has been established. At this - point, the IP address will have been assigned - and it is now be possible to add the - routing table entries. When creating this file, make sure that + is required when running ppp in + mode. This file is used after the + connection has been established. At this point, the + IP address will have been assigned and + it is now be possible to add the routing table entries. + When creating this file, make sure that provider matches the value - demonstrated in line 11 of ppp.conf. + demonstrated in line 11 of + ppp.conf. provider: add default HISADDR @@ -467,7 +466,7 @@ in /usr/share/examples/ppp/. - + Receiving Incoming Calls @@ -477,47 +476,49 @@ receiving incoming calls - When configuring &man.ppp.8; to - receive incoming calls on a machine connected to a Local - Area Network (LAN), - decide if packets should be forwarded to the LAN. If so, - allocate the connecting system an IP address from - the LAN's subnet, and add the enable - proxy line to + When configuring &man.ppp.8; to receive incoming calls + on a machine connected to a Local Area Network + (LAN), decide if packets should be + forwarded to the LAN. If so, allocate + the connecting system an IP address + from the LAN's subnet, and add the + enable proxy line to /etc/ppp/ppp.conf. Also, confirm that /etc/rc.conf contains the following line: gateway_enable="YES" - - Refer to &man.ppp.8; and + + Refer to &man.ppp.8; and /usr/share/examples/ppp/ppp.conf.sample - for more details. The following steps will also be required: - - - - Create an entry in /etc/passwd - (using the &man.vipw.8; program). - - - - Create a profile in this users home directory that - runs ppp -direct direct-server or - similar. - - - - Create an entry in - /etc/ppp/ppp.conf. The - direct-server example should - suffice. - - - - Create an entry in - /etc/ppp/ppp.linkup. - - + for more details. The following steps will also be + required: + + + + Create an entry in + /etc/passwd (using the + &man.vipw.8; program). + + + + Create a profile in this users home directory that + runs ppp -direct direct-server or + similar. + + + + Create an entry in + /etc/ppp/ppp.conf. The + direct-server example should + suffice. + + + + Create an entry in + /etc/ppp/ppp.linkup. + + ?> @@ -542,7 +543,7 @@ default section, it gives the specified users access to everything. - <acronym>PPP</acronym> Shells for Dynamic <acronym>IP</acronym> Users @@ -687,7 +688,7 @@ sam: mary: add 203.14.103.0 netmask 255.255.255.0 HISADDR -?> + ?> <command>mgetty</command> and AutoPPP @@ -1057,8 +1058,8 @@ ifconfig_tun0= start_if.tun0 does not exist, type: - &prompt.root; ppp -auto provider - + &prompt.root; ppp -auto provider + @@ -1429,8 +1430,8 @@ ppp_profile="name_of_service_provider" - Using <application>PPP</application> over <acronym>ATM</acronym> - (PPPoA) + Using <application>PPP</application> over + <acronym>ATM</acronym> (PPPoA) PPP @@ -1441,8 +1442,9 @@ ppp_profile="name_of_service_provider"PPPoA - The following describes how to set up PPP over ATM (PPPoA). - PPPoA is a popular choice among European DSL providers. + The following describes how to set up PPP over + ATM (PPPoA). PPPoA is a popular choice among + European DSL providers.