安裝好之後查看這是samba 4.10.4版
修改smb.conf
$ cd /etc/samba
$ cp smb.conf smb.conf.org
$ vi smb.conf
[global]
workgroup = tiogapass
security = user
ntlm auth = true
passdb backend = tdbsam
[homes]
comment = Home Directories
valid users = %S
browseable = no
read only = no
其中 ntlm auth = true 這行可以讓win10登入samba的時候不會出現帳號密碼錯誤的訊息重啟smba service# systemctl restart smb.service
# systemctl restart nmb.service
設定防火牆
firewall-cmd --permanent --zone=public --add-service=samba
firewall-cmd --zone=public --add-service=samba
完成
沒有留言:
張貼留言