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
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to