Собственно для записи со старых камер D-Link на сервер linux Samba требуется понижение протокола до версии SMBv1
Я с дуру поставил самый свежий 11 Debian, и переставить не могу, т.к. сервер в другом городе и доступ у меня только по SSH(((
Версия ОС SMP Debian 11 5.10.46-4 (2021-08-03)
Версия Samba (Version 4.13.5-Debian)
max protocol = NT1
не прокатывает((
Или как вариант подскажите, как можно посмотреть в чём дело в логах samba по подробнее (log level = 10 уже стоит), сейчас в логе только это:
[2021/09/14 16:22:02.458556, 3, pid=124220, effective(0, 0), real(0, 0)] ../../lib/util/access.c:369(allow_access)
Allowed connection from 12.77.0.183 (12.77.0.183)
[2021/09/14 16:22:02.458589, 10, pid=124220, effective(0, 0), real(0, 0)] ../../source3/smbd/process.c:3897(smbd_add_connection)
Connection allowed from ipv4:12.77.0.183:4001 to ipv4:12.77.0.31:445
[2021/09/14 16:22:02.458681, 5, pid=124220, effective(0, 0), real(0, 0)] ../../lib/util/debug.c:811(debug_dump_status)
smb.conf:
[global]
workgroup = WORKGROUP
security = user
map to guest = bad user
wins support = no
dns proxy = no
log level = 10
max log size = 20480
client min protocol = NT1
client max protocol = NT1
server min protocol = NT1
server max protocol = NT1
#max protocol = LANMAN1
[183]
path = /home/cams/captures/183
valid users = cams, 183
guest ok = yes
browsable = yes
writable = yes
read only = no
create mask = 0777
directory mask = 0777