home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 308 < prev    next >
Encoding:
Text File  |  1992-07-28  |  5.1 KB  |  127 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!leefi
  3. From: leefi@microsoft.com (lee fisher)
  4. Subject: installing TCP/IP under Windows NT
  5. Message-ID: <1992Jul27.044304.7995@microsoft.com>
  6. Date: 27 Jul 92 04:43:04 GMT
  7. Organization: microsoft corp., redmond, wa
  8. Lines: 117
  9.  
  10. i replied someone via email in response to a few messages about TCP/IP 
  11. installation problems, but the email bounced. anyway, a few others are
  12. asking similar questions, and might benefit from this info...
  13.  
  14. in general, if you are trying to get TCP/IP to work, you should install
  15. via the normal SETUP program, not DOS2NT (its much easier).  then you
  16. should make sure the normal workstation software (netbeui, not yet tcp/ip)
  17. works (view servers, connect to server and do i/o, etc). then, once you're
  18. sure that the MAC driver is working with this already-installed transport,
  19. try to install TCP/IP. make sure to 'net start tcpipsvc'. append a
  20. '/trace' switch if this fails.  once the TCP/IP service is starting, try
  21. to ping someone. look in the registry to make sure the IP masks are proper
  22. for your environment.  then you should be golden (fingers crossed).
  23.  
  24. anway, the q&a from the bounced email:
  25.  
  26. > I've been having problems getting my machine hooked up to our lan.
  27. > First off: We have a LanMan 2.1 server that I'd like to be able to see.
  28. > Is this the feature that is turned off in this NT release?  If not, does
  29. > anyone have experience with getting things going.  The net seems to have
  30. > installed OK.
  31.  
  32. no, my NT machine sees my DOS LAN Manager 2.1 machine just fine. can you 
  33. see anything (LM21 server, NT servers, anything?) what MAC driver? look 
  34. for a tranceiver internal/external problem.
  35.  
  36. > Second: I've followed the instructions to get telnet running on TCP/IP.
  37. > I get the network started and I can go as far as getting the telnet
  38. > prompt on the terminal program... but I can't seem to open a connection.
  39. > Ideas... anyone?
  40.  
  41. can you PING anyone? can they ping you? here is a msg, i think is in
  42. the readme, about using the TCP/IP utilities. maybe it will help.
  43.  
  44. ----- snip ----- snip ----- snip ----- snip ----- snip ----- snip -----
  45. Instructions for using TCP/IP and utilities.
  46.  
  47. The Network Control Panel Applet should be used to install and
  48. configure TCP/IP. Once this has been completed, TCP/IP can be
  49. initialized by entering:
  50.  
  51. net start tcpipsvc
  52.  
  53. Messages will be displayed which will indicate the success or failure
  54. of the initialization. If this step fails, more detailed information
  55. as to the cause of the failure can be obtained by entering:
  56.  
  57. net start tcpipsvc /trace
  58.  
  59. A window will pop up and diagnostic information will be displayed.
  60.  
  61. Once the tcpip service has been successfully started, the standard
  62. utilities can be used as normal. The only exception is the telnet
  63. utility, more on this later.
  64.  
  65. The standard utility set provided with NT consists of arp, ftp,
  66. netstat, ping, rcp, rexec, route, rsh and tftp. Most of these will
  67. print usage help if invoked with the -? option.
  68.  
  69. Telnet has been modified to work with the windows terminal program.
  70. To use telnet, make sure that tcpip has been initialized. Then
  71. enter:
  72.  
  73. telnet
  74.  
  75. You may then run the terminal program and select TELNET in the
  76. Communications menu.
  77.  
  78. You will be greeted with a prompt of
  79.  
  80. telnet>
  81.  
  82. You may enter telnet commands or help for more info.
  83. ----- snip ----- snip ----- snip ----- snip ----- snip ----- snip -----
  84.  
  85. and a second message:
  86.  
  87. > Well, I managed to get all the LanMan stuff fat and happy.  I can see
  88. > LanMan servers and they can see me! Great!
  89. > Now to be able to connect to TCP/IP ...
  90. > I get as far as the telnet prompt.  WHen I try "open xx.x.xxx.xx" ( where
  91. > the x's are the ip address of the machine I'm trying to connect to) I
  92. > get a connect failed message.
  93. > 1) How do I configure the TCP/IP to work... I'm not sure about all the
  94. > DNS stuff so currently it's all blank.
  95.  
  96. how did you install TCP/IP, via SETUP, via REGINIT and tcpip.ini, or
  97. by manually editing via REGEDIT? hopefully, you used SETUP and installed
  98. the TCP/IP driver via Network Control Panel App. setting up via SETUP
  99. sets up the registry properly for the Network Control Panel App to work.
  100. if you've setup via DOS2NT, you can't use the NCPA, and you have to
  101. use REGINI and the TCP/IP ini file to initialize the registry for the
  102. transport (and update your MAC driver).
  103.  
  104. regardless, if you're already setup, you can edit the registry via
  105. regedit.exe, select the HKEY_LOCAL_MACHINE window, and go down into
  106. \SYSTEM\CurrentControlSet\Services\TCPIP, and edit that section.
  107. for more info, use the tcpip ini file as a guide to what needs to
  108. be changed. (it should be changed in SETUP (or before using REGINI), 
  109. so you don't have to get into REGEDIT.
  110.  
  111. > 2) Is there support for a host table?
  112.  
  113. c:\winnt\system\drivers\etc\*. not sure right now, but i think the
  114. registry might improperly point to c:\winnt\tcp or something like
  115. that, you can fix this in regedit (or copy the files to that
  116. subdirectory).
  117. __
  118. Lee Fisher, (not a spokesperson for) Microsoft Corp., Redmond, WA, USA
  119. leefi@microsoft.com, {uunet,uw-beaver,sun,sco,decvax}!microsoft!leefi
  120. c=us;admd=mci;prmd=msft;o=smtp;dda=rfc-822=leefi, +1.206.936.8621
  121.  
  122.  
  123.  
  124.