LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   [OpenBSD] samba: tree connect failed: NT_STATUS_BAD_NETWORK_NAME (https://www.linuxquestions.org/questions/%2Absd-17/%5Bopenbsd%5D-samba-tree-connect-failed-nt_status_bad_network_name-572370/)

noir911 07-26-2007 05:01 AM

[OpenBSD] samba: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
 
I'm running samba on 4.1 but every time I try to connect (smbclient -U me \\\\172.16.20.15\\tmp), I get this error -

Domain=[MASK] OS=[Unix] Server=[Samba 3.0.24]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Here's my /etc/samba/smb.conf file

Code:

[global]

        encrypt passwords = yes
[/tmp]
        comment = All groups
        path = /tmp
        read only = No
        browsable = yes
        valid users = me

And I did add user password with "smbpasswd -a me"

netstat shows samba started and bind to 172.16.20.15 & 172.16.20.10 (my wifi ip - it's down). ps show smbd and nmbd running.

Any help would be much appreciated.

$ smbclient -L 172.16.20.15 -U me shows -
Password:

Domain=[MASK] OS=[Unix] Server=[Samba 3.0.24]

Sharename Type Comment
--------- ---- -------
/tmp Disk All groups
IPC$ IPC IPC Service (Samba 3.0.24)
Domain=[MASK] OS=[Unix] Server=[Samba 3.0.24]

Server Comment
--------- -------

Workgroup Master
--------- -------
WORKGROUP MASK


All times are GMT -5. The time now is 03:03 AM.