home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / novell / 19703 < prev    next >
Encoding:
Text File  |  1992-12-24  |  2.8 KB  |  90 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!NOVELL.COM!BRIAN
  3. Message-ID: <brian.80.0@SJF.Novell.COM>
  4. Newsgroups: bit.listserv.novell
  5. Date:         Thu, 24 Dec 1992 02:17:49 -500
  6. Reply-To:     Novell LAN Interest Group <NOVELL@SUVM.BITNET>
  7. Sender:       NOVELERR@SUVM.SYR.EDU
  8. From:         Brian Meek <brian@NOVELL.COM>
  9. Subject:      Re: help needed w/iptunnel
  10. Lines: 78
  11.  
  12. Hello there,
  13.  
  14. In article <NOVELL%92122314091117@SUVM.SYR.EDU> you write:
  15. >Hello
  16. >I am trying to connect a pc on one lan to a file server on a different lan,
  17. >with a tcp/ip network in between.  The lan that has the pc, does not have a
  18. >novell server.
  19. >The basic configuration is as outlined in the tcp/ip transport supervisors
  20. >guide page a-10.  The main differences being that we use token ring, and of
  21. >course the ip addresses are all different.  The problem is that the
  22. >documentation does not suggest how the dos workstation is supposed to be able
  23. >to logon to the server.  I can successfully ping the server, so it seems that
  24. >the masks, and addresses are set ok. but a login attempt yields the old "file
  25. >server not found" message.
  26. >At the server we did
  27. >load tcpip
  28. >bind ip to tokendma addr=146.186.123.2
  29. >bind ipx to tokendma net=2
  30.  
  31. Two crucial and relevant bits missing here at the server.  Namely,
  32. "LOAD IPTUNNEL" and "BIND IPX TO IPTUNNEL NET=3" (pick your own unique IPX
  33. net number for the tunnel).
  34.  
  35. >At the workstation:
  36. >lsl
  37. >token
  38. >tcpip
  39. >iptunnel
  40. >ipxodi
  41. >netx
  42. >
  43. >
  44. >net.cfg:
  45. >
  46. >protocol TCPIP
  47. >   bind token
  48. >   ip_address
  49. >   ip_router
  50. >   ip_netmask
  51. >link driver token
  52. >   frame token_ring-snap
  53. >link driver IPTUNNEL
  54. >   gateway     255.255.255.255
  55.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56. Blitz this line, I wish we never put it in the example.  This would
  57. connect you to a group of NetWare servers on your local net segment
  58. if they were running the IPTUNNEL lan driver.
  59.  
  60. >   gateway     146.186.123.2
  61. >   port        213
  62. >   checksum    yes
  63. >
  64. >So the question is, what is missing?
  65.  
  66. You're missing the same two lines that the NetWare TCP/IP Supervisor's Guide
  67. is missing...  In the client's NET.CFG, add this section:
  68.  
  69.         Protocol IPX
  70.                 bind    IPTUNNEL
  71.  
  72. With more recent IPXODI and LSL versions, you may need:
  73.  
  74.         Protocol IPX
  75.                 bind    2
  76.         (Where "2" is the second board registered with the LSL).
  77.  
  78. This "Protocol IPX:" binding business is explained in the LWP for DOS
  79. Release Supplement after it was discovered to be omitted from the server-
  80. side documentation.
  81.  
  82. Also, make sure you load the IPTUNNEL LAN driver on the server and bind IPX
  83. to it :-).
  84.  
  85. Merry Christmas,
  86. -- brian
  87. ___________________________________________________________________________
  88. Brian Meek                      Novell, Inc. -- Desktop Systems Group
  89.                                 Internet mail:  brian@Novell.COM
  90.