Re: [Samba] Can't connect from Windows

2004-01-15 Thread Wm. Dean Dufresne
Is there a reason nobody responded this message?


On 1/6/04 10:58 PM, Wm. Dean Dufresne [EMAIL PROTECTED] wrote:

 I am setting up my first 3.0.1 installation.  I am using Slackware 9.1, I am
 trying to connect to a Windows 2000 Server.  I do not need active directory
 support (as far as I know).  The server's function is a file server.  So
 Users need seamless authentication... of course.  I do not have LDAP
 installed.  It's a plain server besides the 3ware RAID.
 
 
 I compiled and installed samba 3.0.1, standard paths.  I followed the howto
 on the samba site.
 
 It is %99 working.  Smbd, nmbd, winbindd are all running.
 
 #wbinfo -t
 checking the trust secret via RPC calls succeeded
 
 # wbinfo -p
 Ping to winbindd succeeded on fd 4
 
 Getent passwd, getent group works fine.
 
 I can assign permissions to domain users like chown domain+user file
 
 However when I try to connect from the PDC to the linux box with a domain
 user account, it won't let me in.
 
 The name of the PDC is w2ksrv1, and linux box is macfiles.  The domain
 is mac.
 
 I was able to add a local user testuser and add it through smbpasswd, and
 authenticate. And view shares, and go into the tmp share.
 
 Conf file:
 
  UW PICO(tm) 4.6 
 File: /usr/local/samba/lib/smb.conf
 
 [global]
  
 workgroup = MAC  
 winbind separator = +
 idmap uid = 1-2
 idmap gid = 1-2
 winbind enum users = yes
 winbind enum groups = yes
 template homedir = /home/winnt/%D/%U
 template shell = /bin/false
 server string = Samba Server
 hosts allow = 192.168.1. 127.
 load printers = yes
 log file = /var/log/samba.%m
 max log size = 50
 security = user  
 password server = *
 encrypt passwords = yes
 socket options = TCP_NODELAY
  
 ;   interfaces = 192.168.12.2/24 192.168.13.2/24
  
 dns proxy = no 
 # Share Definitions
 ==
 [homes]  
  comment = Home Directories
  browseable = no 
  writable = yes  
  
 # This one is useful for people to share files
 [tmp]
  comment = Temporary file space
  path = /tmp 
  read only = no  
  public = yes
 
 
 File Attributes:
 
 
 # ls -la /lib/libnss_winbind.so*
 -rwxr-xr-x1 root root19511 Jan  2 14:29
 /lib/libnss_winbind.so*
 lrwxrwxrwx1 root root   22 Jan  2 14:30
 /lib/libnss_winbind.so.2 - /lib/libnss_winbind.so*
 
 Was not able to configure SAMBA with the --with-pam switch.
 
 
 Also I have no /etc/pam.d directory. ( is that bad?)
 
 Winbind output:
 
 /usr/local/samba/sbin/winbindd -i -d3
 winbindd version 3.0.1 started.
 Copyright The Samba Team 2000-2003
 lp_load: refreshing parameters
 Initialising global parameters
 params.c:pm_process() - Processing configuration file
 /usr/local/samba/lib/smb.conf
 Processing section [global]
 Processing section [homes]
 Processing section [tmp]
 adding IPC service
 adding IPC service
 added interface ip=192.168.1.20 bcast=192.168.1.255 nmask=255.255.255.0
 added interface ip=192.168.1.20 bcast=192.168.1.255 nmask=255.255.255.0
 Registered MSG_REQ_POOL_USAGE
 Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
 resolve_lmhosts: Attempting lmhosts lookup for name MAC0x1c
 resolve_wins: Attempting wins lookup for name MAC0x1c
 resolve_wins: WINS server resolution selected and no WINS servers listed.
 resolve_hosts: Attempting host lookup for name MAC0x20
 rpc_dc_name: Returning DC W2KSRV1 (192.168.1.10) for domain MAC
 IPC$ connections done by user MAC\DOMAIN ADMIN
 Connecting to host=W2KSRV1
 Connecting to 192.168.1.10 at port 445
 Doing spnego session setup (blob length=112)
 got OID=1 2 840 48018 1 2 2
 got OID=1 2 840 113554 1 2 2
 got OID=1 2 840 113554 1 2 2 3
 got OID=1 3 6 1 4 1 311 2 2 10
 got principal=w2ksrv1$@full domain name
 Got challenge flags:
 Got NTLMSSP neg_flags=0x60890215
 NTLMSSP: Set final flags:
 Got NTLMSSP neg_flags=0x60080215
 NTLMSSP Sign/Seal - Initialising with flags:
 Got NTLMSSP neg_flags=0x60080215
 add_trusted_domain: MAC is a native mode domain
 Added domain MAC 
 scanning trusted domain list
 rpc: trusted_domains
 rpc_dc_name: Returning DC W2KSRV1 (192.168.1.10) for domain MAC
 IPC$ connections done by user MAC\DOMAIN ADMIN
 Connecting to host=W2KSRV1
 Connecting to 192.168.1.10 at port 445
 Doing spnego session setup (blob length=112)
 got OID=1 2 840 48018 1 2 2
 got OID=1 2 840 113554 1 2 2
 got OID=1 2 840 113554 1 2 2 3
 got OID=1 3 6 1 4 1 311 2 2 10
 got principal=w2ksrv1$@full domain name
 Got challenge flags:
 Got NTLMSSP neg_flags=0x60890215
 NTLMSSP: Set final flags:
 Got NTLMSSP neg_flags=0x60080215
 NTLMSSP Sign/Seal - Initialising with flags:
 Got NTLMSSP neg_flags=0x60080215
 scanning trusted domain list
 rpc: trusted_domains
 
 
 The Win2k active directory domain name is actually a SUB domain so,
 mac.fulldomain.com.  Which is non-standard I believe, FYI.
 
 When the windows system tries to connect here is the log:
 # tail -f /var/log/samba.w2ksrv1
 [2004/01/03 

[Samba] Can't connect from Windows

2004-01-06 Thread Wm. Dean Dufresne
I am setting up my first 3.0.1 installation.  I am using Slackware 9.1, I am
trying to connect to a Windows 2000 Server.  I do not need active directory
support (as far as I know).  The server's function is a file server.  So
Users need seamless authentication... of course.  I do not have LDAP
installed.  It's a plain server besides the 3ware RAID.


I compiled and installed samba 3.0.1, standard paths.  I followed the howto
on the samba site.

It is %99 working.  Smbd, nmbd, winbindd are all running.

#wbinfo -t
checking the trust secret via RPC calls succeeded

# wbinfo -p
Ping to winbindd succeeded on fd 4

Getent passwd, getent group works fine.

I can assign permissions to domain users like chown domain+user file

However when I try to connect from the PDC to the linux box with a domain
user account, it won't let me in.

The name of the PDC is w2ksrv1, and linux box is macfiles.  The domain
is mac.

I was able to add a local user testuser and add it through smbpasswd, and
authenticate. And view shares, and go into the tmp share.

Conf file:

   UW PICO(tm) 4.6 
File: /usr/local/samba/lib/smb.conf

[global]
   
workgroup = MAC
winbind separator = +
idmap uid = 1-2
idmap gid = 1-2
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/winnt/%D/%U
template shell = /bin/false
server string = Samba Server
hosts allow = 192.168.1. 127.
load printers = yes
log file = /var/log/samba.%m
max log size = 50  
security = user
password server = *
encrypt passwords = yes
socket options = TCP_NODELAY
   
;   interfaces = 192.168.12.2/24 192.168.13.2/24
   
dns proxy = no 
# Share Definitions
==
[homes]
   comment = Home Directories
   browseable = no 
   writable = yes  
   
# This one is useful for people to share files
[tmp]  
   comment = Temporary file space
   path = /tmp 
   read only = no  
   public = yes


File Attributes:


# ls -la /lib/libnss_winbind.so*
-rwxr-xr-x1 root root19511 Jan  2 14:29
/lib/libnss_winbind.so*
lrwxrwxrwx1 root root   22 Jan  2 14:30
/lib/libnss_winbind.so.2 - /lib/libnss_winbind.so*

Was not able to configure SAMBA with the --with-pam switch.


Also I have no /etc/pam.d directory. ( is that bad?)

Winbind output:

 /usr/local/samba/sbin/winbindd -i -d3
winbindd version 3.0.1 started.
Copyright The Samba Team 2000-2003
lp_load: refreshing parameters
Initialising global parameters
params.c:pm_process() - Processing configuration file
/usr/local/samba/lib/smb.conf
Processing section [global]
Processing section [homes]
Processing section [tmp]
adding IPC service
adding IPC service
added interface ip=192.168.1.20 bcast=192.168.1.255 nmask=255.255.255.0
added interface ip=192.168.1.20 bcast=192.168.1.255 nmask=255.255.255.0
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
resolve_lmhosts: Attempting lmhosts lookup for name MAC0x1c
resolve_wins: Attempting wins lookup for name MAC0x1c
resolve_wins: WINS server resolution selected and no WINS servers listed.
resolve_hosts: Attempting host lookup for name MAC0x20
rpc_dc_name: Returning DC W2KSRV1 (192.168.1.10) for domain MAC
IPC$ connections done by user MAC\DOMAIN ADMIN
Connecting to host=W2KSRV1
Connecting to 192.168.1.10 at port 445
Doing spnego session setup (blob length=112)
got OID=1 2 840 48018 1 2 2
got OID=1 2 840 113554 1 2 2
got OID=1 2 840 113554 1 2 2 3
got OID=1 3 6 1 4 1 311 2 2 10
got principal=w2ksrv1$@full domain name
Got challenge flags:
Got NTLMSSP neg_flags=0x60890215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x60080215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x60080215
add_trusted_domain: MAC is a native mode domain
Added domain MAC  
scanning trusted domain list
rpc: trusted_domains
rpc_dc_name: Returning DC W2KSRV1 (192.168.1.10) for domain MAC
IPC$ connections done by user MAC\DOMAIN ADMIN
Connecting to host=W2KSRV1
Connecting to 192.168.1.10 at port 445
Doing spnego session setup (blob length=112)
got OID=1 2 840 48018 1 2 2
got OID=1 2 840 113554 1 2 2
got OID=1 2 840 113554 1 2 2 3
got OID=1 3 6 1 4 1 311 2 2 10
got principal=w2ksrv1$@full domain name
Got challenge flags:
Got NTLMSSP neg_flags=0x60890215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x60080215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x60080215
scanning trusted domain list
rpc: trusted_domains


The Win2k active directory domain name is actually a SUB domain so,
mac.fulldomain.com.  Which is non-standard I believe, FYI.

When the windows system tries to connect here is the log:
# tail -f /var/log/samba.w2ksrv1
[2004/01/03 14:05:57, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(189)
  startsmbfilepwent_internal: file /usr/local/samba/private/smbpasswd did
not exist. File successfully created.
[2004/01/06 21:06:52, 1] smbd/service.c:make_connection_snum(705)
  

RE: [Samba] can't connect from windows

2002-05-19 Thread Dirk ALLAERT

use encrypted mode or import the EnablePlainTextPassword reg key on
your workstation (you can find this in the source tar)

-Oorspronkelijk bericht- 
Van: [EMAIL PROTECTED] 
Verzonden: zo 19/05/2002 3:25 
Aan: [EMAIL PROTECTED] 
CC: 
Onderwerp: [Samba] can't connect from windows



Hello all,

I've setup samba Version 2.2.0a on Slackware 8.0
# uname -a
Linux slackware 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686
unknown

I start samba as root from a console as:
/usr/sbin/smbd -D -d10 -l /var/adm/smblogs/log -s
/etc/samba/smb.conf
/usr/sbin/nmbd -D -d1 -s /etc/samba/smb.conf

In smb.conf I have:
[files]
   comment = mystuff
   valid users = nigels
   path = /usr1
   read only = no
   public = yes

I can connect to this share from another Linux machine on my
network.
However not from Windows 2000 or NT.
(eg using: net use F: \\slackware\files /user:nigels nigel )
Windows NT reports: The account is not authorised to connect
from this station.
Windows 2000: The network location cannot be reached.
from both windows machines i can do this:
C:\nbtstat -a slackware
   Table de noms NetBIOS de la machine distante

   NomType Etat
-
SLACKWARE  00  UNIQUE  Inscrit
SLACKWARE  03  UNIQUE  Inscrit
SLACKWARE  20  UNIQUE  Inscrit
..__MSBROWSE__.01  GROUP   Inscrit
WORKGROUP  00  GROUP   Inscrit
WORKGROUP  1B  UNIQUE  Inscrit
WORKGROUP  1D  UNIQUE  Inscrit
WORKGROUP  1E  GROUP   Inscrit

Adresse MAC = 00-00-00-00-00-00

C:\nbtstat -c

  Table de nom de cache distant NetBIOS

Nom   TypeAdresse d'hôte   Vie [sec]

SLACKWARE  00  UNIQUE  192.168.2.21420
WORKGROUP  1B  UNIQUE  192.168.2.21420

Slackware is the hostname of the remote machine running samba.


Any ideas/suggestions on how to get this going ?

TIA
Nigel.

PS: The end of the samba.smdb logs look like this:
(super is the name of the windows NT machine)

[2002/05/20 02:39:06, 4] lib/time.c:TimeInit(110)
  Serverzone is -7200
[2002/05/20 02:39:06, 10]
lib/util_sock.c:read_smb_length_return_keepalive(602)
  got smb length of 68e directory, but read only, except for
people in
[2002/05/20 02:39:06, 10] lib/access.c:check_access(294)
  check_access: allow = 192.168.2. 127., deny =
[2002/05/20 02:39:06, 3] lib/access.c:check_access(308)52)
  check_access: no hostnames in host allow/deny list.
[2002/05/20 02:39:06, 2] lib/access.c:check_access(319)52)
  Allowed connection from  (192.168.2.23)
