douglasbrito
(usa Debian)
Enviado em 06/11/2015 - 12:31h
boa tarde galera, instalei o arch e to tentando cofngifurar o samba nele segue o smb.conf , na outra maquina debian, da conexao recusada..
[global]
workgroup = home
server string = douglasbrito
security = user
hosts allow = ALL
log file = /var/log/samba.%m
max log size = 50
socket options = TCP_NODELAY
interfaces = 192.168.0/29
local master = no
domain master = no
preferred master = no
dns proxy = no
encrypt passwords = yes
read only = no
netbios name = Linux
create mask = 0777
case sensitive = no
[home]
comment = home
path = /home/douglasbrito
browseable = yes
guest ok = yes
writable = yes
public = yes
-----testparm----
[root@douglasbrito douglasbrito]# testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[home]"
Global parameter wins support found in service section!
Global parameter load printers found in service section!
Processing section "[homes]"
Processing section "[arquivos]"
Processing section "[printers]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = HOME
netbios name = LINUX
server string = douglasbrito
interfaces = 192.168.0/29
security = USER
log file = /var/log/samba.%m
max log size = 50
preferred master = No
local master = No
domain master = No
dns proxy = No
idmap config * : backend = tdb
read only = No
create mask = 0777
hosts allow = ALL
case sensitive = No
[home]
comment = home
path = /home/douglasbrito
guest ok = Yes
[homes]
valid users = %S
create mask = 0700
directory mask = 0700
directory mode = 0700
[arquivos]
path = /home/douglasbrito
write list = +arquivos
[printers]
comment = Todas as Impressoras
path = /var/spool/samba
guest ok = Yes
printable = Yes
browseable = No
alguam sabe o que esta ocorrendo ?