I am having trouble getting samba to let me access the share I put on my LFS 3.3 box.

attached is the dialog I get in windows.

the following is my smb.conf

root@webby:log# cat /etc/samba/smb.conf
[global]
    workgroup = FAMILY
    # Put your own in here.
    netbios name = WEBBY
    server string = Womack Family Server
    encrypt passwords = Yes
    smb passwd file = /etc/samba/sambapasswd
    #Easier backups
    syslog = 3
    #Level of logging to syslog.  Keep this low
    max log size = 1000
    security = SHARE
    domain master = yes
# where to keep records
    log file = /var/log/samba.log.%m
    log level = 9
    #Log interesting stuff only

    # Performance tuning - this works.  RTFM before tweaking
    socket options = IPTOS_LOWDELAY \
    TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
    dns proxy = No
    #One tool for one job.  Use bind for DNS.
    #Security
    #These  entries are essential.
    invalid users = root
    #Otherwise someone could attack the shares just by browsing
     # from your workstation

    # Specify the IP range of your LAN and the ethernet card used to
    # access the LAN
    # Leave the 127.0.0.1 entry there for diagnostics
    interfaces = eth1 192.168.0.0/255.255.255.0 127.0.0.1/24
    # Even if a remote attacker decodes a password, he is still
    # locked out
    bind interfaces only = yes

[homes]
    # Allows users to store their data on the server
    comment = Home Directories
    read only = No
    create mask = 0700
    directory mask = 0700
    browseable = Yes


[mh]
    # Create a folder for publicly shared resources like
    # databases, telephone lists, etc.
        comment = Data Files and Backups
    # You need to set his path.  Mine is...
        path = /usr/local/Alan
        read only = No
        create mask = 0775
        directory mask = 0775
        browseable = Yes
        guest ok = Yes

<<attachment: 3d73e0a6.jpg>>

Reply via email to