home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / dcom / lans / misc / 740 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  5.2 KB

  1. From: klitd@hpsgm2.sgp.hp.com (Raj PUBALA)
  2. Date: Sat, 12 Sep 1992 16:06:26 GMT
  3. Subject: Re: How to interconnect a LAN ?
  4. Message-ID: <72810001@hpsgm2.sgp.hp.com>
  5. Organization: HP Singapore Notes-Server
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usc!sdd.hp.com!scd.hp.com!hplextra!hpcc05!hpsgm2!klitd
  7. Newsgroups: comp.dcom.lans.misc
  8. References: <1992Sep5.111417.28584@htsa.aha.nl>
  9. Lines: 158
  10.  
  11. In comp.dcom.lans.misc, tsjoit@htsa.aha.nl (T. H. Tsim) writes:
  12.  
  13.  
  14.     Dear netters,
  15.  
  16.     I am looking for comments for this problem:
  17.  
  18.     I want to connect a LAN of PC's with a remote SCO Unix Host:
  19.     The Lan is working with Novell's Netware.
  20.  
  21.     W -|
  22.        |
  23.     W -|
  24.        |
  25.     W -|-H--^........^--Unix
  26.        |
  27.     W -|                    W=workstation
  28.        |                    H=Novellserver
  29.     W -|                    U=SCO Unix
  30.  
  31.     I was thinking of using two bridges (but I don't have experience with bridges)
  32.     in order to 'bridge' the distance through x.25 or leased line. Could someone
  33.     give me some usefull hints ?
  34.  
  35.     The second part I'm not familiar to is how to connect the workstations with
  36.     the Unix-Host, after a lot of thinking, browsing and studying, I think TCP/IP
  37.     could be a good solution.
  38.  
  39.     But again, I lack of practical knowledge, in order to enable coexistance of
  40.     IPX and TCP/IP. I've heard of ODI-drivers, packet-drivers,machine requirements,
  41.     SLIP and PPP. After a lot of studying documents and books, I still can't see
  42.     the whole picture of the puzzle (maybe some pieces are missing ?)
  43.  
  44.     So please, give me some comments, critics, information to indicate I'm one the
  45.     right track (or not).
  46.  
  47.     I'm a student on co-op assignment :-)
  48.  
  49.  
  50.     Greetings from Holland
  51.  
  52.  
  53. When you are connecting the remote SCO UNIX server to the novell LAN,
  54. it really depends on what you want to do. If you are just interested in
  55. application access on the SCO UNIX (i.e. accessing an application on the
  56. SCO Unix through terminal emulation) from the PCs on the LAN, then a
  57. asynchronous gateway or an X.25 gateway will suffice. There are many
  58. products that can do these (e.g:- EICON gateway, Novell has their own too!).
  59. If you are using X.25 gateway, make sure you have X.25 an HPAD support
  60. on the SCO Unix host.
  61.  
  62. Of course you can achieve the above functionality through TCP/IP by 
  63. employing bridging or IP routing (dedicated/non-dedicated). You may find
  64. them a more expensive approach (telecommunication requirement is higher,
  65. etc).
  66.  
  67. However, if requirement dedictates that you need file services integration
  68. between the Netware server and SCO Unix server and printing services
  69. integration, then you will need to  use a bridge or router.
  70.  
  71. To do the above, you can use NFS NLM on the Netware server (I presume it
  72. is a 3.11 Netware version) and run NFS on the SCO Unix. This will allow
  73. file sharing and access by both Netware clients (PCs) and SCO Unix users.
  74. Netware users on the LAN can access the files on the SCO Unix transparently
  75. (they don't see NFS, they see them as part of Netware volume). likewise,
  76. SCO Unix see Netware volumes as NFS volumes). Integration of the print
  77. services can be done through a third party product (I think it is reflex?
  78. I can't remember the name). Basically, it uses the "lpr" to support remote
  79. spooling. And SCO Unix does support "lpr". Now all these only concern 
  80. integration of services and nothing about bridging or routing.
  81.  
  82. To interconnect the two networks, you can use bridges. Please take note
  83. of your briges capability. You want to minimise non-TCP/IP packets from
  84. going over to the SCO Unix Network. Netware (i.e. IPX packets). If you
  85. are using bridges, make sure that you have sufficient filtering
  86. capability to stop IPX traffic from going to the SCO Unix host. 
  87.  
  88. Dedicated routers are an alternative to bridging but they can be expensive
  89. for your simple application. You can turn the Netware server (3.11 I 
  90. presumed) into a non-dedicated IP router and use bridging on the IP
  91. segment of the Netware Server. If you application requirement is of
  92. high traffic in nature, then this can be hindrance to your netware server
  93. performance. In that case, you use a dedicated IP router.
  94.  
  95. As for TCP/IP software on the PCs, you can use LAN WorkPlace from Novell
  96. (they use ODI) or ARPA for Netware (from HP, they use NDIS). Both allow
  97. IPX and TCP/IP protocol stacks to coexits on the same LAN card. You may
  98. want to check out the support for your existing LAN cards.
  99.  
  100.     PC
  101.     |
  102.     PC (terminal emulation)
  103.     |
  104.     PC
  105.     |
  106.     |
  107.     Netware Server
  108.     |
  109.     |
  110.     X.25 Gateway <-----X.25 Network--------> SCO UNIX
  111.  
  112.  
  113.     (X.25 Gateway Approach - terminal access only)
  114.  
  115.  
  116.     PC
  117.     |
  118.     PC (Can also run PC/NFS, independent of Netware Server)
  119.     |
  120.     PC (runnning LAN WorkPlace)
  121.     |
  122.     |
  123.     Netware Server (running NFS, TCP/IP)
  124.     |
  125.     |
  126.     Bridge<-------------------------->Bridge----SCO UNIX (TCP/IP,NFS)
  127.     (Filter off IPX packets)
  128.  
  129.     (Bridge Approach 1)
  130.  
  131.  
  132.     PC
  133.     |
  134.     PC
  135.     |
  136.     PC (running LAN WorkPlace)
  137.     |
  138.     |
  139.     Netware Server (running NFS, TCP/IP routing turned on)
  140.         |
  141.         |
  142.         Bridge <----------->Bridge-----SCO UNIX (TCP/IP, NFS)
  143.  
  144.  
  145.  
  146.     PC
  147.     |
  148.     PC
  149.     |
  150.     PC
  151.     |
  152.     |
  153.     Netware Server
  154.     |
  155.     |
  156.     IP Router <--------------> IP Router-----SCO UNIX (TCP/IP,NFS)
  157.  
  158.  
  159.     (Dedicated Router Approach)
  160.  
  161.  
  162. I hope you will find these helpful. Please note the opinions expressed is
  163. my own and is independent of my employer.
  164.  
  165. Regards,
  166.  
  167. David LEE
  168.  
  169.