Search code examples
linuxmacosdebianvirtualboxsamba

smbclient linux / os x nt_status_pipe_broken


I try to connect with a Debian on a shared folder in Mac Os X Mavericks with samba.

I try this : smbclient -L //192.168.0.1 -U myUser

I have got following error :

tree connect failed: NT_STATUS_PIPE_BROKEN

I use virtualbox, os x is host and debian the guest, i don't want use share folder virtualbox, it 's too slow.

Can you help me ? Thank


Solution

  • Os X not use SMB signing.

    You can use this solution :

    smbclient -L //192.168.0.1 -U myUser --signing=off