home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dcom / sys / cisco / 1120 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.3 KB

  1. Path: sparky!uunet!think.com!barmar
  2. From: barmar@think.com (Barry Margolin)
  3. Newsgroups: comp.dcom.sys.cisco
  4. Subject: Re: Packet from Unknown Router
  5. Date: 18 Aug 1992 23:28:50 GMT
  6. Organization: Thinking Machines Corporation, Cambridge MA, USA
  7. Lines: 22
  8. Message-ID: <16s13iINN1om@early-bird.think.com>
  9. References: <9208172005.AA11873@spsgate.sps.mot.com>
  10. NNTP-Posting-Host: telecaster.think.com
  11.  
  12. In article <9208172005.AA11873@spsgate.sps.mot.com> guri@apogee.sps.mot.com writes:
  13. >Aug 17 14:43:41 zztop syslog: packet from unknown router, 222.21.248.254
  14. >Aug 17 14:50:11 zztop last message repeated 349 times
  15.  
  16. This is due to the use of secondary addresses.  By default, Unix routed
  17. expects that it will only see routing table broadcasts from a router on its
  18. own subnet.  But the cisco sends out a broadcast from each secondary
  19. address, so machines on each subnet are seeing the broadcasts from the
  20. other subnet on that cable.
  21.  
  22. You can get rid of the warning by making the router a "known" router, by
  23. putting an entry for it in /etc/gateways, e.g.
  24.  
  25. host 222.21.248.254 gateway 222.21.248.254 metric 3 active
  26.  
  27. This routing entry will never actually be used, since you can only route
  28. via a host on your own subnet.  But its existence keeps routed quiet.
  29. -- 
  30. Barry Margolin
  31. System Manager, Thinking Machines Corp.
  32.  
  33. barmar@think.com          {uunet,harvard}!think!barmar
  34.