Skip to content

I have strange behavior with sambaClient on Linux SMB share #61

@LuckyanenkoArtur

Description

@LuckyanenkoArtur

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions