Expand contractions.

This commit is contained in:
Giorgos Keramidas 2002-02-14 23:21:41 +00:00
parent e7655d4598
commit b69352046d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12194

View file

@ -180,7 +180,7 @@ own LAN if you want. IP addresses are assigned as follows:</para>
to the first serial port ('<filename>/dev/cuaa0</filename>' or '<emphasis remap=tt>COM1:</emphasis>' in
DOS-terms).</para>
<para>Finally, we'll also assume that your Internet Service Provider (ISP)
<para>Finally, we will also assume that your Internet Service Provider (ISP)
automatically provides the IP addresses of both your PPP/FreeBSD side
as well as the ISP's side. (i.e.: Dynamic IP Addresses on both ends
of the link.) Specific details for configuring the Dial-Out side of
@ -200,7 +200,7 @@ Local Area Network:</para>
<itemizedlist>
<listitem>
<para>The Host Name of the FreeBSD system; in our example it's "Curly",</para>
<para>The Host Name of the FreeBSD system; in our example it is "Curly",</para>
</listitem>
<listitem>
@ -227,7 +227,7 @@ information to prevent trouble in subsequent steps.</para>
<sect1>
<title>Verifying the FreeBSD Host Name</title>
<para>It's possible that the FreeBSD host name was specified and saved
<para>It is possible that the FreeBSD host name was specified and saved
when the system was initially installed. To verify that it was, enter
the following command at a prompt:</para>
@ -243,12 +243,12 @@ ahead to <xref linkend="verify-ether-if-config">.</para>
<para>For example, in our sample network, we would see 'curly.my.domain'
as a result of the `hostname` command if the name had been set
correctly during, or after, installation. (At this point, don't worry
too much about the ".my.domain" part, we'll sort this out later. The
correctly during, or after, installation. (At this point, do not worry
too much about the ".my.domain" part, we will sort this out later. The
important part is the name up to the first dot.)</para>
<para>If a host name wasn't specified when FreeBSD was installed you'll
probably see 'myname.my.domain` as a response. You'll need to edit
<para>If a host name was not specified when FreeBSD was installed you will
probably see 'myname.my.domain` as a response. You will need to edit
<filename>/etc/rc.conf</filename> to set the name of the machine.</para>
@ -308,7 +308,7 @@ Ultra (8216) network adapters.</para>
<para>Other models of network adapters may have different device names in
FreeBSD. Check the FAQ for specifics about your network adapter. If
you're not sure of the device name of your adapter, check the FreeBSD
you are not sure of the device name of your adapter, check the FreeBSD
FAQ to determine the device name for the card you have and substitute
that name (i.e.: '<emphasis remap=tt>de0</emphasis>', '<emphasis remap=tt>zp0</emphasis>', or similar) in the following
steps.</para>
@ -387,7 +387,7 @@ indicators are:
ether 01:02:03:04:05:06</screen>
</informalexample>
then the Ethernet card hasn't been configured yet.</para>
then the Ethernet card has not been configured yet.</para>
<para>If the configuration for the Ethernet interface is correct you can
skip forward to <xref linkend="list-lan-hosts">.</para>
@ -421,7 +421,7 @@ that controls this is:</para>
</informalexample>
</para>
<para>You'll need to amend this line to tell FreeBSD that you want to add
<para>You will need to amend this line to tell FreeBSD that you want to add
another device, namely the '<emphasis remap=tt>ed0</emphasis>' device. Change this line to
read:</para>
@ -435,7 +435,7 @@ read:</para>
("<emphasis remap=tt>lo0</emphasis>")
and the Ethernet device ("<emphasis remap=tt>ed0</emphasis>")! </para>
<para><emphasis><emphasis remap=bf> Reminder: If your Ethernet card isn't named '<emphasis remap=tt>ed0</emphasis>', specify
<para><emphasis><emphasis remap=bf> Reminder: If your Ethernet card is not named '<emphasis remap=tt>ed0</emphasis>', specify
the correct device name here instead.</emphasis></emphasis></para>
<para>If you performed the installation of FreeBSD over a network
@ -457,7 +457,7 @@ line that says:</para>
</informalexample>
</para>
<para>You'll need to add another line after that to specify the settings
<para>You will need to add another line after that to specify the settings
for your '<emphasis remap=tt>ed0</emphasis>' device.</para>
<para>If you performed the installation of FreeBSD over a network
@ -465,7 +465,7 @@ connection then there may already be an '<literal>ifconfig_ed0=</literal>' line
after the loopback definition. If so, verify that it has the correct
values.</para>
<para>For our sample configuration we'll insert a line immediately after
<para>For our sample configuration we will insert a line immediately after
the loopback device definition that says:</para>
<para>
@ -474,7 +474,7 @@ the loopback device definition that says:</para>
</informalexample>
</para>
<para>When you've finished editing <filename>/etc/rc.conf</filename> to specify and
<para>When you have finished editing <filename>/etc/rc.conf</filename> to specify and
configure the network interfaces the section should look really close
to:</para>
@ -507,10 +507,10 @@ workstation and not as a gateway between LAN nodes and your ISP you
should skip forward to <xref linkend="list-lan-hosts">.</para>
<para>If you intend for the PPP program to service the local FreeBSD box
as well as LAN workstations (as a router) you'll need to enable IP
as well as LAN workstations (as a router) you will need to enable IP
forwarding.</para>
<para>To enable IP Packet forwarding you'll need to edit the
<para>To enable IP Packet forwarding you will need to edit the
<filename>/etc/rc.conf</filename> file.</para>
<para>This file contains overrides of the defaults in
@ -553,7 +553,7 @@ always has an IP address of 127.0.0.1. <xref
</para>
<para>Scroll all the way to the bottom of the file (paying attention to
the comments along the way; there's some good information there!) and
the comments along the way; there is some good information there!) and
enter (assuming our sample network) the following IP addresses and
host names:
<informalexample>
@ -568,7 +568,7 @@ System
<para>(No changes are needed to the line for the '<emphasis remap=tt>127.0.0.1
localhost</emphasis>' entry.)</para>
<para>Once you've entered these lines, press the 'Esc' key to invoke the
<para>Once you have entered these lines, press the 'Esc' key to invoke the
control menu. Select "leave editor" and be sure to select "save
changes" when prompted.</para>
@ -577,7 +577,7 @@ changes" when prompted.</para>
<sect1>
<title>Testing the FreeBSD system</title>
<para>Congratulations! Once you've made it to this point, the FreeBSD
<para>Congratulations! Once you have made it to this point, the FreeBSD
system is configured as a network-connected Unix system! If you made
any changes to the <filename>/etc/rc.conf</filename> file you should probably
re-boot your FreeBSD system. This will accomplish two important
@ -651,8 +651,8 @@ names (loopback and curly) correctly correlate to their IP addresses
(127.0.0.1 and 192.168.1.1). This verifies that the
<filename>/etc/hosts</filename> files is correct.</para>
<para>If the IP address for "curly" isn't 192.168.1.1 or the address for
"localhost" isn't 127.0.0.1, return to <xref linkend="list-lan-hosts"> and review your
<para>If the IP address for "curly" is not 192.168.1.1 or the address for
"localhost" is not 127.0.0.1, return to <xref linkend="list-lan-hosts"> and review your
entries in '<filename>/etc/hosts</filename>'.</para>
<para>If the names and addresses are indicated correctly in the result of
@ -697,7 +697,7 @@ inside the FreeBSD system and automagically connects and disconnects
with your ISP as required to make the Internet a seamless element of
your network.</para>
<para>In this section we'll address the configuration(s) for both modes
<para>In this section we will address the configuration(s) for both modes
with emphasis on configuring your `ppp` environment to operate in
"Automatic" mode.</para>
@ -775,12 +775,12 @@ detail.</para>
<para>This section will describe only the minimal configuration to get a
dial-out connection working.</para>
<para>Below is the /etc/ppp/ppp.conf file that we'll be using to provide a
<para>Below is the /etc/ppp/ppp.conf file that we will be using to provide a
dial-out Internet gateway for our example LAN:
<note>
<para>The full syntax for <filename>ppp.conf</filename> is described in
&man.ppp.8;. Particularly, note that any line that isn't a label that
&man.ppp.8;. Particularly, note that any line that is not a label that
ends with a colon (e.g., <literal>default:</literal>,
<literal>interactive:</literal>), a command that begins with
<quote>!</quote> (e.g., <literal>!include</literal>), or a comment
@ -851,7 +851,7 @@ implicitly added to the configuration lines to each other section.</para>
<para>This is a good place to put "global defaults" applicable to all
dial-up sessions; especially modem settings and dialing prefixes which
typically don't change based on which destination system you're
typically do not change based on which destination system you are
connecting to.</para>
<para>Following are the descriptions of each line in the "default" section
@ -895,7 +895,7 @@ features of the PPP program. The current version of `ppp` supports
data compression in accordance with draft Internet standards.
Unfortunately many ISPs use equipment that does not support this
capability. Since most modems try to perform on-the-fly compression
anyway you're probably not losing much performance by disabling this
anyway you are probably not losing much performance by disabling this
feature on the FreeBSD side and denying the remote side from forcing
it on you.</para>
@ -918,7 +918,7 @@ attempts by the remote end to reports line quality.</para>
<para>As most modern dial-up modems have automatic error correction and
detection and LQR reporting is not fully implemented in many vendor's
products it's generally a safe bet to include these two lines in the
products it is generally a safe bet to include these two lines in the
default configuration.</para>
<para>
@ -1010,7 +1010,7 @@ settings used to set up an "interactive" PPP session with a specific
remote system. Settings in this section will have the lines included
in the "default" section included automatically.</para>
<para>The example cited in this section of the guide presumes that you'll
<para>The example cited in this section of the guide presumes that you will
be connecting to a remote system that understands how to authenticate
a user without any fancy scripting language. That is, this sample
uses the CHAP protocol to set up the connection.</para>
@ -1023,7 +1023,7 @@ configuration should work OK.</para>
Windows '95 Dial-Up Networking you need to resort to using the "Dial
Up Scripting Tool" from the Microsoft Plus! pack or you have to select
"Bring up a terminal windows after dialing" in the Windows '95
connection options then you'll need to look at the sample PPP
connection options then you will need to look at the sample PPP
configuration files and the ppp manpage for examples of "expect /
response" scripting to make your ISP connection. The "set login"
command is used for this purpose.</para>
@ -1070,14 +1070,14 @@ system. </para>
<screen>set authkey Your_Password_On_Remote_System</screen>
</informalexample>
This is the password you'd use to log in to the remote system.</para>
This is the password you would use to log in to the remote system.</para>
<para>
<informalexample>
<screen>set phone 1-800-123-4567</screen>
</informalexample>
This is the phone number of the remote system. If you're inside a PBX
This is the phone number of the remote system. If you are inside a PBX
you can
prepend '<emphasis remap=tt>9, </emphasis>' to the number here.</para>
@ -1099,7 +1099,7 @@ specific requirements.</para>
This tells the PPP program that once the modems are connected it
should immediately attempt to negotiate the connection. Some remote
sites do this automatically, some don't. This instructs your side of
sites do this automatically, some do not. This instructs your side of
the link to take the initiative and try to set up the connection.</para>
@ -1127,7 +1127,7 @@ the configuration section which defines the "interactive"
configuration.</para>
<para>As noted earlier, the examples cited in this section of
the guide presume that you'll be connecting to a remote system that
the guide presume that you will be connecting to a remote system that
understands how to use the CHAP protocol to set up the connection.</para>
<para>Following are descriptions for each line in the "demand" section of
@ -1146,7 +1146,7 @@ system. </para>
<screen>set authkey Your_Password_On_Remote_System</screen>
</informalexample>
This is the password you'd use to log in to the remote system.</para>
This is the password you would use to log in to the remote system.</para>
<para>
<informalexample>
@ -1173,7 +1173,7 @@ may wish to tailor this number to your specific requirements.</para>
<para>This tells the PPP program that once the modems are connected it
should immediately attempt to negotiate the connection. Some remote
sites do this automatically, some don't. This instructs your side of
sites do this automatically, some do not. This instructs your side of
the link to take the initiative and try to set up the connection.</para>
<para>
@ -1204,7 +1204,7 @@ between the local and remote systems when the link is established.
The 255.255.255.0 string tells the PPP program what Subnet mask to
apply to these pseudo-interfaces.</para>
<para>Remember, we've assumed that your ISP provides the IP addresses for
<para>Remember, we have assumed that your ISP provides the IP addresses for
both ends of the link! If your ISP assigned you a specific IP address
that you should use on your side when configuring your system, enter
that IP address here <emphasis>instead</emphasis> of <emphasis remap=tt>127.1.1.1</emphasis>.</para>
@ -1213,7 +1213,7 @@ that IP address here <emphasis>instead</emphasis> of <emphasis remap=tt>127.1.1.
his end you should enter that IP address here <emphasis>instead</emphasis> of
<emphasis remap=tt>127.2.2.2</emphasis>.</para>
<para>In both cases, it's probably a good idea to leave the '<filename>/0</filename>' on
<para>In both cases, it is probably a good idea to leave the '<filename>/0</filename>' on
the end of each address. This gives the PPP program the opportunity
to change the address(es) of the link if it <emphasis>has</emphasis> to.</para>
@ -1236,7 +1236,7 @@ while idle:
<itemizedlist>
<listitem>
<para>Accept packets that FreeBSD doesn't already know how to forward,</para>
<para>Accept packets that FreeBSD does not already know how to forward,</para>
</listitem>
<listitem>
@ -1332,7 +1332,7 @@ established using this configuration, it must:
</orderedlist>
</para>
<para>It's critical that those configurations in
<para>It is critical that those configurations in
'<filename>/etc/ppp/ppp.conf</filename>' which include the '<emphasis remap=tt>set ifaddr</emphasis>' and
'<emphasis remap=tt>add 0 0</emphasis>' statements (i.e.: those configurations used for
Dial-on-Demand configurations) execute the "delete ALL" and "add 0 0
@ -1428,7 +1428,7 @@ the ISP. Perform the following steps:</para>
<para><emphasis remap=bf>Create the Windows 95 "hosts" file:</emphasis></para>
<para>In order to connect to the other TCP/IP systems on the LAN you'll
<para>In order to connect to the other TCP/IP systems on the LAN you will
need to create an identical copy of the "hosts" file that you
installed on the FreeBSD system in <xref linkend="list-lan-hosts">.
<itemizedlist>
@ -1498,7 +1498,7 @@ settings associated with the TCP component.</para>
<para>Click the "Specify an IP address" radio button.
</para>
<para>(In our example LAN the Windows 95 system is the one we've called "Larry".)</para>
<para>(In our example LAN the Windows 95 system is the one we have called "Larry".)</para>
</listitem>
<listitem>
@ -1602,7 +1602,7 @@ files transparently across the Internet.</para>
</itemizedlist>
</para>
<para> That's it!</para>
<para>That is it!</para>
</sect1>
@ -1616,14 +1616,14 @@ similar to Windows 95 with minor exceptions in the user interface.</para>
<para>The steps shown here are appropriate for a Windows NT 4.0
Workstation, but the principles are the same for NT 3.5x. You may
wish to refer to the "Configuring Windows for Workgroups" section if
you're configuring Windows NT 3.5<emphasis remap=it>x</emphasis>, since the user interface is
you are configuring Windows NT 3.5<emphasis remap=it>x</emphasis>, since the user interface is
the same for NT 3.5 and WfW.</para>
<para>Perform the following steps: </para>
<para><emphasis remap=bf>Create the Windows NT "hosts" file:</emphasis></para>
<para>In order to connect to the other TCP/IP systems on the LAN you'll
<para>In order to connect to the other TCP/IP systems on the LAN you will
need to create an identical copy of the "hosts" file that you
installed on the FreeBSD system in Section 3.4
<itemizedlist>
@ -1662,7 +1662,7 @@ settings</emphasis>:
<listitem>
<para>With the "Identification" tab selected, verify the "Computer Name"
and "Workgroup" fields. In this example we'll use "Shemp" for the name
and "Workgroup" fields. In this example we will use "Shemp" for the name
and "Stooges" for the workgroup. Click the "Change" button and amend
these entries as necessary.</para>
</listitem>
@ -1703,7 +1703,7 @@ interface is shown.
text boxes.
</para>
<para>In our example LAN the Windows NT system is the one we've called
<para>In our example LAN the Windows NT system is the one we have called
"Shemp"</para>
</listitem>
@ -1802,7 +1802,7 @@ files transparently across the Internet.</para>
</itemizedlist>
</para>
<para>That's it!</para>
<para>That is it!</para>
</sect1>
@ -1812,7 +1812,7 @@ files transparently across the Internet.</para>
<para>Configuring Windows for Workgroups to act as a network client
requires that the Microsoft TCP/IP-32 driver diskette has been
installed on the workstation. The TCP/IP drivers are not included
with the WfW CD or diskettes; if you need a copy they're available at
with the WfW CD or diskettes; if you need a copy they are available at
<ulink URL="ftp://ftp.microsoft.com/peropsys/windows/public/tcpip/">ftp://ftp.microsoft.com/peropsys/windows/public/tcpip/</ulink>.</para>
<para>Once the TCP/IP drivers have been loaded, perform the following
@ -1820,7 +1820,7 @@ steps:</para>
<para><emphasis remap=bf>Create the Windows for Workgroups "hosts" file:</emphasis></para>
<para>In order to connect to the other TCP/IP systems on the LAN you'll
<para>In order to connect to the other TCP/IP systems on the LAN you will
need to create an identical copy of the "hosts" file that you
installed on the FreeBSD system in Section 3.4.
<itemizedlist>
@ -1879,7 +1879,7 @@ blank. If it is checked, click it to remove the "X".</para>
<listitem>
<para>In our example LAN the Windows for Workgroups system is the one
we've called "Moe"; in the "IP Address" field enter "192.168.1.3".</para>
we have called "Moe"; in the "IP Address" field enter "192.168.1.3".</para>
</listitem>
<listitem>
@ -1961,7 +1961,7 @@ necessary to add all of the addresses that your ISP provided.</para>
</itemizedlist>
</para>
<para>That's it!</para>
<para>That is it!</para>
</sect1>
</chapter>
@ -1969,7 +1969,7 @@ necessary to add all of the addresses that your ISP provided.</para>
<chapter id="testing-the-network">
<title>Testing the Network</title>
<para> Once you've completed that appropriate tasks above you should have
<para> Once you have completed that appropriate tasks above you should have
a functioning PPP gateway to the Internet.</para>
@ -2001,7 +2001,7 @@ art, it is possible to set up a Mini-DNS server on the FreeBSD system
that also acts as your gateway to your ISP.</para>
<para>Building on the files in <filename>/etc/namedb</filename> when the FreeBSD
system was installed it's possible to create a name server that is
system was installed it is possible to create a name server that is
both authoritative for the example network shown here as well as a
front-door to the Internet DNS architecture.</para>
@ -2031,7 +2031,7 @@ Essentially, it tells the Name Server:
</listitem>
<listitem>
<para>What "domain names" it's responsible for, and</para>
<para>What "domain names" it is responsible for, and</para>
</listitem>
<listitem>
@ -2156,7 +2156,7 @@ start with '192.168.1.' and
</itemizedlist>
</para>
<para>To add workstation entries to this file you'll need to add two
<para>To add workstation entries to this file you will need to add two
lines for each system; one in the top section where the name(s) are
mapped into Internet Addresses ("IN A"), and another line that maps
the addresses back into names in the <filename>$ORIGIN
@ -2197,7 +2197,7 @@ command:
</informalexample>
</para>
<para>Whenever you modify any of the files in <filename>/etc/namedb</filename> you'll
<para>Whenever you modify any of the files in <filename>/etc/namedb</filename> you will
need to kick-start the Name Server process to make it pick up the
modifications. This is performed with the following system command:
<informalexample>
@ -2360,7 +2360,7 @@ until ruleset '0' is defined!</emphasis></para>
<para>If you choose <emphasis>not</emphasis> to use Filtering Rules in the PPP
configuration then <acronym>ALL</acronym> traffic will be permitted both into and
out of your system while it's connected to your ISP.</para>
out of your system while it is connected to your ISP.</para>
<para>If you decide that you want to implement filtering rules, add the
above lines to your <filename>/etc/ppp/ppp.conf</filename> file in either the