1.PS
2
3R: box "\fCrouter\fR"
4move
5A: box "\fCatom\fR"
6F: box "\fIfaketcp\fR" at last box + (0, 1)
7
8circle rad 0.02 at R.s filled 1
9circle rad 0.02 at A.s filled 1
10line from R.s down 0.4 "" ".1 " rjust
11line from A.s down 0.4 "" ".2 " rjust
12
13circle rad 0.02 at F.e filled 1
14circle rad 0.02 at A.e filled 1
15line from F.e right 0.4 "" ".\fIX\fR " rjust
16line from A.e right 0.4 "" ".1 " rjust
17
18linethick = 2
19E: line from R.sw - (0.2, 0.4) to A.se - (-0.2, 0.4) "" "" "Ethernet"
20"10.0.0.0/24  " rjust at E.w
21T: line from F.ne + (0.4, 0.2) to A.se + (0.4, -0.2) " TUN" ljust
22"192.168.0.0/24" "" at T.n
23.PE
24