Hi I have an old computer which only supports SMB1 protocol. Is it possible to create a share in Samba and force that share to be SMB1? Would be good id I could also only allow this one client IP to connect to it if this is possible too? Thanks -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 13. April 2020 00:18:42 schrieb Paul Groves <paul.groves.787@gmail.com>:
Hi
I have an old computer which only supports SMB1 protocol.
Is it possible to create a share in Samba and force that share to be SMB1?
Would be good id I could also only allow this one client IP to connect to it if this is possible too?
Thanks
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Yes, check this tutorial for example: http://blog.robtherock.de/how-to-re-enable-smb1-shares-in-ubuntu-18-04-i-e-f... Cheers, vinz. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/12/2020 06:46 PM, Vinzenz Vietzke wrote:
Am 13. April 2020 00:18:42 schrieb Paul Groves <paul.groves.787@gmail.com>:
Hi
I have an old computer which only supports SMB1 protocol.
Is it possible to create a share in Samba and force that share to be SMB1?
Would be good id I could also only allow this one client IP to connect to it if this is possible too?
Thanks
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Yes, check this tutorial for example: http://blog.robtherock.de/how-to-re-enable-smb1-shares-in-ubuntu-18-04-i-e-f...
Cheers, vinz.
Beginning with samba-4.11 you will need more than that, you will need to: Edit /etc/samba/smb.conf and add client min protocol = NT1 server min protocol = NT1 to the global section to restore workgroups and SMB1 restart samba -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/12/2020 03:18 PM, Paul Groves wrote:
Hi
I have an old computer which only supports SMB1 protocol.
Is it possible to create a share in Samba and force that share to be SMB1?
Would be good id I could also only allow this one client IP to connect to it if this is possible too?
Yes, this should be possible. The version of Samba included with Leap 15.1 should support SMB1 by default. Indeed, I've had to manually disable it by adding this to /etc/samba/smb.conf: server min protocol = SMB2 Samba should auto-negotiate without the entry. You should also be able to add these entries in smb.conf to allow only one client: hosts allow = <ip address> hosts deny = all Do a "man smb.conf" to get all sorts of interesting options for Samba. Regards, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
David C. Rankin
-
Lew Wolfgang
-
Paul Groves
-
Vinzenz Vietzke