Hi all,
I tried to use smbclient to browser shared folder on a windows2003 box. The problem is the smblient only lists a few services provided by the windows 2003 box.
Here is the detail
-----------------------------------------------------------------------------------
[root@Mali thangpv]# smbclient -L //192.168.1.102 -Unetuser%netuser -d3
lp_load: refreshing parameters
Initialising global parameters
params.c

m_process() - Processing configuration file "/etc/samba/smb.conf"
Processing section "[global]"
added interface ip=192.168.1.103 bcast=192.168.1.255 nmask=255.255.255.0
Client started (version 3.0.14a-2).
Connecting to 192.168.1.102 at port 445
Doing spnego session setup (blob length=16)
server didn't supply a full spnego negprot
Got challenge flags:
Got NTLMSSP neg_flags=0x628a0215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x60080215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x60080215
Domain=[SERVER] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
dos_clean_name []
Sharename Type Comment
--------- ---- -------
E$ Disk Default share
The.Island Disk Movies
IPC$ IPC Remote IPC
UNISHARE$ Disk Unicenter TNG share
Crash Disk Movies
WSH$ Disk
Jazz Disc 1 Disk
Jazz Disc 2 Disk
G$ Disk Default share
Hostage Disk Movies
F$ Disk Default share
Music Disk
ADMIN$ Disk Remote Admin
H$ Disk Default share
C$ Disk Default share
Software Disk Software
Connecting to 192.168.1.102 at port 139
session request to 192.168.1.102 failed (Called name not present)
Connecting to 192.168.1.102 at port 139
session request to 192 failed (Called name not present)
Connecting to 192.168.1.102 at port 139
Doing spnego session setup (blob length=16)
server didn't supply a full spnego negprot
Got challenge flags:
Got NTLMSSP neg_flags=0x628a0215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x60080215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x60080215
Domain=[SERVER] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
dos_clean_name []
Server Comment
--------- -------
LOCALHOST Samba 3.0.14a-2 at Mali
Workgroup Master
--------- -------
MSHOME VENICE
SERVER LOCALHOST
WORKGROUP SERVER
-----------------------------------------------------------------------------------
obviously, it doesn't display all the shared folder on Win2003 Server box.
Why it tried to connect to port 139 three times?
and why I have error :"server didn't supply a full spnego negprot"
FYI, Win2003 server box already has 2 port 139-netbios and 445-microsoft-ds openned.
Any idea?
thanks