Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Addendum: Switch the SMB stack to use SMB1 as default for all users' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Addendum: Switch the SMB stack to use SMB1 as default for all users
Authored by: MacParc on Dec 19, '13 12:55:55AM
There's also a possibility to change all connections to use SMB1 system-wide (for all users) by entering this command in Terminal:

sudo sh -c "echo '[default]' >> /etc/nsmb.conf; echo 'smb_neg=smb1_only' >> /etc/nsmb.conf"


To restore the default SMB2 you simply need to delete the newly created configuration file (nsmb.conf) with the command:

sudo rm /etc/nsmb.conf


[ Reply to This | # ]