Find the answer to your Linux question:
Results 1 to 2 of 2
To start off im running FC6 all upto date. Im trying to get to the files on my linux box from Win xp. I can see the samba server but ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    2

    samba cfg

    To start off im running FC6 all upto date. Im trying to get to the files on my linux box from Win xp. I can see the samba server but it tells me i dont have permission. All i want is to get to the files from any computer on my home network with out a username or password. Here is my cfg.

    [global]
    netbios name = Linux_Box
    workgroup = Mshome
    security = share
    log file = /var/log/samba.log
    log level = 1
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=16384 SO_SNDBUF=16384
    wins support = yes
    domain logons = no
    logon drive = f:
    logon home = \\iceball\%U
    os level = 99
    preferred master = yes
    local master = yes
    hosts allow = 192.168.1.0 172.0.0.1
    encrypt password = yes
    browseable = yes
    lanman auth = yes
    lm announce = yes

    [shared]
    path = /Files
    path = /Files
    guest ok = yes
    writeable = yes
    create mode = 0666
    directory mode = 0777
    browseable = yes
    public = yes


    PS I got this cfg from another post on the forums.

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    2
    /bump bump bump

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...