diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml index bf8b43645f..5a2aa5cb40 100644 --- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml @@ -3190,97 +3190,6 @@ Shelmerg dc-slip sl-helmerg 0xfffffc00 autocomp - - - Running <application>&gated;</application> - - &gated; - - - - &gated; is proprietary software now - and will not be available as source code to the public anymore - (more info on the &gated; website). This - section only exists to ensure backwards compatibility for - those that are still using an older version. - - - An alternative to the headaches of static routes is to - install &gated; 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. You will need to write a - /etc/gated.conf file to configure your - &gated;; here is a sample, similar to - what the author used on a FreeBSD SLIP server: - - # -# gated configuration file for dc.dsu.edu; for gated version 3.5alpha5 -# Only broadcast RIP information for xxx.xxx.yy out the ed Ethernet interface -# -# -# tracing options -# -traceoptions "/var/tmp/gated.output" replace size 100k files 2 general ; - -rip yes { - interface sl noripout noripin ; - interface ed ripin ripout version 1 ; - traceoptions route ; -} ; - -# -# Turn on a bunch of tracing info for the interface to the kernel: -kernel { - traceoptions remnants request routes info interface ; -} ; - -# -# Propagate the route to xxx.xxx.yy out the Ethernet interface via RIP -# - -export proto rip interface ed { - proto direct { - xxx.xxx.yy mask 255.255.252.0 metric 1; # SLIP connections - } ; -} ; - -# -# Accept routes from RIP via ed Ethernet interfaces - -import proto rip interface ed { - all ; -} ; - - RIP - The above sample gated.conf file - broadcasts routing information regarding the SLIP subnet - xxx.xxx.yy via RIP onto the - Ethernet; if you are using a different Ethernet driver than - the ed driver, you will need to - change the references to the ed - interface appropriately. This sample file also sets up - tracing to /var/tmp/gated.output for - debugging &gated;'s activity; you can - certainly turn off the tracing options if - &gated; works correctly for you. You - will need to change the xxx.xxx.yy's - into the network address of your own SLIP subnet (be sure to change - the net mask in the proto direct clause as - well). - - Once you have installed and configured - &gated; on your system, you will need to - tell the FreeBSD startup scripts to run - &gated; in place of - routed. The easiest way to accomplish - this is to set the router and - router_flags variables in - /etc/rc.conf. Please see the manual - page for &gated; for information on - command-line parameters. -