home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / novell / 9721 < prev    next >
Encoding:
Text File  |  1992-11-21  |  3.0 KB  |  109 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!mcsun!sunic!psinntp!psinntp!dg-rtp!webo!dg-webo!ctam
  3. From: ctam@nodisk.webo.dg.com (Henry Tam)
  4. Subject: Need help on IP tunneling
  5. Sender: usenet@webo.dg.com (Usenet Administration)
  6. Message-ID: <CTAM.92Nov20155746@nodisk.webo.dg.com>
  7. Date: 20 Nov 92 15:57:46
  8. Distribution: comp.sys.novell
  9. Organization: NSDD, Data General Corp.
  10. Lines: 97
  11.  
  12.  
  13. I have a question on IP tunneling and hope someone here can answer it
  14. for me.  You help will be greatly appreciated.
  15.  
  16. I have a native NetWare v3.11 server running TCP/IP and the IP
  17. tunneling lan driver.  A PC running LanWorkPlace for DOS v4.01 with
  18. IPTUNNEL.EXE loaded continuously copies files from the server to the
  19. hard disk and vice versa.  The test would fail within 12 hours with
  20. a network error:
  21.  
  22.     "Network error on YY: Error receiving from network.
  23.      Abort, Retry?"
  24.  
  25. Of all the instances that it failed, the PC was issuing either NCP
  26. read or NCP write requests(I looked at the packets using a network
  27. sniffer).  A series of read/write requests were going fine and then
  28. the PC started to issue a read/write request repeatedly even though
  29. the server serviced the request and responded OK to the PC.  It seems
  30. to me that the PC either didn't get the packets or the packets weren't
  31. what the PC expected.  However, the sniffer showed that the packets
  32. were well formed.  This problem can be reproduced pretty consistently.
  33. Everything will work fine if the PC is a regular DOS client(with no
  34. LanWorkPlace and IP tunneling driver) and I use the following test
  35. configuration:
  36.  
  37.     PC ----- SERVER1 ===== SERVER2
  38.  
  39. ---- a regular DOS network
  40. ==== IP tunnel
  41.  
  42. The PC reads/writes files on SERVER2 repeatedly.
  43.  
  44. Has anyone encountered a similar problem?  I've tried the
  45. test with NE2000 and 3Com EtherLink II 3C503 on 286's and 386's.  The
  46. batch file that I used in my test is as follows:
  47.  
  48.  
  49. map f:=sys:
  50. :loop
  51. ncopy f:\login c:\iptest1
  52. dir c:\iptes1
  53. ncopy c:\iptest1 f:\iptest1
  54. dir f:\iptest1
  55. goto loop
  56.  
  57.  
  58.  
  59. This is how I set up IP tunneling on the server(there's no peer server):
  60.  
  61. load iptunnel
  62. bind ipx to iptunnel net=80ddf499
  63.  
  64.  
  65. This is how I set up the PC:
  66.  
  67. AUTOEXEC.BAT:
  68.  
  69. prompt $p$g
  70. set path=c:\;c:\dos;c:\odi;c:\xln\bin40
  71. lsl
  72. ne2000
  73. tcpip
  74. iptunnel
  75. ipxodi
  76. netx
  77. c:\xln\bin40\convert
  78. c:\xln\bin40\telapi
  79. set name=pc-60
  80. set excelan=c:\xln
  81. break on
  82.  
  83.  
  84. CONFIG.SYS
  85.  
  86. files = 30
  87. buffers = 30
  88. shell = c:\command.com /e:1024 /p
  89. lastdrive = e
  90.  
  91.  
  92.  
  93.  
  94. Thanks!
  95.  
  96. --
  97. ------
  98.  -----------------------------------------------------------------------
  99. | Chi Hang Tam                          |    henry_tam@dg.com           |
  100. | call me Henry...                      |    chi_hang_tam@dg.com        |
  101. | Data General Corporation              |                               |
  102. | Network Systems Development Division  |    (508) 870-8274             |
  103. |                                       |                               |
  104. |                               //|\\                                   |
  105.  ------------------------UUU-----O O-----UUU----------------------------
  106.                                   U 
  107.                                  \_/
  108.                         
  109.