How to force Nautilus to use SMB1?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Since the 18.04 upgrade, I am not able to connect to a Samba server using the Nautilus window. I have found out that I have to specify protocol to SMB1.0 (-o vers=1.0 in console).
I have tried to add the following commands:



max protocol = SMB1
client max protocol = SMB1


to /etc/samba/smb.conf but it did not help, still prints Function not implemented.



Any ideas how to do this?







share|improve this question






















  • I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
    – Organic Marble
    May 18 at 22:44















up vote
0
down vote

favorite












Since the 18.04 upgrade, I am not able to connect to a Samba server using the Nautilus window. I have found out that I have to specify protocol to SMB1.0 (-o vers=1.0 in console).
I have tried to add the following commands:



max protocol = SMB1
client max protocol = SMB1


to /etc/samba/smb.conf but it did not help, still prints Function not implemented.



Any ideas how to do this?







share|improve this question






















  • I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
    – Organic Marble
    May 18 at 22:44













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Since the 18.04 upgrade, I am not able to connect to a Samba server using the Nautilus window. I have found out that I have to specify protocol to SMB1.0 (-o vers=1.0 in console).
I have tried to add the following commands:



max protocol = SMB1
client max protocol = SMB1


to /etc/samba/smb.conf but it did not help, still prints Function not implemented.



Any ideas how to do this?







share|improve this question














Since the 18.04 upgrade, I am not able to connect to a Samba server using the Nautilus window. I have found out that I have to specify protocol to SMB1.0 (-o vers=1.0 in console).
I have tried to add the following commands:



max protocol = SMB1
client max protocol = SMB1


to /etc/samba/smb.conf but it did not help, still prints Function not implemented.



Any ideas how to do this?









share|improve this question













share|improve this question




share|improve this question








edited May 18 at 22:35









Kevin Bowen

13.8k145769




13.8k145769










asked May 18 at 21:59









Ekci

31




31











  • I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
    – Organic Marble
    May 18 at 22:44

















  • I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
    – Organic Marble
    May 18 at 22:44
















I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
– Organic Marble
May 18 at 22:44





I had the same problem in reverse: had to specify higher SMB levels for my fstab shares. You have to set it on the client side somewhere, and make sure the server can take that low of a level.
– Organic Marble
May 18 at 22:44











1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted











client max protocol = SMB1




In an attempt to confuse as many people as possible SMB1 in samba is called NT1. So change your line to:



client max protocol = NT1


And don't add the max protocol = SMB1 line at all. If you set up a server on your 18.04 box it will negotiate the right level to use with its clients and by default the upper limit is SMB3. Has been for years.






share|improve this answer




















  • It worked, thank you! :)
    – Ekci
    May 19 at 23:01










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037897%2fhow-to-force-nautilus-to-use-smb1%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted











client max protocol = SMB1




In an attempt to confuse as many people as possible SMB1 in samba is called NT1. So change your line to:



client max protocol = NT1


And don't add the max protocol = SMB1 line at all. If you set up a server on your 18.04 box it will negotiate the right level to use with its clients and by default the upper limit is SMB3. Has been for years.






share|improve this answer




















  • It worked, thank you! :)
    – Ekci
    May 19 at 23:01














up vote
1
down vote



accepted











client max protocol = SMB1




In an attempt to confuse as many people as possible SMB1 in samba is called NT1. So change your line to:



client max protocol = NT1


And don't add the max protocol = SMB1 line at all. If you set up a server on your 18.04 box it will negotiate the right level to use with its clients and by default the upper limit is SMB3. Has been for years.






share|improve this answer




















  • It worked, thank you! :)
    – Ekci
    May 19 at 23:01












up vote
1
down vote



accepted







up vote
1
down vote



accepted







client max protocol = SMB1




In an attempt to confuse as many people as possible SMB1 in samba is called NT1. So change your line to:



client max protocol = NT1


And don't add the max protocol = SMB1 line at all. If you set up a server on your 18.04 box it will negotiate the right level to use with its clients and by default the upper limit is SMB3. Has been for years.






share|improve this answer













client max protocol = SMB1




In an attempt to confuse as many people as possible SMB1 in samba is called NT1. So change your line to:



client max protocol = NT1


And don't add the max protocol = SMB1 line at all. If you set up a server on your 18.04 box it will negotiate the right level to use with its clients and by default the upper limit is SMB3. Has been for years.







share|improve this answer












share|improve this answer



share|improve this answer










answered May 19 at 11:26









Morbius1

69116




69116











  • It worked, thank you! :)
    – Ekci
    May 19 at 23:01
















  • It worked, thank you! :)
    – Ekci
    May 19 at 23:01















It worked, thank you! :)
– Ekci
May 19 at 23:01




It worked, thank you! :)
– Ekci
May 19 at 23:01












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037897%2fhow-to-force-nautilus-to-use-smb1%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Trouble downloading packages list due to a “Hash sum mismatch” error

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

How do I move numbers in filenames, in a batch renaming operation?