When I try to connect to Linux SMB share I got error:
ERROR: do_connect: Connection to 192.168.234.223 failed (Error NT_STATUS_IO_TIMEOUT)
const client = new sambaClient({
address: "//192.168.200.207/exp",
domain: "LOREANS",
username: "loran",
password: "Asd12345",
maxProtocol: 'SMB3',
maskCmd: true,
});
But when I connect through smbclient directly trough Linux terminal, everything is fine, and to Windows SMB share is working correctly too