[2002/05/20 02:39:06, 6] smbd/process.c:process_smb(830)2)
  got message type 0x81 of len 0x44
[2002/05/20 02:39:06, 3] smbd/process.c:process_smb(831)2)
  Transaction 0 of length 72
[2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(94)52)
  netbios connect: name1=SLACKWAREname2=SUPER
[2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(113)2)
  netbios connect: local=slackware remote=super

--
To unsubscribe from this list go to the following URL and read
the
instructions:  http://lists.samba.org/mailman/listinfo/samba



winmail.dat

Re: [Samba] can't connect from windows

2002-05-19 Thread nigel.samaroo

thanks ... it now works with Windows NT, but not windows 2000 sp2
when I try with win2k:
C:\net use F: \\slackware\files /user:nigels nigel
System error 1231 has occurred.
The network location cannot be reached. For information about network
troubleshooting, see Windows Help.

C:\net use F: \\192.168.2.21\files /user:nigels nigel
System error 51 has occurred.
The remote computer is not available.

I can ping this machine from the win2k machine by IP and host name, and can
do:
C:\nbtstat -a slackware

Local Area Connection:
Node IpAddress: [192.168.2.20] Scope Id: []

   NetBIOS Remote Machine Name Table

   Name   Type Status
-
SLACKWARE  00  UNIQUE  Registered
SLACKWARE  03  UNIQUE  Registered
SLACKWARE  20  UNIQUE  Registered
..__MSBROWSE__.01  GROUP   Registered
WORKGROUP  00  GROUP   Registered
WORKGROUP  1B  UNIQUE  Registered
WORKGROUP  1D  UNIQUE  Registered
WORKGROUP  1E  GROUP   Registered

