From 601d95fd75ef2956133c2571db43d9e3ebc4a0de Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sun, 16 Nov 2003 11:30:22 +0000 Subject: [PATCH] In PPPoA section: - fix a wrong option in pptpclient command line - some punctuation and typo fixes - some tags fixes. --- .../books/handbook/ppp-and-slip/chapter.sgml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index 973acafe1f..c5a2563c94 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -2250,16 +2250,16 @@ ppp_profile="adsl" requirements and provider settings. The port places a set of sample configuration files which are well documented in PREFIX/etc/mpd/. - Note here that PREFIX means the directory + Note here that PREFIX means the directory into which your ports are installed, this defaults to /usr/local/. A complete guide to - configuring mpd is available in + configure mpd is available in HTML format once the port has been installed. It is placed in PREFIX/share/mpd/. Here is a sample configuration for connecting to an ADSL service with mpd. The configuration is spread over two files, first the - mpd.conf. + mpd.conf: default: load adsl @@ -2299,7 +2299,7 @@ adsl: The mpd.links file contains information about the link, or links, you wish to establish. An example mpd.links to accompany the above example is given - beneath. + beneath: adsl: set link type pptp @@ -2323,7 +2323,7 @@ adsl: It is possible to initialize the connection easily by issuing the - following command as root. + following command as root: &prompt.root; mpd -b adsl @@ -2388,12 +2388,12 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500 This will open a tunnel for a PPP session to your DSL router. Ethernet DSL modems have a preconfigured LAN IP address which you connect to. In the case of the Alcatel &speedtouch; Home this address is - 10.0.0.138. Your routers documentation + 10.0.0.138. Your router documentation should tell you which address your device uses. To open the tunnel and - start a ppp session execute the following - command. + start a PPP session execute the following + command: - &prompt.root; pptp address isp + &prompt.root; pptp address adsl You may wish to add an ampersand (&) to the @@ -2406,7 +2406,7 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500 and ppp processes. Once you have been returned to your prompt, or the pptp process has confirmed a connection you can examine the tunnel like - so. + so: &prompt.user; ifconfig tun0 tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 @@ -2417,7 +2417,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 your router, which is usually accessible via telnet or with a web browser. If you still cannot connect you should examine the output of the - pptp command and the contents of the + pptp command and the contents of the ppp log file, /var/log/ppp.log for clues.