Service Tests

1. Checking services turned on

Command used:

sudo systemctl status smb

sudo systemctl status nmb

2. Checking open ports

Command used:

sudo ss -tuln | grep -E '139|445'

3. List of shares

Command used:

smbclient -L localhost -U brayan

Result: All shared folders are successfully listed

4. Connecting to a share

Command used:

smbclient //localhost/DocumentsEmpresa -U brayan

Result: Successfully connected to the share DocumentsEmpresa.

5. File reading test

Orders within smbclient:

ls

get proba.txt

Result: The file was successfully listed and downloaded proba.txt without problems

Esta web utiliza cookies propias y de terceros para su correcto funcionamiento y para fines analíticos. Contiene enlaces a sitios web de terceros con políticas de privacidad ajenas que podrás aceptar o no cuando accedas a ellos. Al hacer clic en el botón Aceptar, acepta el uso de estas tecnologías y el procesamiento de tus datos para estos propósitos.
Privacidad