Hi. I Work for ricoh in South Africa, and getting the scan to folder working on any Mac is a mission but possible.
Just follow the steps listed below and it should work.
Regarding the shared folder on the Mac, please check the following settings:
- 1) Select "System Preferences" > "Sharing".
- 2) Select the shared folder that you created, and click the "Options" button.
- 3) Confirm that the "Windows File Sharing" setting and "Share files and folders using SMB" setting are enabled for shared user accounts.
SMB signing on the Mac:
Check the configuration of the SMB-signing setting. If the setting is enabled, it needs to be disabled.
[-] How to check if SMB signing is enabled or disabled
To open the Terminal application, see the following section.
1) Open the Terminal application, which is located in Utilities.
[-] How to open Terminal
- 1) Open Finder.
- 2) Select Application in the sidebar and open Utility.
- 3) Open Terminal.
- 2) Check the settings for SMB signing. Execute the following command in Terminal:
echo "show com.apple.smb" | scutil
3) Check the items "SigningEnabled" and "SigningRequired". If it is set to "FALSE", the environment can use Scan to SMB.
<dictionary> { AclsEnabled : FALSE
AllowDropboxShare : TRUE
AllowGuestAccess : FALSE
DOSCodePage : 932
EnabledServices : <array> {
0 : disk
}
MaxClients : 500
NetBIOSName : MACBOOKPRO-935F
ProtocolVersionMap : 3
RegisterWINSName : TRUE
SequesterDurationMins : 1440
ServerDescription : hyouka 縺ョ MacBook Pro
SharingEnabled : TRUE
SigningEnabled : FALSE
SigningRequired : FALSE
TransportKeepAlive : 120
VirtualAdminShares : TRUE
VirtualHomeShares : TRUE
Workgroup : WORKGROUP
}-] How to disable SMB signing
Warning: Because these settings are related to security, please ask the customer to configure them. In addition, this configuration is related to Mac OS X 10.10 Yosemite, so please ask them to contact Apple regarding any inquiries about this.
- 1) Open the Terminal application, which is located in Utilities.
- 2) Execute the following commands to set SigningRequired and SigningEnabled to "FALSE":
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist SigningRequired -bool 'FALSE'
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist SigningEnabled -bool 'FALSE'
Reboot MAC
This part must be done from a windows machine
Time & Date setting on the MFP:
The MFP needs to coincide with the time that is set on the Mac in consideration of the time zone. If the time on the MFP and the Mac are different by more than two hours, Scan to SMB will fail.
Authentication method on the MFP:
The authentication method needs to be changed from NTLM to NTLMv2 via Telnet:
[-] How to check or change if authentication method is NTLM to NTLMv2
Notes when using Telnet:
- Only one user at a time can log on to perform remote maintenance.
- If Windows Vista or a later Windows OS is being used, "Telnet Client" in Windows Features must be enabled beforehand.
To open the Command Prompt, see the following section.
[-] How to open the Command Prompt
One of the quickest ways to start the Command Prompt is to click the Windows Start button and type "cmd":
To Top
1) Use the IP address or the hostname of the machine to start Telnet.
% telnet "IP address"
For example, if the machine's IP address is "192.168.15.16", enter the address as follows:
% telnet 192.168.15.16
2) Enter the username and password.
Both the username and password are the same as the one for the administrator of Web Image Monitor.
3) Enter a command.
msh> smb client auth
- Displays the current setting.
msh> smb client auth 1
- Enables NTLMv2.
4) Exit Telnet.
msh> logout
A message asking to confirm saving the changes appears.
5) Type "yes" to save the changes and then press Enter.
If you do not want to save the changes, type "no" and then press Enter. To make further changes, type "return" in the command line and then press Enter key.
Notes:
- If the message "Cannot write NVRAM information" appears, the changes are not saved. In that case, repeat the procedure above.
- When the changes are saved, the network interface board is reset automatically with those changes applied.
To Top
msh> smb client auth
-Displays the current setting
msh> smb client auth 1
-Enables NTLMv2
msh> logout
-Saves data
Setting value |
Result |
0 (default) |
SMB client uses NTLM/LM authentication. |
1 |
SMB client uses NTLMv2/NTLM/LM authentication. |
Authentication level setting: The device will use only one protocol with the priority that is the highest among the available protocols. The priorities are listed in the table below. The device cannot switch between them automatically.
Priority |
Authentication |
Level 0 (default) |
Level 1 |
High| Low |
NTLMv1 |
NTLMv2 |
LAN Manager |
NTLMv1 |
Plain Text |
LAN Manager |
N/A |
Plain Text |