Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Dreaded Win7 0x80070035 with Samba Post 302601412 by Corona688 on Thursday 23rd of February 2012 03:15:50 PM
Old 02-23-2012
SOLVED, FOR THE MOMENT!

Taking a close look at the error dumps when windows diagnostics failed, I noticed it was looking at port 445 and ONLY port 445... So I commented out this line, allowing samba to use the ports it thinks appropriate:
Code:
# smb ports = 139

...and the boss' computer was miraculously able to connect again.

For the moment, anyway. It's teased me before by working briefly then dying, and there was no reason for it to suddenly start refusing to use port 139 after using it for months. Let's hope this sticks.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Samba Help

Hi, I am very new to Unix, do know some RedHat linux. I am wanting to install samba on my unix machine. Not sure where to start, any help would be very much appreciated. Thanks, Chris Lewis (4 Replies)
Discussion started by: lewy33
4 Replies

2. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

3. Solaris

samba issue: one samba share without password prompting and the others with.

Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies

4. Linux

Unable to ping Linux guest from win7 host

Hi, I am using win7 on my PC and installed VMware on it on which i am running linux I am unable to ping my linux guest from my win machine, but i can ping my windows host from linux guest : Below is my system configuration Linux root@localhost ~]# ifconfig eth0 Link... (9 Replies)
Discussion started by: chander_1987
9 Replies

5. UNIX and Linux Applications

Samba config for Win7 clients

Hi Guys, Kindly advise what options/settings needed in smb.conf to support win7. currently we are experiencing slow connection issues from our recently upgraded win7 from XP to our Samba server ver. 3.0.33-3.7.el5_3.1 (1 Reply)
Discussion started by: RobertG
1 Replies

6. Proxy Server

Unable to access Samba share with Ubuntu on Win7

I have an issue with my Samba share - I am unable to write to it, edit a file or rename a folder etc within Windows. I am using Windows 7 and Ubuntu 12.04 and this is my Samba config. I can connect to the /sylius directory no problem (no password required), but I cannot save to it. Is... (3 Replies)
Discussion started by: crmpicco
3 Replies

7. UNIX for Advanced & Expert Users

Cp freezing from Seagate HDD to Win7

Hello all, Earlier I had a mac book and created a HFS+ file system on Seagate 1 TB external HDD, copied around 200 GB content. Now, I have a Windows 7 machine and wanted to copy the HDD contents to this new machine. Tried using MacDrive10 to mount HFS+ file system in Windows. Mouting is fine and... (1 Reply)
Discussion started by: matrixmadhan
1 Replies

8. Windows & DOS: Issues & Discussions

Forwarding wmv video directly to Dreamscene [WIN7]

So, I finally got around to getting Dreamscene to work with my Win 7 (64bit) Laptop. The only thing I find quite annoying, is that I have to "right click" a video file (.wmv/.mpg) and select "Set a Background" each time I want to change the video file. Is there a way to 'directly forward' a... (1 Reply)
Discussion started by: pasc
1 Replies
NSMB.CONF(5)						      BSD File Formats Manual						      NSMB.CONF(5)

NAME
nsmb.conf -- configuration file for SMB requests DESCRIPTION
The nsmb.conf file contains information about the computers and shares or mount points for the SMB network protocol. The configuration hierarchy is made up of several sections, each section containing a few or several lines of parameters and their assigned values. Each of these sections must begin with a section name enclosed within square brackets, similar to: [section_name] The end of each section is marked by either the start of a new section, or by the abrupt ending of the file, commonly referred to as the EOF. Each section may contain zero or more parameters such as: [section_name] key=value where key represents a parameter name, and value would be the parameter's assigned value. The SMB library uses the following information for section names: A) [default] B) [SERVER] C) [SERVER:SHARE] Possible keywords may include: Keyword Section Default Comment A B C Values addr - + - DNS name or IP address of server nbtimeout + + - 1s Timeout for resolving a NetBIOS name minauth + + - NTLM Minimum authentication level allowed port445 + + - normal How to use SMB TCP/UDP ports streams + + + yes Use NTFS Streams if server supported soft + + + Make the mount soft notify_off + + + no Turn off using notifications kloglevel + - - 0 Turn on smb kernel logging smb_neg + - - normal How to negotiate SMB 2.x signing_required + - - false Turn off smb client signing The minimum authentication level can be one of: kerberos Kerberos - NTLMv2, NTLM, LM, and plain-text password authentication are not attempted. ntlmv2 NTLMv2 - Kerberos authentication is attempted if a Kerberos token can be obtained, otherwise NTLMv2 authentication is attempted; if the server doesn't support encrypted passwords, the authentication fails. ntlm NTLM - Kerberos authentication is attempted if a Kerberos token can be obtained, otherwise NTLMv2 authentication is attempted and, if that fails, NTLMv1 authentication is attempted, with zeroes in the LM hash; if the server doesn't support encrypted passwords, the authentication fails. lm LM - Kerberos authentication is attempted if a Kerberos token can be obtained, otherwise NTLMv2 authentication is attempted and, if that fails, NTLMv1 authentication is attempted, including the LM hash; if the server doesn't support encrypted passwords, the authentication fails. none none - The same as lm except that, if the server doesn't support encrypted passwords, plain-text passwords are used. Required for servers that don't support extended security. (Note: "NetBIOS" as used below means "NetBIOS over TCP/IP.") "How to use SMB TCP/UDP ports" can be one of: normal Attempt to connect via port 445. If that is unsuccessful, try to connect via NetBIOS. netbios_only Do not attempt to connect via port 445. no_netbios Attempt to connect via port 445. If that is unsuccessful, do not try to connect via NetBIOS. "How to negotiate SMB 2.x" can be one of: normal Negotiate with SMB 1.x and attempt to negotiate to SMB 2.x. smb1_only Negotiate with only SMB 1.x. smb2_only Negotiate with only SMB 2.x. This also will set no_netbios. FILES
/etc/nsmb.conf The global configuration file. ~/Library/Preferences/nsmb.conf The user's configuration file, conflicts will be overwritten by the global file. EXAMPLES
What follows is a sample configuration file which may, or may not match your environment: # Configuration file for example.com [default] minauth=ntlmv2 streams=yes soft=yes notify_off=yes [WINXP] addr=windowsXP.apple.com All lines which begin with the '#' character are comments and will not be parsed. The ``default'' section specifies that only Kerberos and NTLMv2 authentication should be attempted; NTLM authentication should not be attempted if NTLMv2 authentication fails, and plain-text authen- tication should not be attempted if the server doesn't support encrypted passwords. SEE ALSO
smbutil(1), mount_smbfs(8) AUTHORS
This manual page was originally written by Sergey Osokin <osa@FreeBSD.org> and Tom Rhodes <trhodes@FreeBSD.org>. BSD
June 30, 2003 BSD
All times are GMT -4. The time now is 09:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy