Use of &gated; entity and application tags for GateD.
This commit is contained in:
parent
289af3514f
commit
4b01e03a00
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19556
1 changed files with 10 additions and 10 deletions
|
@ -3168,22 +3168,22 @@ Shelmerg dc-slip sl-helmerg 0xfffffc00 autocomp</programlisting
|
|||
</sect4>
|
||||
|
||||
<sect4>
|
||||
<title>Running <command>gated</command></title>
|
||||
<title>Running <application>&gated;</application></title>
|
||||
<indexterm>
|
||||
<primary><application>gated</application></primary>
|
||||
</indexterm>
|
||||
|
||||
<note>
|
||||
<para><command>gated</command> is proprietary software now and
|
||||
<para><application>&gated;</application> is proprietary software now and
|
||||
will not be available as source code to the public anymore
|
||||
(more info on the <ulink
|
||||
url="http://www.gated.org/">gated</ulink> website). This
|
||||
url="http://www.gated.org/">&gated;</ulink> website). This
|
||||
section only exists to ensure backwards compatibility for
|
||||
those that are still using an older version.</para>
|
||||
</note>
|
||||
|
||||
<para>An alternative to the headaches of static routes is to
|
||||
install <command>gated</command> on your FreeBSD SLIP server
|
||||
install <application>&gated;</application> on your FreeBSD SLIP server
|
||||
and configure it to use the appropriate routing protocols
|
||||
(RIP/OSPF/BGP/EGP) to tell other routers about your SLIP
|
||||
subnet.
|
||||
|
@ -3238,23 +3238,23 @@ import proto rip interface ed {
|
|||
change the references to the <devicename>ed</devicename>
|
||||
interface appropriately. This sample file also sets up
|
||||
tracing to <filename>/var/tmp/gated.output</filename> for
|
||||
debugging <command>gated</command>'s activity; you can
|
||||
debugging <application>&gated;</application>'s activity; you can
|
||||
certainly turn off the tracing options if
|
||||
<command>gated</command> works OK for you. You will need to
|
||||
<application>&gated;</application> works OK for you. You will need to
|
||||
change the <replaceable>xxx.xxx.yy</replaceable>'s into the
|
||||
network address of your own SLIP subnet (be sure to change the
|
||||
net mask in the <literal>proto direct</literal> clause as
|
||||
well).</para>
|
||||
|
||||
<para>Once you have installed and configured
|
||||
<command>gated</command> on your system, you will need to
|
||||
<application>&gated;</application> on your system, you will need to
|
||||
tell the FreeBSD startup scripts to run
|
||||
<command>gated</command> in place of
|
||||
<command>routed</command>. The easiest way to accomplish
|
||||
<application>&gated;</application> in place of
|
||||
<application>routed</application>. The easiest way to accomplish
|
||||
this is to set the <varname>router</varname> and
|
||||
<varname>router_flags</varname> variables in
|
||||
<filename>/etc/rc.conf</filename>. Please see the manual
|
||||
page for <command>gated</command> for information on
|
||||
page for <application>&gated;</application> for information on
|
||||
command-line parameters.</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
|
Loading…
Reference in a new issue