home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 7 / 46.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.1 KB  |  64 lines

  1. DOCUMENT:Q101746  26-JUL-1993  [W_NT]
  2. TITLE   :TCP/IP Host File Is Case Sensitive
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. The host files for Windows NT TCP/IP are case sensitive when you enter
  16. the name of a workstation for a TCP/IP address. This can cause errors
  17. when attempting to use FTP or ping a workstation/server. Always match
  18. host filenames exactly, including any case changes.
  19.  
  20. If the host file contains the entry
  21.  
  22.    130.25.25.83 TestServer
  23.  
  24. type in the following command:
  25.  
  26.    ping testserver
  27.  
  28. The following error message appears:
  29.  
  30.    testserver: unknown host
  31.  
  32. The command should read:
  33.  
  34.    ping TestServer
  35.  
  36. With the case sensitive command, the following correct response occurs
  37. (if the address is valid):
  38.  
  39.    Pinging host TestServer : 130.25.25.83
  40.       ICMP Echo Reply:TTL 60
  41.       ICMP Echo Reply:TTL 60
  42.       ICMP Echo Reply:TTL 60
  43.       ICMP Echo Reply:TTL 60
  44.       Host Almathea replied to all 4 of the 4 pings
  45.  
  46. Additional reference words: 3.10
  47. KBCategory:
  48. KBSubCategory: TPIP
  49.  
  50. =============================================================================
  51.  
  52. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  53. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  54. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  55. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  56. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  57. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  58. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  59. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  60. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  61. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  62. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  63.  
  64. Copyright Microsoft Corporation 1993.