home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / novell / 11871 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!pipex!warwick!pavo.csi.cam.ac.uk!ag129
  3. From: ag129@cus.cam.ac.uk (Alasdair Grant)
  4. Subject: Re: IP Tunneling and Workstations
  5. Message-ID: <1993Jan25.102149.5796@infodev.cam.ac.uk>
  6. Sender: news@infodev.cam.ac.uk (USENET news)
  7. Nntp-Posting-Host: bootes.cus.cam.ac.uk
  8. Organization: U of Cambridge, England
  9. References: <1k08viINN68m@flop.ENGR.ORST.EDU>
  10. Date: Mon, 25 Jan 1993 10:21:49 GMT
  11. Lines: 18
  12.  
  13. In article <1k08viINN68m@flop.ENGR.ORST.EDU> villalj@xanth.CS.ORST.EDU (John Villalovos) writes:
  14. >I was wondering if anyone could tell me if a workstation can be set up to
  15. >access a file server using IP Tunneling.  For example I have a workstation
  16.  
  17. As it says in "NetWare 3.11 TCP/IP Transport Supervisor's Guide":
  18.  
  19.    "NetWare 3.11 IP tunnel will also serve clients using either Novell's
  20.     IP tunnel client driver, a component of the LAN WorkPlace for DOS,
  21.     or the Schneider & Koch DOS end-node product."
  22.  
  23. The LWP version has an executable called IPTUNNEL which you load on top
  24. of TCPIP.EXE.  The above book has details of NET.CFG: in this context
  25. IPTUNNEL is a "Link Driver".
  26.  
  27. Seems to me that it would be totally trivial to write an IP tunnel IPX
  28. driver on top of any popular TCP/IP stack or even (since IP tunneling
  29. only uses UDP, which is simple) on top of packet drivers, without having
  30. to pay lots of money for LWP.
  31.