On Wed, 4 Aug 2004, Simon Wong wrote: > Afternoon all! > > I am hoping someone on this enlightened list can help me as I've run out > of ideas to try. > > After a recent domain upgrade from an NT to Windows 2003 domain at my > work I can no longer mount shares on a Windows 2000 server. > > After extensive testing and trialling of the cifs modules and smbfs I > have discovered that I can mount shares from another server (windows > 2003) using smbfs and cifs. It is also part of the domain. > > The server was rebooted over the weekend and it seems that something was > waiting for a reboot to become active/change. > > Trying to mount with smbfs as I previously had results in the error: > > # mount //srv2/Users > cli_negprot: SMB signing is mandatory and we have disabled it. > 4804: protocol negotiation failed > SMB connection failed
Either upgrade your Samba to support signing (as the latest Samba does by default) or modify your 2003 server to disable signing (see the MS knowledgebase of getting NT 4 for talk to 2K3 domain controllers - the same applies). > So googling told me that I must use CIFS. That's a seperate thing from connection signing. You have a signing problem. Mike -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
