Hi
I've been wrestling for a samba problem for over 3 days now. I've checked every forum and searched the net but I cant seem to find the problem.
I'm running samba 3.0.35 on Feudora RC2, with Shorewall as a firewall.
I've added users and machine accounts and enabled them.
My problem is this:
- I can access the smb server, but can't access the shares. (Access Denied)
(this gives me the idea that the firewall is correctly configured)
Local Network: 192.168.1.1 (eth0)
Internet: 81.229.122.2XX (eth1)
File Permissions on all shares: 755 (user:iztari,group:users)
Client: WinXP (SP2)
My SMB.CONF:
--------------------------------------------------------------------------------------
# Global parameters
[global]
workgroup = TUX-NET
os level = 64
netbios name = SERVER
write list = @users
encrypt passwords = yes
server string = Samba %v
security = SHARE
smb passwd file = /etc/samba/smbpasswd
interfaces = eth0
bind interfaces only = yes
[filmer]
comment = Filmer
path = /public/share/film/
read only = no
writeable = yes
guest ok = yes
public = yes
browseable = yes
-----------------------------------------------------------------------------------------
(all other shares are identical)
LOG FILES:
smbd.log
------------------------------------------------------------------------------------------
[2004/06/21 15:21:52, 0] smbd/server.c:main(757)
smbd version 3.0.3-5 started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/06/21 15:29:38, 1] smbd/service.c:make_connection_snum(619)
xp-1 (192.168.1.10) connect to service filmer initially as user iztari (uid=500, gid=100) (pid 7671)
--------------------------------------------------------------------------------------------
nmbd.log:
--------------------------------------------------------------------------------------------
2004/06/21 15:21:48, 0] nmbd/nmbd.c:main(665)
Netbios nameserver version 3.0.3-5 started.
Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/06/21 15:24:56, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server SERVER is now a local master browser for workgroup TUX-NET on subnet 192.168.1.1
*****
---------------------------------------------------------------------------------------------
Any one got a qlue? If so please answer me, since I need to have Samba up and running as soon as possible