home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2676 < prev    next >
Encoding:
Text File  |  1993-01-05  |  3.3 KB  |  66 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!Germany.EU.net!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!root
  3. From: hochstae@allfiwib1.wiwi.uni-marburg.de (Christoph H. Hochstaetter)
  4. Subject: Re: Can't share directories/printers in NT
  5. Message-ID: <1993Jan5.015708.18640@solaris.rz.tu-clausthal.de>
  6. News-Software: IBM OS/2 PM RN (NR/2) v0.16 by O. Vishnepolsky and R. Rogers
  7. Lines: 52
  8. Sender: root@solaris.rz.tu-clausthal.de (Operator)
  9. Reply-To: hochstae@allfiwib1.wiwi.uni-marburg.de (Christoph H. Hochstaetter)
  10. Organization: Techn. Univ. Clausthal
  11. References: <1992Dec24.230709.6881@ttinews.tti.com>
  12. Date: Tue, 5 Jan 1993 01:57:08 GMT
  13.  
  14. In <1992Dec24.230709.6881@ttinews.tti.com> terence@tanru.tti.com ( Terry) writes:
  15. >I tried setting up two of our NT machines in a little network.
  16. >I got the TCP/IP stuff to work, I can ping both machines from each other, and
  17. >the share printer/disk options on the file/spool manager appear to function
  18. >right but the shared resources don't appear on the other machine.
  19. >
  20. >Our setup;
  21. >  October Beta
  22. >  EISA 486 66 MHz clone
  23. >  32 MB RAM
  24. >  3Com Etherlink II/16
  25. >
  26. >Any hints?
  27.  
  28. My guess is, that the two machines aren't in the same workgroup. When you
  29. setup NT, you asked to choose a domain or workgroup. Domain won't work
  30. until you have LAN-Manager for NT, so choose workgroup and enter the
  31. same name on both machines. You can change this later by choosing Network
  32. from the Control Panel, click the advanced button and then click the
  33. domain button. You then have the chance to change the workgroup name.
  34. For testing you can do some disk sharing using the NT command shell.
  35. Go to the MSDOS-Prompt (which actually isn't an MSDOS-Prompt) and
  36. type NET START on both machines. You should see, that LanmanWorkstation
  37. and LanmanServer are started. If not, there is something wrong. Try
  38. NET START RDR and NET START SERVER to start the services manually.
  39. Then type NET SHARE MYSHARE=C:\ on the first machine. This should
  40. make the entire C: drive available on the network. Then type
  41. NET USE T: \\<your machine name>\MYSHARE on the other machine.
  42. Replace <your machine name> with the name you assigned to your first
  43. machine. If everything works, the T: drive on the second machine should
  44. actually be the C: drive of the first machine.
  45.  
  46. >
  47. >On a related note, I'm a little confused as to what networking is actually
  48. >included with this beta.  Is is just these client things (print/file
  49. >sharing) or can you really ftp and telnet or otherwise remote login between
  50. >two NT machines?
  51. >
  52.  
  53. File and printer sharing is fully included (client and server). ARPA-Service
  54. Daemons TELNETD, FTPD, etc. are not (and will not be) included. You only have
  55. clients. But if you take a look on previous postings to this group, you will
  56. see, that many people are currently working on PD/Shareware Implementations
  57. for these Daemons.
  58.  
  59. Christoph
  60. -------------------------------------------------------+-----------------------
  61. Christoph H. Hochstaetter, Philipps-University Marburg | Universitaetsstr. 25
  62. Internet: hochstae@allfiwib1.wiwi.uni-marburg.de       | D-W-3550 Marburg
  63. Bitnet  : HOCHSTAE AT DMRHRZ11                         | Germany
  64. Fido    : 2:243/660                                    | Phone +49-6421-28-7092
  65. Fax     : +49-6421-28-4858                             |
  66.