home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12592 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.6 KB

  1. Path: sparky!uunet!nntp1.radiomail.net!cronos!Metaphor.COM!polk
  2. From: polk@Metaphor.COM (Ben Polk)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: telnetd dies mysteriously... why?
  5. Message-ID: <2688@cronos.metaphor.com>
  6. Date: 14 Dec 92 20:47:12 GMT
  7. References: <1992Nov29.070352.27467@ncsu.edu> <1992Nov29.185139.8510@ncsu.edu>
  8. Sender: news@cronos.metaphor.com
  9. Reply-To: polk@Metaphor.COM (Ben Polk)
  10. Organization: m4
  11. Lines: 50
  12.  
  13. In article <1992Nov29.185139.8510@ncsu.edu>, nsysdbj@acs.ncsu.edu (David Joyner) writes:
  14. |> James M Manning (jmmannin@eos.ncsu.edu) wrote:
  15. |> : 
  16. |> : Machine info:
  17. |> : RISC 6000, AIX 3.2.2
  18. |> : 
  19. |> : I'll be telnet-ing to my rs6k, and happily going along, and boom!
  20. |> : in the middle of something normal (it's never been the same thing
  21. |> : twice, and doesn't seem to matter), my connection dies.
  22. |> : the rs6k no longer responds to pings, and telnet and ftp and both
  23. |> : fail to connect, of course.  The weird part is that it will come back
  24. |> : up later, usually it's up by the next day.  It has been suggested
  25. |> : that crontab could be doing it, but all I've got in there 
  26. |> : is a once-a-week backup, and I assure myself that's not it.
  27. |> : 
  28. |> : TIA,
  29. |> : James Manning
  30. |> 
  31. |> RS/6000's running AIX 3.2 and probably AIX 3.1.x have a nasty bug that
  32. |> causes TCP/IP to break when they're on a source routed token ring
  33. |> network with a Cisco router (yours is).  The Cisco broadcasts XID
  34. |> polls to the NULL DSAP on the RS/6000 which it blissfully ignores.
  35. |> The result is that the Cisco cannot route packets to the 6000.  If
  36. |> there is no traffic originating from the 6000 through the Cisco,
  37. |> outside connections will fail as soon as the route info in the Cisco
  38. |> times out.
  39. |> 
  40. |> There is a fix for this if you dare, it is IX25227.  They will send it
  41. |> to you along with 19 pages of prereq fixes that break xdm among other
  42. |> things.
  43.  
  44. Another way to fix this is to staticly configure the Token-Ring source
  45. route into the cisco machine.
  46.  
  47. Or have the RS/6000 "ping" the cisco every minute or two.  The cisco
  48. will find the source route information contained in the SAP 0xAA packets
  49. sent by "ping".  I haven't tried this myself, but it should work.  If 
  50. you have a router that doesn't allow static source route configuration,
  51. this might be your only alternative.  
  52.  
  53. Also, if you have a token ring that doesn't have any bridges in it, be sure
  54. the source routing stuff in the cisco is turned off.
  55.  
  56. If there is any justice, someday the people that designed the Token-Ring
  57. source routing shit will pay for what they did.  Put them in the same
  58. corner of networking hell with the people that created the Ethernet 
  59. slide "lock" connectors.
  60.  
  61. Ben Polk
  62. polk@metaphor.com
  63.