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

  1. Path: sparky!uunet!mcsun!uknet!warwick!kingpol!francis
  2. From: francis@kingston.ac.uk (Francis Bell)
  3. Newsgroups: comp.sys.novell
  4. Subject: Re: Routing TCP/IP through a Novell server
  5. Summary: Anyone care to tell me how ??
  6. Keywords: routing, TCP/IP
  7. Message-ID: <1992Aug13.122244.14827@kingston.ac.uk>
  8. Date: 13 Aug 92 12:22:44 GMT
  9. References: <1992May9.214953.6692@willamette.edu> <1992May9.172817.55355@cc.usu.edu>
  10. Sender: fgtbell@kingston.ac.uk
  11. Followup-To: comp.sys.novell
  12. Organization: Kingston University
  13. Lines: 197
  14.  
  15. In article <1992May9.172817.55355@cc.usu.edu> jrd@cc.usu.edu writes:
  16. >In article <1992May9.214953.6692@willamette.edu>, dan@willamette.edu (Daneher D. Revel) writes:
  17. >> I would like to be able to use a Netware server to route TCP/IP traffic
  18. >> between a Novell LAN and our campus wide TCP/IP backbone, here's a
  19. >> picture:
  20. We're trying to do the same thing, and it's driving me nuts. We have a
  21. Novell server running 3.11 and a pair of 3c507's installed. Are there
  22. any known problems with 3c507s ?  The workstations on the local
  23. (Novell) segment can "see" the first 3c507 but not the second. Yes
  24. we do have tcpip forward=yes. We're using LAN workplace for DOS on
  25. the workstations, and we can use tnvt220 to reach the "closer" of
  26. the two boards on its test port, 19 (tnvt220 141.241.12.2 19 works fine).
  27. The second (further) 3c507's test port does not respond, neither
  28. does anything further down the main backbone. Tcpcon reports that
  29. ipforwards = 0, even after several attempts,
  30. which is reassuring, because at least it isn't saying
  31. "Gateway functions disabled"
  32.  
  33. Here's a copy of the autoexec.ncf file :
  34.  
  35.  
  36. file server name PALLAS
  37. ipx internal net 204
  38. rem board 1 at 300 sees local network
  39. load c:3C507 port=300 mem=D0000 int=3 frame=ETHERNET_802.3 name=IPX_300
  40. bind IPX to IPX_300 net=234
  41. rem board at 320 sees main network
  42. load c:3c507 port=320 mem=d8000 int=7 frame=ETHERNET_802.3 name=IPX_320
  43. bind IPX to IPX_320 net=200
  44.  
  45. load c:3c507 port=300 mem=D0000 int=3 frame=ETHERNET_II name=IP_300
  46. load c:3c507 port=320 mem=d8000 int=7 frame=ETHERNET_II name=IP_320
  47.  
  48. load tcpip forward=yes rip=yes
  49. load snmplog
  50.  
  51. rem bind local board to segment 12
  52. bind IP to IP_300 addr=141.241.12.2 mask=ff.ff.fc.00
  53. rem bind remote board to segment 4
  54. bind IP to IP_320 addr=141.241.4.28 mask=ff.ff.fc.00
  55.  
  56. mount all
  57. load remote khpallas
  58. load rspx
  59. load tsa
  60. load monitor
  61. set timezone gmt0bst
  62. set reply to get nearest server = on
  63. load rarpserv
  64.  
  65.  
  66. >---------------------------------------------------------------------> 
  67.  
  68. Our main network has IPX number 200. 141.241.4 has all our mainframe
  69. services, so that side of the router should be able to see them.
  70. Again our topology looks like this:
  71. >>     
  72. >>     LAN workplace         LAN workplace 
  73. >>        for DOS             for DOS    Novell LAN (IPX & TCP/IP)
  74. >>          -+---------+---------+- 141.241.12.*
  75. >>          Netware
  76. >>          Server
  77. >>     141.241.4.* +--------------> campus backbone TCP/IP 
  78. >>                                   and IPX
  79.  
  80. Yours,
  81.     Desperate.
  82.  
  83. Seriously it would be nice to know why this isn't working.
  84. Please respond by e-mail if possible.
  85.  
  86. Newsgroups: comp.sys.novell
  87. Subject: Re: Routing TCP/IP through a Novell server
  88. Summary: 
  89. Expires: 
  90. References: <1992May9.214953.6692@willamette.edu> <1992May9.172817.55355@cc.usu.edu>
  91. Sender: 
  92. Followup-To: 
  93. Distribution: 
  94. Organization: Kingston University
  95. Keywords: 
  96.  
  97. In article <1992May9.172817.55355@cc.usu.edu> jrd@cc.usu.edu writes:
  98. >In article <1992May9.214953.6692@willamette.edu>, dan@willamette.edu (Daneher D. Revel) writes:
  99. >> I would like to be able to use a Netware server to route TCP/IP traffic
  100. >> between a Novell LAN and our campus wide TCP/IP backbone, here's a
  101. >> picture:
  102. We're trying to do the same thing, and it's driving me nuts. We have a
  103. Novell server running 3.11 and a pair of 3c507's installed. Are there
  104. any known problems with 3c507s ?  The workstations on the local
  105. (Novell) segment can "see" the first 3c507 but not the second. Yes
  106. we do have tcpip forward=yes. We're using LAN workplace for DOS on
  107. the workstations, and we can use tnvt220 to reach the "closer" of
  108. the two boards on its test port, 19 (tnvt220 141.241.12.2 19 works fine).
  109. The second (further) 3c507's test port does not respond, neither
  110. does anything further down the main backbone. Tcpcon reports that
  111. ipforwards = 0, even after several attempts,
  112. which is reassuring, because at least it isn't saying
  113. "Gateway functions disabled"
  114.  
  115. Here's a copy of the autoexec.ncf file :
  116.  
  117.  
  118. file server name PALLAS
  119. ipx internal net 204
  120. rem board 1 at 300 sees local network
  121. load c:3C507 port=300 mem=D0000 int=3 frame=ETHERNET_802.3 name=IPX_300
  122. bind IPX to IPX_300 net=234
  123. rem board at 320 sees main network
  124. load c:3c507 port=320 mem=d8000 int=7 frame=ETHERNET_802.3 name=IPX_320
  125. bind IPX to IPX_320 net=200
  126.  
  127. load c:3c507 port=300 mem=D0000 int=3 frame=ETHERNET_II name=IP_300
  128. load c:3c507 port=320 mem=d8000 int=7 frame=ETHERNET_II name=IP_320
  129.  
  130. load tcpip forward=yes rip=yes
  131. load snmplog
  132.  
  133. rem bind local board to segment 12
  134. bind IP to IP_300 addr=141.241.12.2 mask=ff.ff.fc.00
  135. rem bind remote board to segment 4
  136. bind IP to IP_320 addr=141.241.4.28 mask=ff.ff.fc.00
  137.  
  138. mount all
  139. load remote khpallas
  140. load rspx
  141. load tsa
  142. load monitor
  143. set timezone gmt0bst
  144. set reply to get nearest server = on
  145. load rarpserv
  146.  
  147.  
  148. >---------------------------------------------------------------------> 
  149.  
  150. Our main network has IPX number 200. 141.241.4 has all our mainframe
  151. services, so that side of the router should be able to see them.
  152. Again our topology looks like this:
  153. >>     
  154. >>     LAN workplace         LAN workplace 
  155. >>        for DOS             for DOS    Novell LAN (IPX & TCP/IP)
  156. >>          -+---------+---------+- 141.241.12.*
  157. >>          Netware
  158. >>          Server
  159. >>     141.241.4.* +--------------> campus backbone TCP/IP 
  160. >>                                   and IPX
  161.  
  162. Yours,
  163.     Desperate.
  164.  
  165. Seriously it would be nice to know why this isn't working.
  166. Please respond by e-mail if possible.
  167. Newsgroups: comp.sys.novell
  168. Subject: Re: Routing TCP/IP through a Novell server
  169. Summary: 
  170. Expires: 
  171. References: <1992May9.214953.6692@willamette.edu> <1992May9.172817.55355@cc.usu.edu>
  172. Sender: 
  173. Followup-To: 
  174. Distribution: 
  175. Organization: Kingston University
  176. Keywords: 
  177.  
  178. In article <1992May9.172817.55355@cc.usu.edu> jrd@cc.usu.edu writes:
  179. >In article <1992May9.214953.6692@willamette.edu>, dan@willamette.edu (Daneher D. Revel) writes:
  180. >> I would like to be able to use a Netware server to route TCP/IP traffic
  181. >> between a Novell LAN and our campus wide TCP/IP backbone, here's a
  182. >> picture:
  183. >> 
  184. >> 
  185. >> 
  186. >> 
  187. >>     
  188. >>     LAN workplace         LAN workplace \
  189. >>        for DOS             for DOS    /\Novell LAN (SPX/IPX & TCP/IP)
  190. >>          -+---------+---------+-
  191. >>          Netware
  192. >>          Server
  193. >>             +--------------> campus backbone (TCP/IP only)
  194. >> 
  195. >> Can it be done? and,
  196. >    Yes, it's done all the time in many many places.
  197. >> What do I need to do to acheive this?
  198. >    Two things. First is NW 3.11, nothing less will do IP routing. Second
  199. >is either TCP/IP experience or some long chats with your local TCP/IP
  200. >Responsible Person to get the addressing and subnetting straight (which can
  201. >be quite a puzzle sometimes). The NW server will be an IP router, not an
  202. >IP bridge (though I keep recommending this option to Novell as a useful
  203. >alternative), so one must divide the address space. You do not need to purchase
  204. >the NFS.NLM to route IP, the needed materials are shipped with NW 3.11.
  205. >    Joe D.
  206. >> 
  207. >> Thanks...
  208. >> -- 
  209. >> Dan Revel (dan@willamette.edu)                    Nullum
  210. >> Network and Technical Services Manager                Gratuitum
  211. >> Willamette University                        Prandium
  212.