home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6539 < prev    next >
Encoding:
Text File  |  1992-08-29  |  989 b   |  26 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!pa.dec.com!decuac!hussar.dco.dec.com!mjr
  3. From: mjr@hussar.dco.dec.com (Marcus J. Ranum)
  4. Subject: Re: routing through a DECstation 5000/125
  5. Message-ID: <1992Aug28.140835.3013@decuac.dec.com>
  6. Sender: news@decuac.dec.com (USENET News System)
  7. Nntp-Posting-Host: hussar.dco.dec.com
  8. Organization: Digital Equipment Corporation, Washington ULTRIX Resource Center
  9. References: <1992Aug28.123033.23973@alf.uib.no>
  10. Date: Fri, 28 Aug 1992 14:08:35 GMT
  11. Lines: 13
  12.  
  13. In article <1992Aug28.123033.23973@alf.uib.no> iversen@vsfys1.fi.uib.no writes:
  14. >Somewhat later rc.local routed is started:
  15. >
  16. >[ -f /etc/routed ] && {
  17. >        /etc/routed -q & echo 'routed'                          >/dev/console
  18. >}
  19.  
  20.     If you're running a gateway router you shouldn't run routed with
  21. the '-q' option. Examining the manual page will indicate that '-q' tells
  22. routed not to advertise routes. For a gateway, you presumably want to
  23. advertise RIP.
  24.  
  25. mjr.
  26.