home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / ultrix / 6278 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.2 KB

  1. Path: sparky!uunet!news.claremont.edu!ucivax!orion.oac.uci.edu!draco.acs.uci.edu!iglesias
  2. From: iglesias@draco.acs.uci.edu (Mike Iglesias)
  3. Subject: Re: Need help with routed
  4. Nntp-Posting-Host: draco.acs.uci.edu
  5. Message-ID: <2A9031FB.21878@orion.oac.uci.edu>
  6. Newsgroups: comp.unix.ultrix
  7. Organization: University of California, Irvine
  8. Lines: 36
  9. Date: 17 Aug 92 23:10:51 GMT
  10. References: <Bt596M.H1G@adasoft.ch>
  11.  
  12. In article <Bt596M.H1G@adasoft.ch> jw@pan.adasoft.ch (Jamie Watson) writes:
  13. >Our customers network consists of a number of sub-nets, and they
  14. >have routers running to handle traffic between them.  Obviously,
  15. >I need to get this routing information on our Ultrix systems.
  16. >I have started /etc/routed, and then checked the routing tables
  17. >with "netstat -r"; the tables seem to be built correctly, but after
  18. >a few minutes, *all* the entries are deleted again.  From reading
  19. >routed(8) about a thousand times, I gather that the tables are
  20. >built on startup because routed sends a broacdast query which the
  21. >routers respond to.  I further suppose that the reason they are
  22. >then being erased is because the routers are not periodically
  23. >broadcasting updates.  However, I have talked to the people who
  24. >are supposed to be "responsible" for this net, and they claim
  25. >that the routers are working correctly - i.e. they are not
  26. >expected to broadcast updates.
  27.  
  28. If all your routers know how to route packets between the subnets (which
  29. they should), you needn't do anything other than set a default route on
  30. your systems that point to the routers:
  31.  
  32.   /etc/route add default router-ip-address-or-name 1
  33.  
  34. This leaves the burden of figuring out how a packet goes from point A to
  35. point B to the routers and the people that maintain them (where it should
  36. be) instead of you. 
  37.  
  38. We use default routes on all our systems (many DEC, Sun, HP, etc) and have
  39. no problems with it.  Our routers (cisco) are setup to broadcast to each
  40. other what subnets they know about and then each router can figure out
  41. where to send a packet. 
  42.  
  43.  
  44. Mike Iglesias                        Internet:    iglesias@draco.acs.uci.edu
  45. University of California, Irvine     BITNET:      iglesias@uci
  46. Office of Academic Computing         uucp:        ...!ucbvax!ucivax!iglesias
  47. Distributed Computing Support        phone:       (714) 856-6926
  48.