Estoy intentando configurar un servidor de archivos CentOS 7 usando SMB y me encuentro con un pequeño problema. Puedo hacer ping al servidor perfectamente desde mi máquina con Windows 10:
Pinging green-lightning [192.168.1.191] with 32 bytes of data:
Reply from 192.168.1.191: bytes=32 time<1ms TTL=64
Reply from 192.168.1.191: bytes=32 time<1ms TTL=64
Reply from 192.168.1.191: bytes=32 time<1ms TTL=64
Reply from 192.168.1.191: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.191:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Pero cuando intento acceder al servidor en el Explorador de archivos, aparece este error:
Windows can't find '\\green-lightning'. Check the spelling and try again.
Intenté conectarme a la dirección IP, pero obtuve el mismo error. También intenté poner mi nombre de usuario en la zona pública del firewall del servidor y reiniciar el servicio SMB.
El uso de TCPing para verificar si el puerto 445 en el servidor estaba abierto reveló que era:
Probing 192.168.1.191:445/tcp - Port is open - time=8.373ms
Probing 192.168.1.191:445/tcp - Port is open - time=8.301ms
Probing 192.168.1.191:445/tcp - Port is open - time=7.904ms
Probing 192.168.1.191:445/tcp - Port is open - time=7.636ms
Ping statistics for 192.168.1.191:445
4 probes sent.
4 successful, 0 failed. (0.00% fail)
Approximate trip times in milli-seconds:
Minimum = 7.636ms, Maximum = 8.373ms, Average = 8.054ms
El puerto TCP 139 también estaba abierto.
Obviamente estoy haciendo algo mal aquí; ¿qué es?
Respuesta1
Solo revisando; ¿Estás haciendo SMBv1? Con Windows 10, SMBv1 está deshabilitado, así que intente habilitarlo desde "Activar o desactivar funciones de Windows" -> "Soporte para compartir archivos SMB 1.0/CIFS".