MAC Address = 00-00-00-00-00-00

so, it seems the network is not the problem.
any ideas?

thanks
Nigel.


- Original Message -
From: Dirk ALLAERT [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, May 19, 2002 12:35
Subject: RE: [Samba] can't connect from windows


 use encrypted mode or import the EnablePlainTextPassword reg key on
 your workstation (you can find this in the source tar)

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED]
 Verzonden: zo 19/05/2002 3:25
 Aan: [EMAIL PROTECTED]
 CC:
 Onderwerp: [Samba] can't connect from windows



 Hello all,

 I've setup samba Version 2.2.0a on Slackware 8.0
 # uname -a
 Linux slackware 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686
 unknown

 I start samba as root from a console as:
 /usr/sbin/smbd -D -d10 -l /var/adm/smblogs/log -s
 /etc/samba/smb.conf
 /usr/sbin/nmbd -D -d1 -s /etc/samba/smb.conf

 In smb.conf I have:
 [files]
comment = mystuff
valid users = nigels
path = /usr1
read only = no
public = yes

 I can connect to this share from another Linux machine on my
 network.
 However not from Windows 2000 or NT.
 (eg using: net use F: \\slackware\files /user:nigels nigel )
 Windows NT reports: The account is not authorised to connect
 from this station.
 Windows 2000: The network location cannot be reached.
 from both windows machines i can do this:
 C:\nbtstat -a slackware
