I am trying to mount a share on a remote machine using a miminal
smb.conf as suggested in the Samba HOWTO.
Nmbd and smbd are running on the target machine.
The calling machine (server?) has the name of the target (linda2) in
/etc/smbshares.
When I try to mount I get the error message:
Got a positive name query response from 127.0.0.1 ( 192.168.0.4 )
Connecting to 192.168.0.4 at port 445
Anonymous login successful
13986: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
What do I need to do on either the target machine or the server to allow
access?
My entire smb.conf is:
[global]
workgroup = LANET
server string = Samba Server
log file = /var/log/samba.%m
max log size = 50
dns proxy = No
hosts allow = 192.168.0., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[lba]
path = /home/lba
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux
I am trying to mount a share on a linyx server using a mimimal smb.conf
as suggested in the Samba HOWTO.
I do a lot samba to Windows machine but this is the first time I have
tried to access a linux share from linux.
Nmbd and smbd are running on both machines
and both hostnames are listed in the respective /etc/smbshares.
When I try to mount the share I get the message below but nothing amiss
in /var/log/*:
The error response:
Got a positive name query response from 127.0.0.1 ( 192.168.0.4 )
Connecting to 192.168.0.4 at port 445
Anonymous login successful
16443: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
My minimal /etc/samba/smb.conf
[global]
workgroup = LANET
server string = Samba Server
log file = /var/log/samba.%m
max log size = 50
dns proxy = No
hosts allow = 192.168.0., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[share1]
path = /my_shared
guest ok = Yes
browseable = yes
Any idea what's going wrong?
Larry
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux