home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / x1h_pat1.zip / README.1ST < prev    next >
Text File  |  1993-05-26  |  3KB  |  91 lines

  1. 26 May 1993
  2.  
  3. This archive contains a version of THENET2.X1H modified in accordance with
  4. the instructions in the message below.  For any information about this which
  5. is not already in the message, please contact G8KBB directly.
  6.  
  7. -- Mike Bilow, mikebw@ids.net (Internet)
  8.                N1BEE @ WA1PHY.#EMA.MA.USA.NA (AX.25)
  9.  
  10. ----------------------------------------------------------------------------
  11.  
  12. To: eratho@eras70.ericsson.se
  13. From: "Markus Lamminmaki OH6LSA"  <MARKUS@TECHNIS.vtyh.fi>
  14. Organization: Vasa Tekniska Yrkesh|gskola
  15. Date:         25 May 93 08:23:10 EET-2EEST
  16. Subject:      How to path THNETX1H
  17. Cc: tcp-group@ucsd.edu, kurt@cs.tamo.edu, mikebw@ids.net,
  18.         ron@chaos.eng.wayne.edu
  19. X-Pmrqc:      1
  20. Priority: normal
  21. X-Mailer:     Pegasus Mail v2.3 (R5).
  22. Message-Id: <3B68563127@technis.vtyh.fi>
  23.  
  24.  
  25. Hi folks, there seems to bee a huge need for this patch. I've got a
  26. load of messages requesting me to post the patch. Ok, so here it
  27. comes. Mike, could you put it to ucsd.edu? And OH1MEA I think you are
  28. also reading this so you could put it to nic.funet.fi? Here it goes:
  29.  
  30. -------clip here----------------------------------------------------
  31.  
  32. From : G8KBB @ GB7MXM.#36.GBR.EU
  33. The documentation that accompanies TheNet X-1H describes a number
  34. of patches that can be done to increase the MTU sizes for IP use.
  35.  
  36. In addition, here are two more patches. One is to cure the ARP
  37. digipeat garbage bug, the other is to lower the minimum transport
  38. retries to 1.
  39.  
  40. 1. The Arp garbage bug.
  41.  
  42. Took ages to find this - in the event it was trivially silly.
  43. The problem is that when an arp request is sent tothe node it
  44. replies with a garbage filled digi list. The patch cures this.
  45.  
  46. In the file THENET2.X1H, patch the byte at offset 0x77cf from 0x2a to
  47. 0x21.
  48.  
  49. 2. The transport retries.
  50.  
  51. In some networks, transport retries are not wanted, but the node does
  52. not allow the retry counter to be set below 2. This patch allows it
  53. to be set to 1.
  54.  
  55. In the file THENET2.X1H, patch the byte at offset 0x7933 from 0x02 to
  56. 0x01.
  57.  
  58. An easy way to patch the files is to use debug - but remember to add
  59. 0x100 to the addresses. Hence to perform the arp patch, type :
  60.  
  61. debug thenet2.x1h
  62. e 78cf
  63. 21
  64. w
  65. q
  66.  
  67. Line 1 invokes debug on the file
  68. Line 2 edits the byte at offset 77cf ( it is at address 78cf )
  69. Line 3 changes it to 0x21 - note that it should read 0x2a !
  70. Line 4 writes out the changed file
  71. Line 5 exits from debug.
  72.  
  73. These patches only apply to thenet-x1h. If you are using x-1g you need
  74. to upgrade first. In addition, if you are using x-1g you will also
  75. find that ip frames sent out as UI frames will have garbage digi
  76. lists. This was fixed in X-1H together with a couple of other bugs.
  77.  
  78. 73's
  79. Dave
  80. G8KBB @ GB7MXM.#36.GBR.EU
  81.  
  82. ---------clip here---------------------------------------------------
  83.  
  84.  
  85. ---
  86. Vasa Polytechnic                 Email: markus@ygdrasil.vtyh.fi (NeXT Mail)
  87. PB 6, SF-65201, FINLAND                 markus@technis.vtyh.fi  (PMail)
  88. Fax: +358-61-3230 610                   OH6LSA@OH6RBV.FIN.EU    (Packet)
  89. Home:+358-61-3211 194            Work:  +358-61-3230 661
  90.               Looks great on the outside, but Intel inside.
  91.