From owner-svn-doc-all@FreeBSD.ORG Fri Mar 28 03:16:00 2014 Return-Path: Delivered-To: svn-doc-all@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 ESMTPS id 14AB81A4; Fri, 28 Mar 2014 03:16:00 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 010A4E44; Fri, 28 Mar 2014 03:16:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S3Fx2p037683; Fri, 28 Mar 2014 03:15:59 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S3FxlC037682; Fri, 28 Mar 2014 03:15:59 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403280315.s2S3FxlC037682@svn.freebsd.org> From: Warren Block Date: Fri, 28 Mar 2014 03:15:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44369 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 28 Mar 2014 03:16:00 -0000 Author: wblock Date: Fri Mar 28 03:15:59 2014 New Revision: 44369 URL: http://svnweb.freebsd.org/changeset/doc/44369 Log: Recover lost tags. 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 Mar 28 03:11:04 2014 (r44368) +++ head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml Fri Mar 28 03:15:59 2014 (r44369) @@ -1144,12 +1144,12 @@ ifconfig_tun0= This switches to terminal mode in order to manually control the modem. - deflink: Entering terminal mode on /dev/cuau1 + deflink: Entering terminal mode on /dev/cuau1 type '~h' for help at OK -atdt123456789 +atdt123456789 Use at to initialize the modem, then use atdt and the number for the @@ -1254,13 +1254,13 @@ OK PPP before going into terminal mode: - ppp ON example> set authname myusername + ppp ON example> set authname myusername Where myusername should be replaced with the username that was assigned by the ISP. - ppp ON example> set authkey mypassword + ppp ON example> set authkey mypassword Where mypassword should be replaced with the password that was assigned by the @@ -1569,11 +1569,11 @@ adsl: issuing the following command as root: - &prompt.root; mpd -b adsl + &prompt.root; mpd -b adsl To view the status of the connection: - &prompt.user; ifconfig ng0 + &prompt.user; ifconfig ng0 ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500 inet 216.136.204.117 --> 204.152.186.171 netmask 0xffffffff @@ -1632,7 +1632,7 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNIN open the tunnel and start a PPP session: - &prompt.root; pptp address adsl + &prompt.root; pptp address adsl If an ampersand (&) is added @@ -1649,7 +1649,7 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNIN pptp process has confirmed a connection, examine the tunnel: - &prompt.user; ifconfig tun0 + &prompt.user; ifconfig tun0 tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 inet 216.136.204.21 --> 204.152.186.171 netmask 0xffffff00 Opened by PID 918