home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4964 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!olivea!hal.com!decwrl!csus.edu!news
  2. From: eps@futon.SFSU.EDU (Eric P. Scott)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: How come "network is unreachable"?
  5. Message-ID: <1992Sep1.094215.21419@csus.edu>
  6. Date: 1 Sep 92 09:42:15 GMT
  7. References: <lux.715035359@sol.UVic.CA>
  8. Sender: news@csus.edu
  9. Reply-To: eps@cs.sfsu.edu
  10. Organization: San Francisco State University
  11. Lines: 21
  12.  
  13. In article <lux.715035359@sol.UVic.CA> lux@sol.UVic.CA
  14.     (Michael O'Henly) writes:
  15. >    I've connected my NeXT to the university's Ethernet and I'm
  16. >able to telnet to other hosts within the campus domain. When I try to
  17. >reach hosts outside the domain, I get a "network is unreachable"
  18. >message.
  19.  
  20. In order to reach hosts outside your directly-attached network
  21. (or subnet), your machine needs to be able to find a suitable
  22. router.  In the common case where you are on a "leaf" network
  23. (i.e. only one way out), edit your /etc/hostconfig file to
  24. specify the router's IP address as you see it, e.g.
  25.  
  26. ROUTER=128.189.109.1
  27.  
  28. Things get more complicated if you're not a leaf site, in which
  29. case you should contact whoever maintains your local network;
  30. they may tell you to use ROUTER=-ROUTED-, or they may provide
  31. alternative software that needs to be started from /etc/rc.local
  32.  
  33.                     -=EPS=-
  34.