Reply
Byte
questmaster
Posts: 7
Registered: ‎11-11-2010
0
Accepted Solution

Samba Server not found by FAT+

[ Edited ]

Hi all,

 

today I got my new FAT+ and everything went fine so far, but it does not find my NAS' samba server (Ubuntu 10.4 sever). It finds my Win7 machine, which finds my NAS' Samba server and can play files. So everything is working in principle...

 

Are there known problems? can someone post a working config? Here is my config:

 

 

[global]
        read raw = yes
        write raw = yes
        obey pam restrictions = yes
        socket options = SO_KEEPALIVE SO_SNDBUF=262144 SO_RCVBUF=262144
        block size = 65536
        map to guest = bad user
        encrypt passwords = true
        dns proxy = no
        server string = %h server (Samba, Ubuntu)
        unix password sync = yes
        workgroup = WORKGROUP
        pam password change = yes
        local master = no

[pub]
        writeable = yes
        path = /srv/ftp/pub
        force group = sambashare
        force user = ftp
        read list = nobody
        public = yes
        create mode = 775
        directory mode = 775

 

 

 Appreciating any help...

DJ

 

edit: I have updated the FAT+ to 2.20.

Byte
questmaster
Posts: 7
Registered: ‎11-11-2010
0

Re: Samba Server not found by FAT+

Ok, got it fixed. I had to configure Samba as master browser, ten everything worked...