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