Table de noms NetBIOS de la machine distante

NomType Etat
 -
 SLACKWARE  00  UNIQUE  Inscrit
 SLACKWARE  03  UNIQUE  Inscrit
 SLACKWARE  20  UNIQUE  Inscrit
 ..__MSBROWSE__.01  GROUP   Inscrit
 WORKGROUP  00  GROUP   Inscrit
 WORKGROUP  1B  UNIQUE  Inscrit
 WORKGROUP  1D  UNIQUE  Inscrit
 WORKGROUP  1E  GROUP   Inscrit

 Adresse MAC = 00-00-00-00-00-00

 C:\nbtstat -c

   Table de nom de cache distant NetBIOS

 Nom   TypeAdresse d'hôte   Vie [sec]
 
 SLACKWARE  00  UNIQUE  192.168.2.21420
 WORKGROUP  1B  UNIQUE  192.168.2.21420

 Slackware is the hostname of the remote machine running samba.


 Any ideas/suggestions on how to get this going ?

 TIA
 Nigel.

 PS: The end of the samba.smdb logs look like this:
 (super is the name of the windows NT machine)

 [2002/05/20 02:39:06, 4] lib/time.c:TimeInit(110)
   Serverzone is -7200
 [2002/05/20 02:39:06, 10]
 lib/util_sock.c:read_smb_length_return_keepalive(602)
   got smb length of 68e directory, but read only, except for
 people in
 [2002/05/20 02:39:06, 10] lib/access.c:check_access(294)
   check_access: allow = 192.168.2. 127., deny =
 [2002/05/20 02:39:06, 3] lib/access.c:check_access(308)52)
   check_access: no hostnames in host allow/deny list.
 [2002/05/20 02:39:06, 2] lib/access.c:check_access(319)52)
   Allowed connection from  (192.168.2.23)
 [2002/05/20 02:39:06, 6] smbd/process.c:process_smb(830)2)
   got message type 0x81 of len 0x44
 [2002/05/20 02:39:06, 3] smbd/process.c:process_smb(831)2)
   Transaction 0 of length 72
 [2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(94)52)
   netbios connect: name1=SLACKWAREname2=SUPER
 [2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(113)2)
   netbios connect: local=slackware remote=super

 --
 To unsubscribe from this list go to the following URL and read
 the
 instructions:  http://lists.samba.org/mailman/listinfo/samba





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] can't connect from windows

