- According to http://www.columbia.edu/kermit/ s/kermit/Kermit
- Add missing application tags for some Kermit instances
This commit is contained in:
parent
f9dd115152
commit
d70f39c79f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23772
1 changed files with 7 additions and 7 deletions
|
|
@ -1372,13 +1372,13 @@ defaultroute # put this if you want that PPP server will be your
|
|||
<indexterm><primary>modem</primary></indexterm>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Dial to the remote host using <application>kermit</application> (or some other modem
|
||||
<para>Dial to the remote host using <application>Kermit</application> (or some other modem
|
||||
program), and enter your user name and password (or whatever
|
||||
is needed to enable PPP on the remote host).</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Exit <application>kermit</application> (without
|
||||
<para>Exit <application>Kermit</application> (without
|
||||
hanging up the line).</para>
|
||||
</step>
|
||||
|
||||
|
|
@ -1420,7 +1420,7 @@ kermit -y /etc/ppp/kermit.dial
|
|||
pppd /dev/tty01 19200</programlisting>
|
||||
|
||||
<indexterm><primary>kermit</primary></indexterm>
|
||||
<para><filename>/etc/ppp/kermit.dial</filename> is a <application>kermit</application>
|
||||
<para><filename>/etc/ppp/kermit.dial</filename> is a <application>Kermit</application>
|
||||
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).</para>
|
||||
|
|
@ -1595,7 +1595,7 @@ ifconfig ppp0 delete
|
|||
|
||||
kermit -y /etc/ppp/kermit.noans</programlisting>
|
||||
|
||||
<para>The following <application>kermit</application> script
|
||||
<para>The following <application>Kermit</application> script
|
||||
(<filename>/etc/ppp/kermit.ans</filename>) will enable/disable
|
||||
autoanswer mode on your modem. It should look like this:</para>
|
||||
|
||||
|
|
@ -2592,7 +2592,7 @@ nameserver 128.32.136.12</programlisting>
|
|||
<para>Dial up, type <command>slip</command> at the prompt,
|
||||
enter your machine name and password. What is required to
|
||||
be entered depends on your environment. If you use
|
||||
kermit, you can try a script like this:</para>
|
||||
<application>Kermit</application>, you can try a script like this:</para>
|
||||
|
||||
<programlisting># kermit setup
|
||||
set modem hayes
|
||||
|
|
@ -2610,7 +2610,7 @@ output ***\x0d, echo \x0aCONNECTED\x0a</programlisting>
|
|||
|
||||
<para>Of course, you have to change the hostname and password
|
||||
to fit yours. After doing so, you can just type
|
||||
<command>slip</command> from the kermit prompt to
|
||||
<command>slip</command> from the <application>Kermit</application> prompt to
|
||||
connect.</para>
|
||||
|
||||
<note>
|
||||
|
|
@ -2621,7 +2621,7 @@ output ***\x0d, echo \x0aCONNECTED\x0a</programlisting>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>Leave the kermit there (you can suspend it by
|
||||
<para>Leave the <application>Kermit</application> there (you can suspend it by
|
||||
<keycombo>
|
||||
<keycap>Ctrl</keycap>
|
||||
<keycap>z</keycap>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue