Replace ASCII art for a routing example with .pic diagram.
This commit is contained in:
parent
6ed1947fde
commit
b8b1c2a6b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19371
3 changed files with 28 additions and 1 deletions
|
@ -39,6 +39,7 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
IMAGES_EN = advanced-networking/isdn-bus.eps
|
||||
IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
||||
IMAGES_EN+= advanced-networking/natd.eps
|
||||
IMAGES_EN+= advanced-networking/net-routing.pic
|
||||
IMAGES_EN+= install/adduser1.scr
|
||||
IMAGES_EN+= install/adduser2.scr
|
||||
IMAGES_EN+= install/adduser3.scr
|
||||
|
|
|
@ -282,9 +282,17 @@ host2.example.com link#1 UC 0 0
|
|||
<para>Let us look at an example of default routes. This is a common
|
||||
configuration:</para>
|
||||
|
||||
<literallayout>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="advanced-networking/net-routing">
|
||||
</imageobject>
|
||||
|
||||
<textobject>
|
||||
<literallayout class="monospaced">
|
||||
[Local2] <--ether--> [Local1] <--PPP--> [ISP-Serv] <--ether--> [T1-GW]
|
||||
</literallayout>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
|
||||
<para>The hosts <hostid>Local1</hostid> and
|
||||
<hostid>Local2</hostid> are at your site.
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
.\" $FreeBSD$
|
||||
.PS
|
||||
|
||||
A: box "Local2";
|
||||
|
||||
B: line 0.7 <-> "ethernet" above dashed;
|
||||
|
||||
C: box "Local1";
|
||||
|
||||
D: line 0.8 <-> "PPP" above dashed;
|
||||
|
||||
E: box "ISP-Serv";
|
||||
|
||||
F: line 0.7 <-> "ethernet" above dashed;
|
||||
|
||||
G: box "T1-GW";
|
||||
|
||||
.PE
|
Loading…
Reference in a new issue