- Tengo una diskstation sinalogy
- Intento montar un recurso compartido en debian
- Error de lanzamiento (el problema es el mismo si vers=1.0 y sin vers)
$ mount -t cifs -o username=m.somogyi,vers=2.0 //192.168.0.200/Kozos /mnt/ds1-common/
Password for m.somogyi@//192.168.0.200/Kozos: ***************
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
- dmesg
[67709.365595] CIFS VFS: Error connecting to socket. Aborting operation.
[67709.366507] CIFS VFS: cifs_mount failed w/return code = -115
- la lista de acciones está funcionando
# smbclient -L FILESERVER -U m.somogyi
Enter WORKGROUP\m.somogyi's password:
Sharename Type Comment
--------- ---- -------
...
Kozos Disk
...
- IP directa no funciona
smbclient -L 192.168.0.200 -U m.somogyi
do_connect: Connection to 192.168.0.200 failed (Error NT_STATUS_IO_TIMEOUT)
- Si agrego FILESERVER a /etc/hosts el problema es el mismo
- Conectarse para compartir en Windows (7,8,10, etc.) funciona correctamente
- versión del sistema
$ uname -a
Linux msdebian 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
Respuesta1
Cometí un error y la dirección IP correcta es192.168.0.220