2002-05-19 Thread nigel.samaroo

it's resolved now
stupid mistake .. didn't have 'client for microsoft networks' enabled on the
win2k machine.
Nigel.

- Original Message -
From: Dirk ALLAERT [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, May 19, 2002 12:35
Subject: RE: [Samba] can't connect from windows


 use encrypted mode or import the EnablePlainTextPassword reg key on
 your workstation (you can find this in the source tar)

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED]
 Verzonden: zo 19/05/2002 3:25
 Aan: [EMAIL PROTECTED]
 CC:
 Onderwerp: [Samba] can't connect from windows



 Hello all,

 I've setup samba Version 2.2.0a on Slackware 8.0
 # uname -a
 Linux slackware 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686
 unknown

 I start samba as root from a console as:
 /usr/sbin/smbd -D -d10 -l /var/adm/smblogs/log -s
 /etc/samba/smb.conf
 /usr/sbin/nmbd -D -d1 -s /etc/samba/smb.conf

 In smb.conf I have:
 [files]
comment = mystuff
valid users = nigels
path = /usr1
read only = no
public = yes

 I can connect to this share from another Linux machine on my
 network.
 However not from Windows 2000 or NT.
 (eg using: net use F: \\slackware\files /user:nigels nigel )
 Windows NT reports: The account is not authorised to connect
 from this station.
 Windows 2000: The network location cannot be reached.
 from both windows machines i can do this:
 C:\nbtstat -a slackware
Table de noms NetBIOS de la machine distante

