…as well as /Vcfmw/Server and SMB share questions with windows and Trunas.
3 Likes
It’s great to hear that everything’s finally stable. My own issues were finally resolved a couple of weeks ago (it needed an RMA replacement.) Now we can focus on actually using our workstations.
1 Like
Thanks a lot and your 100% correct. Time to USE THEM!
Yay! At least one of these boards they shipped out is working.
This is probably not super helpful but here are the important bits of my samba setup
[global]
follow symlinks=yes
create mask=0744
server multi channel support=yes
access based share enum=yes
aio read size=1
server signing=force
directory mask=0755
vfs objects=dirsort
strict sync=yes
smb encrypt=force
tls enabled = yes
tls keyfile = /etc/tls/private/key.pem
tls certfile = /etc/tls/certs/fullchain.pem
tls priority = SECURE256:+SECURE128:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1:-VERS-DTLS1.0
use sendfile = yes
getwd cache = true
server role = standalone server
min protocol = SMB3_11
max protocol = SMB3_11
ntlm auth = no
Then for net setup
(and I really hate giving out specific numbers since what works for me may not work for someone else, and they never age well. Sorry to the guy 5 years from now who finds this post and blindly cut and pastes)
net.core.rmem_max=8388608
net.core.rmem_default=133120
net.core.wmem_max=8388608
net.core.wmem_default=400000
net.ipv4.tcp_rmem=8192 65536 8388608
net.ipv4.tcp_wmem=8192 65536 8388608
net.ipv4.tcp_tw_reuse=1
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_timestamps=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_dsack=1
net.core.default_qdisc=pfifo_fast
net.ipv4.tcp_congestion_control=bbr