Red Hat 6.2 vs NT/Windows 2K

Peter Klosky Peter.Klosky at trw.com
Wed Jan 24 15:30:41 GMT 2001


Samba Folks,

I see in some other traffic on this list that someone else has Windows NT and/or Windows 2000 working with Samba shares for a Red Hat 6.2 box.  Our situation is that it does not work at all, and never gets past protocol negotiation.  This time, I've included both our /etc/smb.conf and the log file.  Again, our shares work perfectly with Windows 95 clients.

Can anyone who has gotten a share to work send an /etc/smb.conf and/or any comments?

Peter

2001/01/24 09:46:15, 3] smbd/process.c:switch_message(448) 
  switch message SMBnegprot (pid 23167) 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [PC NETWORK PROGRAM 1.0] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [LANMAN1.0] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [Windows for Workgroups 3.1a] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [LM1.2X002] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [LANMAN2.1] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(341) 
  Requested protocol [NT LM 0.12] 
[2001/01/24 09:46:15, 3] smbd/negprot.c:reply_negprot(421) 
  Selected protocol NT LM 0.12 
[2001/01/24 09:46:15, 3] smbd/process.c:timeout_processing(854) 
  end of file from client 
[2001/01/24 09:46:15, 2] smbd/server.c:exit_server(408) 
  Closing connections 
[2001/01/24 09:46:15, 3] smbd/server.c:exit_server(435) 
  Server exit (normal exit) 

[root at linux-fs2 samba]# cat /etc/smb.conf 

# Global parameters 
[global] 
        workgroup = MARC 
        server string = linux-fs2 Samba Server 
        security = USER 
        encrypt passwords = no 
        hosts equiv = /etc/smb_hosts.equiv 
        log level = 3 
        log file = /var/log/samba/log.%m 
        max log size = 100 
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 
        dns proxy = No 
        comment = linux-fs2 shares 

[homes] 
        comment = Home Directories 
        guest account = ftp 
        read list = silly 
        guest ok = Yes 
        browseable = No 

[swdist] 
        comment = Read-only share of /usr2/dist 
        path = /usr2/dist 
        guest ok = Yes 
        writable = no 

[swdistadmin] 
        comment = Read and write share of /usr2/dist 
        path = /usr2/dist 
        guest ok = No 
        writable = yes 
        username = mvellayan,pklosky 

[printers] 
        comment = All Printers 
        path = /var/spool/samba 
        print ok = Yes 
        browseable = No 





More information about the samba mailing list