Convert old references to class networks to CIDR notation. Some sentenses
need to be rephrased a bit though. Discussed on: cvs@ Part of wordings by: ceri
This commit is contained in:
parent
7e2e4cc2b0
commit
a70cc5e8aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29198
3 changed files with 8 additions and 8 deletions
|
@ -276,7 +276,7 @@ firewall_logging="YES"</programlisting>
|
|||
<devicename>xl0</devicename> towards the inside
|
||||
(<acronym>LAN</acronym>). The bridge machine has the IP <hostid
|
||||
role="ipaddr">1.2.3.4</hostid> (it is not possible that your
|
||||
<acronym>ISP</acronym> can give you a class A address like this, but for
|
||||
<acronym>ISP</acronym> can give you an address quite like this, but for
|
||||
our example it is good).</para>
|
||||
|
||||
<programlisting># Things that we have kept state on before get to go through in a hurry
|
||||
|
|
|
@ -2356,11 +2356,11 @@ installation menus to retry whichever operations have failed.
|
|||
|
||||
<listitem>
|
||||
<para>The address block being used for this local area
|
||||
network is a Class C block
|
||||
(<hostid role="ipaddr">192.168.0.0</hostid> -
|
||||
<hostid role="ipaddr">192.168.0.255</hostid>).
|
||||
The default netmask is for a Class C network
|
||||
(<hostid role="netmask">255.255.255.0</hostid>).</para>
|
||||
network is
|
||||
<hostid role="ipaddr">192.168.0.0</hostid> -
|
||||
<hostid role="ipaddr">192.168.0.255</hostid>
|
||||
with a netmask of
|
||||
<hostid role="netmask">255.255.255.0</hostid>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
@ -760,7 +760,7 @@ exec /usr/sbin/ppp -direct $IDENT</programlisting>
|
|||
|
||||
<para>For example, if you have three dialup customers,
|
||||
<username>fred</username>, <username>sam</username>, and
|
||||
<username>mary</username>, that you route class C networks
|
||||
<username>mary</username>, that you route /24 CIDR networks
|
||||
for, you would type the following:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ln -s /etc/ppp/ppp-shell /etc/ppp/ppp-fred</userinput>
|
||||
|
@ -827,7 +827,7 @@ mary:
|
|||
should also contain routing information for each static
|
||||
IP user if required. The line below would add a route
|
||||
for the <hostid role="ipaddr">203.14.101.0</hostid>
|
||||
class C via the client's ppp link.</para>
|
||||
/24 CIDR network via the client's ppp link.</para>
|
||||
|
||||
<programlisting>fred:
|
||||
add 203.14.101.0 netmask 255.255.255.0 HISADDR
|
||||
|
|
Loading…
Reference in a new issue