home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6568 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  957 b 

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!lll-winken!ames!haven.umd.edu!decuac!hussar.dco.dec.com!mjr
  2. From: mjr@hussar.dco.dec.com (Marcus J. Ranum)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Syntax question for rc.local file
  5. Message-ID: <1992Aug29.205726.1759@decuac.dec.com>
  6. Date: 29 Aug 92 20:57:26 GMT
  7. References: <118021@muvms3.bitnet>
  8. Sender: news@decuac.dec.com (USENET News System)
  9. Organization: Digital Equipment Corporation, Washington ULTRIX Resource Center
  10. Lines: 15
  11. Nntp-Posting-Host: hussar.dco.dec.com
  12.  
  13. >Is this correct syntax?
  14. >
  15. >    /etc/routed add default 129.71.1.11 1 & echo 'routed'    
  16.  
  17.     Nope. To add routes manually, use the "route" command, not the
  18. router daemon!
  19.  
  20.     /usr/etc/route add default 129.71.1.11 1
  21.  
  22.     RouteD is used for adaptive routing, route(no D) is used to
  23. manipulating static routes. If you're going to get into interesting
  24. mixtures of static and adaptive routes, I suggest you look at using
  25. gated (FTP it from someplace).
  26.  
  27. mjr.
  28.