NomType Etat
 -
 SLACKWARE  00  UNIQUE  Inscrit
 SLACKWARE  03  UNIQUE  Inscrit
 SLACKWARE  20  UNIQUE  Inscrit
 ..__MSBROWSE__.01  GROUP   Inscrit
 WORKGROUP  00  GROUP   Inscrit
 WORKGROUP  1B  UNIQUE  Inscrit
 WORKGROUP  1D  UNIQUE  Inscrit
 WORKGROUP  1E  GROUP   Inscrit

 Adresse MAC = 00-00-00-00-00-00

 C:\nbtstat -c

   Table de nom de cache distant NetBIOS

 Nom   TypeAdresse d'hôte   Vie [sec]
 
 SLACKWARE  00  UNIQUE  192.168.2.21420
 WORKGROUP  1B  UNIQUE  192.168.2.21420

 Slackware is the hostname of the remote machine running samba.


 Any ideas/suggestions on how to get this going ?

 TIA
 Nigel.

 PS: The end of the samba.smdb logs look like this:
 (super is the name of the windows NT machine)

 [2002/05/20 02:39:06, 4] lib/time.c:TimeInit(110)
   Serverzone is -7200
 [2002/05/20 02:39:06, 10]
 lib/util_sock.c:read_smb_length_return_keepalive(602)
   got smb length of 68e directory, but read only, except for
 people in
 [2002/05/20 02:39:06, 10] lib/access.c:check_access(294)
   check_access: allow = 192.168.2. 127., deny =
 [2002/05/20 02:39:06, 3] lib/access.c:check_access(308)52)
   check_access: no hostnames in host allow/deny list.
 [2002/05/20 02:39:06, 2] lib/access.c:check_access(319)52)
   Allowed connection from  (192.168.2.23)
 [2002/05/20 02:39:06, 6] smbd/process.c:process_smb(830)2)
   got message type 0x81 of len 0x44
 [2002/05/20 02:39:06, 3] smbd/process.c:process_smb(831)2)
   Transaction 0 of length 72
 [2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(94)52)
   netbios connect: name1=SLACKWAREname2=SUPER
 [2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(113)2)
   netbios connect: local=slackware remote=super

 --
 To unsubscribe from this list go to the following URL and read
 the
 instructions:  http://lists.samba.org/mailman/listinfo/samba





-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] can't connect from windows

2002-05-18 Thread nigel . samaroo

Hello all,

I've setup samba Version 2.2.0a on Slackware 8.0
# uname -a
Linux slackware 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686 unknown

I start samba as root from a console as:
/usr/sbin/smbd -D -d10 -l /var/adm/smblogs/log -s /etc/samba/smb.conf
/usr/sbin/nmbd -D -d1 -s /etc/samba/smb.conf

In smb.conf I have:
[files]
   comment = mystuff
   valid users = nigels
   path = /usr1
   read only = no
   public = yes

I can connect to this share from another Linux machine on my network.
However not from Windows 2000 or NT.
(eg using: net use F: \\slackware\files /user:nigels nigel )
Windows NT reports: The account is not authorised to connect from this station.
Windows 2000: The network location cannot be reached.
from both windows machines i can do this:
C:\nbtstat -a slackware
   Table de noms NetBIOS de la machine distante

   NomType Etat
-
SLACKWARE  00  UNIQUE  Inscrit
SLACKWARE  03  UNIQUE  Inscrit
SLACKWARE  20  UNIQUE  Inscrit
..__MSBROWSE__.01  GROUP   Inscrit
WORKGROUP  00  GROUP   Inscrit
WORKGROUP  1B  UNIQUE  Inscrit
WORKGROUP  1D  UNIQUE  Inscrit
WORKGROUP  1E  GROUP   Inscrit

Adresse MAC = 00-00-00-00-00-00

C:\nbtstat -c

  Table de nom de cache distant NetBIOS

Nom   TypeAdresse d'hôte   Vie [sec]

SLACKWARE  00  UNIQUE  192.168.2.21420
WORKGROUP  1B  UNIQUE  192.168.2.21420

Slackware is the hostname of the remote machine running samba.


Any ideas/suggestions on how to get this going ?

TIA
Nigel.

PS: The end of the samba.smdb logs look like this:
(super is the name of the windows NT machine)

[2002/05/20 02:39:06, 4] lib/time.c:TimeInit(110)
  Serverzone is -7200
[2002/05/20 02:39:06, 10] lib/util_sock.c:read_smb_length_return_keepalive(602)
  got smb length of 68e directory, but read only, except for people in
[2002/05/20 02:39:06, 10] lib/access.c:check_access(294)
  check_access: allow = 192.168.2. 127., deny =
[2002/05/20 02:39:06, 3] lib/access.c:check_access(308)52)
  check_access: no hostnames in host allow/deny list.
[2002/05/20 02:39:06, 2] lib/access.c:check_access(319)52)
  Allowed connection from  (192.168.2.23)
[2002/05/20 02:39:06, 6] smbd/process.c:process_smb(830)2)
  got message type 0x81 of len 0x44
[2002/05/20 02:39:06, 3] smbd/process.c:process_smb(831)2)
  Transaction 0 of length 72
[2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(94)52)
  netbios connect: name1=SLACKWAREname2=SUPER
[2002/05/20 02:39:06, 2] smbd/reply.c:reply_special(113)2)
  netbios connect: local=slackware remote=super

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba