Questions tagged [smb3]

9 questions
12
votes
2 answers

How to force Linux cifs mount to default to smb3?

I have servers which offer only SMB3 mounts for security reasons. This works well for Windows (10) clients, but not for Linux clients. They refuse to automount anything which is not SMB1. For manual mounts, the option -o vers=3.0 can be used. How…
emk2203
  • 794
8
votes
2 answers

Linux Force Default Mount CIFS Version to 3.0

I'm running Ubuntu Server 16.04.3 LTS 64-Bit with cifs-utils installed, as a VM, on a VMWare ESXi 6.5 hyper-visor. I have a regular network share setup on Windows Server 2016. The objective is to utilize Veeam Linux Agent to Backup this Linux VM to…
Steven4x4
  • 81
  • 1
  • 1
  • 3
3
votes
2 answers

Is it safe to disable SMB v2/v3 in Windows 10?

I don't use my Windows 10 machine to share or retrieve files, connect to printers, or connect to other hosts via serial port in my home network. Given the history of security flaws in the SMB protocol, the latest being published this week, I would…
Tag
  • 143
3
votes
0 answers

Obnoxious intermittent SMB issues on mojave Mac Mini (2018) server

Ever since we installed this new Mac Mini (2018) we keep having intermittent SMB issues. Setup: Mac Mini (2018) Currently on 10.14.2 and haven't updated to .3 yet because I was hoping I could get some reliability before adding another variable 2TB…
Mark
  • 31
0
votes
0 answers

How to connect to a SMB shared printer with PowerShell

We attempt to connect to a SMB shared printer in Windows 11. We follow the instruction in the documentation but get an error when conneting: Add-Printer -ConnectionName \\server.global\location-printer The error is: Add-Printer : The specified…
theking2
  • 519
0
votes
2 answers

Use SMB2 or SMB3 in Windows XP?

i have multiple PC's and the one is on Windows XP and the other ones are on Windows 7 & 10. I wanted to ask if there is any way to use SMB2 or 3 on the Windows XP PC? A upgrade isn't possible unfortunately, since it has programs that are only…
Redoxi
  • 31
0
votes
1 answer

Troubleshooting SMB connection to file share

I have a bunch of servers and a file share set up on a remote HNAS. The file share is set up to use SMB 3.1.1 and the servers are all Windows Server 2019. 5 out of 6 servers connects just fine to share, but the sixth all of a sudden decided that…
JaggenSWE
  • 275
0
votes
1 answer

How to force traffic encryption in SMB v3

How traffic encryption can be forced in SMB v3 on Windows 10 Enterprise? I have already disabled SMB v1 and SMB v2 in the registy.
M6299
  • 315
0
votes
0 answers

Adding static route results in connection loss

I have a freenas server and my main pc equipped with dual port gigabit lan cards so Ican use smb multichannel. I also had to add routes from the freenas server to each of the main pcs lan cards via each of the servers nics. After having had some…