I cannot get my F18 PC to allow other network machines to connect to my shared directory.
I set "security = share" in my smb.conf file.
I disabled SELINUX, I stop the firewall service.
I can see the STORAGE share in windows explorer. It asks me for a user/passwd which I have set using smbpasswd but denies access.
I can access my home directory share, and if I go to the "storage" folder in the home directory, I have full access of the /home/phillip/storage folder and all files, but NOT if I try via the 'storage' share ??
I am showing the output of 'testparm' on my PC.
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++
[phillip@fedora18 ~]$ testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: Ignoring invalid value 'share' for parameter 'security'
Processing section "[homes]"
Processing section "[printers]"
Processing section "[storage]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = MSHOME
netbios name = STORAGE
server string = Samba Server Version %v
interfaces = lo, eth0, 192.168.1.100/24
log file = /var/log/samba/log.%m
max log size = 50
idmap config * : backend = tdb
hosts allow = 127., 192.168.1.
cups options = raw
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0700
directory mask = 0700
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
print ok = Yes
browseable = No
[storage]
comment = Network Storage
path = /home/phillip/storage
read only = No
create mask = 0777
directory mask = 0777
guest only = Yes
guest ok = Yes
++++++++++++++++++++++++++++++++++++++++++++++++++ ++
I set "security = share" in my smb.conf file.
I disabled SELINUX, I stop the firewall service.
I can see the STORAGE share in windows explorer. It asks me for a user/passwd which I have set using smbpasswd but denies access.
I can access my home directory share, and if I go to the "storage" folder in the home directory, I have full access of the /home/phillip/storage folder and all files, but NOT if I try via the 'storage' share ??
I am showing the output of 'testparm' on my PC.
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++
[phillip@fedora18 ~]$ testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: Ignoring invalid value 'share' for parameter 'security'
Processing section "[homes]"
Processing section "[printers]"
Processing section "[storage]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = MSHOME
netbios name = STORAGE
server string = Samba Server Version %v
interfaces = lo, eth0, 192.168.1.100/24
log file = /var/log/samba/log.%m
max log size = 50
idmap config * : backend = tdb
hosts allow = 127., 192.168.1.
cups options = raw
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0700
directory mask = 0700
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
print ok = Yes
browseable = No
[storage]
comment = Network Storage
path = /home/phillip/storage
read only = No
create mask = 0777
directory mask = 0777
guest only = Yes
guest ok = Yes
++++++++++++++++++++++++++++++++++++++++++++++++++ ++