Charlie McElfresh
2006-Apr-05 08:14 UTC
[Samba] tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Hi, I am running samba 2.2.12 on Freebsd 4.3, on an internal network, with no firewall. I have a very simple smb.conf. Here are the relevant entries: [global] workgroup = Workgroup socket options = TCP_NODELAY printing = bsd guest account = nobody hosts allow = 192.168.1.0/24 [tmp] comment = Temporary file space browseable = yes writeable = yes path = /temp read only = no public = yes create mode = 0777 /temp is owned by nobody, and has read / write privileges for everyone. My windows machines can see the samba server, but they cannot browse to it. When I run root@machinename# smbclient //machinename/ I get the following output: added interface ip=192.168.1.151 bcast=192.168.1.255 nmask=255.255.255.0 Password: Anonymous login successful Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.12] tree connect failed: NT_STATUS_BAD_NETWORK_NAME Help appreciated. Charlie
Robert Mortimer
2006-Apr-05 10:27 UTC
[Samba] tree connect failed: NT_STATUS_BAD_NETWORK_NAME
> Hi, > > I am running samba 2.2.12 on Freebsd 4.3, on an > internal network, with no firewall. I have a very > simple smb.conf. Here are the relevant entries: > > [global] > workgroup = Workgroup > socket options = TCP_NODELAY > printing = bsd > guest account = nobody > hosts allow = 192.168.1.0/24 >Where in the section above is the host name for your SAMBA machine? Do you have a line like netbios name = HOTSTUFF If the machine has no name I guess that may be why you can not find it.> [tmp] > comment = Temporary file space > browseable = yes > writeable = yes > path = /temp > read only = no > public = yes > create mode = 0777 > > /temp is owned by nobody, and has read / write > privileges for everyone. > > My windows machines can see the samba server, but they > cannot browse to it. > > When I run > > root@machinename# smbclient //machinename/ > > I get the following output: > > added interface ip=192.168.1.151 bcast=192.168.1.255 > nmask=255.255.255.0 > Password: > Anonymous login successful > Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.12] > tree connect failed: NT_STATUS_BAD_NETWORK_NAME > > Help appreciated. > > Charlie > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >