Microsoft KB Archive/280839: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 53: Line 53:
         Name              Type      Host Address    Life [sec]
         Name              Type      Host Address    Life [sec]
     ------------------------------------------------------------
     ------------------------------------------------------------
     PDCNAME        &lt;03&gt;  UNIQUE          10.0.0.1            -1
     PDCNAME        <03&gt;  UNIQUE          10.0.0.1            -1
     PDCNAME        &lt;00&gt;  UNIQUE          10.0.0.1            -1
     PDCNAME        <00&gt;  UNIQUE          10.0.0.1            -1
     PDCNAME        &lt;20&gt;  UNIQUE          10.0.0.1            -1
     PDCNAME        <20&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    &lt;1C&gt;  GROUP          10.0.0.1            -1
     DOMAINNAME    <1C&gt;  GROUP          10.0.0.1            -1
     DOMAINNAME    .&lt;03&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    .<03&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    .&lt;00&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    .<00&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    .&lt;20&gt;  UNIQUE          10.0.0.1            -1
     DOMAINNAME    .<20&gt;  UNIQUE          10.0.0.1            -1


                   ^
                   ^
Line 77: Line 77:


<pre class="fixed_text">10.0.0.1        &quot;Domainname    \0x1b&quot;  #PRE
<pre class="fixed_text">10.0.0.1        &quot;Domainname    \0x1b&quot;  #PRE
                 &lt;--- 19 chars  ---&gt;
                 <--- 19 chars  ---&gt;
                     </pre>
                     </pre>


Line 85: Line 85:


<pre class="fixed_text">10.0.0.1        &quot;Domainname    \0x1b&quot;  #PRE
<pre class="fixed_text">10.0.0.1        &quot;Domainname    \0x1b&quot;  #PRE
                 &lt;---  20 chars  ---&gt;
                 <---  20 chars  ---&gt;
                     </pre>
                     </pre>


Line 92: Line 92:
<div class="indent">
<div class="indent">


<pre class="fixed_text">&lt;IP address&gt;&lt;tab&gt;&quot;DOMAINNAME  \0x1b&quot; &lt;tab&gt; #PRE
<pre class="fixed_text"><IP address&gt;<tab&gt;&quot;DOMAINNAME  \0x1b&quot; <tab&gt; #PRE
                     </pre>
                     </pre>



Revision as of 09:03, 21 July 2020

Knowledge Base


NBTSTAT -c Command Output Contains a Period in the Name Column

Article ID: 280839

Article Last Modified on 10/31/2006



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows NT Server 4.0 Standard Edition



This article was previously published under Q280839

SUMMARY

When you run the NBTSTAT -c command and the output looks similar to the following output, the the LMHOSTS file may have been incorrectly modified:

                  NetBIOS Remote Cache Name Table

        Name              Type       Host Address    Life [sec]
    ------------------------------------------------------------
    PDCNAME        <03>  UNIQUE          10.0.0.1            -1
    PDCNAME        <00>  UNIQUE          10.0.0.1            -1
    PDCNAME        <20>  UNIQUE          10.0.0.1            -1
    DOMAINNAME     <1C>  GROUP           10.0.0.1            -1
    DOMAINNAME    .<03>  UNIQUE          10.0.0.1            -1
    DOMAINNAME    .<00>  UNIQUE          10.0.0.1            -1
    DOMAINNAME    .<20>  UNIQUE          10.0.0.1            -1

                  ^
                  |
    (Period) -----|
                    

MORE INFORMATION

Note that the output has the period in the Name column because of the following entry in the LMHOSTS file:

10.0.0.1        "Domainname    \0x1b"   #PRE
                 <--- 19 chars  --->
                    

The following entry is the correct LMHOSTS entry:

10.0.0.1        "Domainname     \0x1b"  #PRE
                 <---  20 chars  --->
                    

Format of the entry:

<IP address><tab>"DOMAINNAME  \0x1b" <tab> #PRE
                    

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

163409 NetBIOS Suffixes (16th Character of the NetBIOS Name)


180094 How to Write an LMHOSTS File for Domain Validation and Other Name Resolution Issues



Additional query words: dot 1131

Keywords: kbenv kbinfo KB280839