|
LANtastic Technote
Number: TN4287
|
|
Created
On: 03/29/2000
Product:
LANTASTIC
8.0
Keywords:
INSTALL CONFIGURE SAMBA SMB LINUX FOR LANTASTIC
Subject:
HOW TO CONFIGURE SAMBA FOR USE WITH LANTASTIC.
Solution:
LANtastic only supports the original SMB 1.0 protocol, and later versions of SAMBA default to
disabling SMB1 .
To allow SMB1, you will need to edit the smb.conf file, which is the configuration file for the Samba suite.
Samba refers to SMB1 as "NT1", so the server (and/or client) min protocols should be changed to:
server min protocol = NT1
client min protocol = NT1
See:
Server Min Protocol and
Client Min Protocol
*WARNING:
As of Samba version 4.11, the ability to set NT1 (SMB1) as the minimum protocol has been disabled.
One suggested workaround is to also add "min protocol=NT1" in the smb.conf global section.
At the time of this writing, another workaround is to set one of the lesser protocols as the minimum, such as:
CORE: Earliest version. No concept of user names.
COREPLUS: Slight improvements on CORE for efficiency.
LANMAN1: First modern version of the protocol. Long filename support.
LANMAN2: Updates to Lanman1 protocol.
However these workarounds my be disabled in future versions of Samba, in which case you may need to revert to Samba version 4.10 or earlier.
After making changes to the smb.conf, Samba should be restarted:
sudo service smbd restart
sudo service nmbd restart
For detailed information on installing and configuring SAMBA, please refer to the SAMBA Wiki at Archlinux or the offical
Official SAMBA Wiki
DISCLAIMER:
THIS INFORMATION IS PROVIDED "AS IS"
WITHOUT WARRANTY OF ANY KIND, EITHER EXPLICIT
OR IMPLIED. WE HEREBY DISCLAIM ALL WARRANTIES
AND SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
CONSEQUENTIAL, INDIRECT, OR PUNITIVE DAMAGES,
OR LOST PROFITS OR REVENUE, EVEN IF IT HAS
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
SOME STATES DO NOT ALLOW THE EXCLUSION OR
LIMITATION OF LIABILITY FOR CONSEQUENTIAL
OR INCIDENTAL DAMAGES, SO THE FOREGOING LIMITATION
MAY NOT APPLY TO YOU.
Brand names, company
names, and product names are trademarks of
their respective companies.
|
|
|
|
|
|