PERFORCE change 154453 for review
Rene Ladan
rene at FreeBSD.org
Wed Dec 10 10:28:26 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154453
Change 154453 by rene at rene_self on 2008/12/10 18:28:15
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#9 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#9 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.415 2008/11/16 20:53:20 rene Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.416 2008/12/10 17:38:07 keramida Exp $
-->
<chapter id="advanced-networking">
@@ -383,8 +383,9 @@
routing tables, consult &man.route.8; manual page.</para>
</sect2>
- <sect2>
+ <sect2 id="network-dual-homed-hosts">
<title>Dual Homed Hosts</title>
+
<indexterm><primary>dual homed hosts</primary></indexterm>
<para>There is one other type of configuration that we should cover, and
that is a host that sits on two different networks. Technically, any
@@ -433,6 +434,9 @@
<literal>1</literal>. If you should need to stop routing
temporarily, you can reset this to <literal>0</literal> temporarily.</para>
+ <indexterm><primary>BGP</primary></indexterm>
+ <indexterm><primary>RIP</primary></indexterm>
+ <indexterm><primary>OSPF</primary></indexterm>
<para>Your new router will need routes to know where to send the
traffic. If your network is simple enough you can use static
routes. FreeBSD also comes with the standard BSD routing
@@ -442,13 +446,9 @@
<filename role="package">net/zebra</filename> package.
Commercial products such as <application>&gated;</application> are also available for more
complex network routing solutions.</para>
-
-<indexterm><primary>BGP</primary></indexterm>
-<indexterm><primary>RIP</primary></indexterm>
-<indexterm><primary>OSPF</primary></indexterm>
</sect2>
- <sect2>
+ <sect2 id="network-static-routes">
<sect2info>
<authorgroup>
<author>
@@ -583,7 +583,7 @@
</sect3>
</sect2>
- <sect2>
+ <sect2 id="network-routing-propagation">
<title>Routing Propagation</title>
<indexterm><primary>routing propagation</primary></indexterm>
<para>We have already talked about how we define our routes to the
@@ -614,7 +614,7 @@
propagation.</para>
</sect2>
- <sect2>
+ <sect2 id="network-routing-troubleshooting">
<title>Troubleshooting</title>
<indexterm>
<primary><command>traceroute</command></primary>
@@ -635,7 +635,7 @@
&man.traceroute.8;.</para>
</sect2>
- <sect2>
+ <sect2 id="network-routing-multicast">
<title>Multicast Routing</title>
<indexterm>
<primary>multicast routing</primary>
More information about the p4-projects
mailing list