In kernel PPP section:
- Some tags fixes - Some little rewordings.
This commit is contained in:
parent
492674b531
commit
9af865e126
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18857
1 changed files with 5 additions and 5 deletions
|
@ -1423,7 +1423,7 @@ kermit -y /etc/ppp/kermit.dial
|
||||||
pppd /dev/tty01 19200</programlisting>
|
pppd /dev/tty01 19200</programlisting>
|
||||||
|
|
||||||
<indexterm><primary>kermit</primary></indexterm>
|
<indexterm><primary>kermit</primary></indexterm>
|
||||||
<para><filename>/etc/ppp/kermit.dial</filename> is a kermit
|
<para><filename>/etc/ppp/kermit.dial</filename> is a <application>kermit</application>
|
||||||
script that dials and makes all necessary authorization on the
|
script that dials and makes all necessary authorization on the
|
||||||
remote host (an example of such a script is attached to the end
|
remote host (an example of such a script is attached to the end
|
||||||
of this document).</para>
|
of this document).</para>
|
||||||
|
@ -1450,7 +1450,7 @@ fi
|
||||||
kermit -y /etc/ppp/kermit.hup
|
kermit -y /etc/ppp/kermit.hup
|
||||||
/etc/ppp/ppptest</programlisting>
|
/etc/ppp/ppptest</programlisting>
|
||||||
|
|
||||||
<para>Check to see if PPP is still running by executing
|
<para>Check to see if <command>pppd</command> is still running by executing
|
||||||
<filename>/usr/etc/ppp/ppptest</filename>, which should look like
|
<filename>/usr/etc/ppp/ppptest</filename>, which should look like
|
||||||
this:</para>
|
this:</para>
|
||||||
|
|
||||||
|
@ -1489,7 +1489,7 @@ echo \13
|
||||||
exit</programlisting>
|
exit</programlisting>
|
||||||
|
|
||||||
<para>Here is an alternate method using <command>chat</command>
|
<para>Here is an alternate method using <command>chat</command>
|
||||||
instead of <command>kermit</command>.</para>
|
instead of <command>kermit</command>:</para>
|
||||||
|
|
||||||
<para>The following two files are sufficient to accomplish a
|
<para>The following two files are sufficient to accomplish a
|
||||||
<command>pppd</command> connection.</para>
|
<command>pppd</command> connection.</para>
|
||||||
|
@ -1550,7 +1550,7 @@ passive # wait for LCP
|
||||||
modem # modem line</programlisting>
|
modem # modem line</programlisting>
|
||||||
|
|
||||||
<para>The following <filename>/etc/ppp/pppserv</filename> script
|
<para>The following <filename>/etc/ppp/pppserv</filename> script
|
||||||
will enable tell <application>pppd</application> to behave as a
|
will tell <application>pppd</application> to behave as a
|
||||||
server:</para>
|
server:</para>
|
||||||
|
|
||||||
<programlisting>#!/bin/sh
|
<programlisting>#!/bin/sh
|
||||||
|
@ -1598,7 +1598,7 @@ ifconfig ppp0 delete
|
||||||
|
|
||||||
kermit -y /etc/ppp/kermit.noans</programlisting>
|
kermit -y /etc/ppp/kermit.noans</programlisting>
|
||||||
|
|
||||||
<para>The following kermit script
|
<para>The following <application>kermit</application> script
|
||||||
(<filename>/etc/ppp/kermit.ans</filename>) will enable/disable
|
(<filename>/etc/ppp/kermit.ans</filename>) will enable/disable
|
||||||
autoanswer mode on your modem. It should look like this:</para>
|
autoanswer mode on your modem. It should look like this:</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue