From 9af865e1269274bd898fe19de0c5c9da8b7187b2 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sat, 15 Nov 2003 16:22:20 +0000 Subject: [PATCH] In kernel PPP section: - Some tags fixes - Some little rewordings. --- .../books/handbook/ppp-and-slip/chapter.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 1472909363..0b4dd2af04 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 @@ -1423,7 +1423,7 @@ kermit -y /etc/ppp/kermit.dial pppd /dev/tty01 19200 kermit - /etc/ppp/kermit.dial is a kermit + /etc/ppp/kermit.dial is a kermit script that dials and makes all necessary authorization on the remote host (an example of such a script is attached to the end of this document). @@ -1450,7 +1450,7 @@ fi kermit -y /etc/ppp/kermit.hup /etc/ppp/ppptest - Check to see if PPP is still running by executing + Check to see if pppd is still running by executing /usr/etc/ppp/ppptest, which should look like this: @@ -1489,7 +1489,7 @@ echo \13 exit Here is an alternate method using chat - instead of kermit. + instead of kermit: The following two files are sufficient to accomplish a pppd connection. @@ -1550,7 +1550,7 @@ passive # wait for LCP modem # modem line The following /etc/ppp/pppserv script - will enable tell pppd to behave as a + will tell pppd to behave as a server: #!/bin/sh @@ -1598,7 +1598,7 @@ ifconfig ppp0 delete kermit -y /etc/ppp/kermit.noans - The following kermit script + The following kermit script (/etc/ppp/kermit.ans) will enable/disable autoanswer mode on your modem. It should look like this: