Place a host -> gateway list into an informaltable.
This commit is contained in:
parent
9228cffe4f
commit
ec971dcb65
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10438
1 changed files with 22 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.92 2001/08/20 18:48:45 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.93 2001/08/20 22:13:36 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -320,11 +320,27 @@ host2.foobar.com link#1 UC 0 0
|
|||
space was <hostid role="ipaddr">10.20.30</hostid> and your ISP was
|
||||
using <hostid role="ipaddr">10.9.9</hostid> then the default routes
|
||||
would be:</para>
|
||||
|
||||
<literallayout>
|
||||
Local2 (10.20.30.2) --> Local1 (10.20.30.1)
|
||||
Local1 (10.20.30.1, 10.9.9.30) --> T1-GW (10.9.9.1)
|
||||
</literallayout>
|
||||
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Host</entry>
|
||||
<entry>Default Route</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Local2 (10.20.3.2)</entry>
|
||||
<entry>Local1 (10.20.30.1)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Local1 (10.20.30.1, 10.9.9.30)</entry>
|
||||
<entry>T1-GW (10.9.9.1)</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue