Terrence Branscombe wrote::

"IS~ISZKAZ#00" 1091364496 192.168.0.2 64R <----- ????

I 'solved' at half of my browsing puzzles when I found a reference list of Microsoft NetBIOS name suffixes in a KB article (163409). The 'IS~<computer name>#00' format is simply how IIS registers itself in WINS.DAT by IIS servers. My apologies for not finding this before I posted.


The problem remains, however, with 'ISZKAZ' not appearing in BROWSE.DAT. From the Samba host, a query of 'ISZKAZ' shares produces this:

$ smbclient "-U" <username>%<password> "-L" iszkaz
added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Got a positive name query response from 127.0.0.1 ( 192.168.0.2 )
Domain=[EREBUS] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

        Sharename      Type      Comment
        ---------      ----      -------
        Public         Disk      Public file share
        IPC$           IPC       Remote IPC
        iszkaz_c       Disk      boris_1
        F$             Disk      Default share
        ADMIN$         Disk      Remote Admin
        C$             Disk      Default share

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

$

The same query run against the other W2K node, 'KIRALY', which happens to be the local master browser, produces what you might expect:

$ smbclient "-U" <username>%<password> "-L" kiraly
added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Got a positive name query response from 127.0.0.1 ( 192.168.0.1 )
Domain=[EREBUS] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

        Sharename      Type      Comment
        ---------      ----      -------
        E$             Disk      Default share
        IPC$           IPC       Remote IPC
        D$             Disk      Default share
        print$         Disk      Printer Drivers
        G$             Disk      Default share
        PS$PRINT       Printer   Postscript printer
        F$             Disk      Default share
        CanonBJC       Printer   Connected on LPT1: port of node KIRALY
        ADMIN$         Disk      Remote Admin
        H$             Disk      Default share
        SETUPS         Disk      Network-installable packages
        C$             Disk      Default share

        Server               Comment
        ---------            -------
        ISZKAZ               W2K PIII workstation
        KIRALY               W2K ICS Gateway
        SZEGED               Alpha Quadrant (Samba 2.2.8)

        Workgroup            Master
        ---------            -------
        EREBUS               KIRALY
$

Thanks,

Terry

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to