can some one kindly help me with Samba setup before i go crazy.
this is my smb.conf:
Code:
[global]
workgroup = HOME
os level = 20
netbios name = linuxserver.no-ip.biz
encrypt passwords = yes
security = share
[linux]
comment = Linux Share
writeable = yes
public = yes
read only = no
write list = saleh,@saleh
path = /linux
allow hosts = 192.168.1.2
i can browse this share from my windows XP and red files, but i cany write to it. i get "Access Deny".
folder permission is ok:
[root@saleh ~]# ls -al / |grep linux
drwxrwxrwx 5 saleh saleh 4096 Dec 26 10:12 linux
also in windows my workgroup name is : HOME
also: in the linux server i have the user "saleh" on both /etc/password and samba user file, plus the same user and password on windows.
192.168.1.2 is my windows XP IP