Add a .pic version of the network topology used in the IPsec section of
the Handbook (other ASCII arts will be treated in the same way soon).
This commit is contained in:
parent
91685a2c0e
commit
bb57df4152
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17853
1 changed files with 35 additions and 0 deletions
35
share/images/books/handbook/security/ipsec-network.pic
Normal file
35
share/images/books/handbook/security/ipsec-network.pic
Normal file
|
@ -0,0 +1,35 @@
|
|||
.\" $FreeBSD$
|
||||
.PS
|
||||
|
||||
N1: "Network #1";
|
||||
move;
|
||||
|
||||
A: box wid 1 ht 0.55 "Internal Hosts" "Win9x/NT/2K" "Unix" dashed;
|
||||
" Private Net, 192.168.1.2-254" at A.e+(0.15,0) ljust;
|
||||
line down at A.s;
|
||||
|
||||
B: box "FreeBSD";
|
||||
" fxp1 Private IP, 192.168.1.1" at B.n above ljust;
|
||||
" fxp0 Public IP, A.B.C.D" at B.s below ljust;
|
||||
circle rad 0.02 fill 1 at B.n;
|
||||
circle rad 0.02 fill 1 at B.s;
|
||||
line;
|
||||
|
||||
C: box rad 0.10 wid 1 ht 0.55 "Internet" dashed;
|
||||
line;
|
||||
|
||||
D: box "FreeBSD";
|
||||
" fxp0 Public IP, W.X.Y.Z" at D.n above ljust;
|
||||
" fxp1 Private IP, 192.168.2.1" at D.s below ljust;
|
||||
circle rad 0.02 fill 1 at D.n;
|
||||
circle rad 0.02 fill 1 at D.s;
|
||||
line;
|
||||
|
||||
E: box wid 1 ht 0.55 "Internal Hosts" "Win9x/NT/2K" "Unix" dashed;
|
||||
" Private Net, 192.168.2.2-254" at E.e+(0.15,0) ljust;
|
||||
|
||||
N2: left;
|
||||
move at E.w;
|
||||
"Network #2";
|
||||
|
||||
.PE
|
Loading…
Reference in a new issue