¡Eh!,
Ive Samba instalado y configurado en CentOS 5.2. Puedo ver la carpeta compartida cuando intento el mapa en el cliente de Windows, pero al seleccionar el directorio y presione terminar me sale el error:
"La ruta de acceso de red \ \ <server> \ <dir> no pudo ser encontrado."
Esto me parece extraño considerando que permítanme navegador al directorio en el primer lugar. A continuación se muestra una copia de mi archivo smb.conf.
Alguien sabe lo que está pasando?
[global]
; General server settings
netbios name = CENTOS
server string = Samba Server Version %v
workgroup = HOME
announce version = 5.0
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
passdb backend = tdbsam
security = user
null passwords = true
username map = /etc/samba/smbusers
name resolve order = hosts wins bcast
wins support = yes
;printing = CUPS
;printcap name = CUPS
syslog = 1
syslog only = yes
interfaces = eth* lo
bind interfaces only = yes
host allow = 192.168.0.0/255.255.255.0
; NOTE: If you need access to the user home directories uncomment the
; lines below and adjust the settings to your hearts content.
;[homes]
;valid users = %S
;create mode = 0600
;directory mode = 0755
;browseable = no
;read only = no
;veto files = /*.{*}/.*/mail/bin/
; NOTE: Only needed if you run samba as a primary domain controller.
; Not needed as this config doesn't cover that matter.
;[netlogon]
;path = /var/lib/samba/netlogon
;admin users = Administrator
;valid users = %U
;read only = no
; NOTE: Again - only needed if you're running a primary domain controller.
;[Profiles]
;path = /var/lib/samba/profiles
;valid users = %U
;create mode = 0600
;directory mode = 0700
;writeable = yes
;browseable = no
; NOTE: Inside this place you may build a printer driver repository for
; Windows - I'll cover this topic in another HOWTO.
;[print$]
;path = /var/lib/samba/printers
;browseable = yes
;guest ok = yes
;read only = yes
;write list = root
;create mask = 0664
;directory mask = 0775
;[printers]
;path = /tmp
;printable = yes
;guest ok = yes
;browseable = no
; Uncomment if you need to share your CD-/DVD-ROM Drive
;[DVD-ROM Drive]
;path = /media/cdrom
;browseable = yes
;read only = yes
;guest ok = yes
[public_share]
path = /home/public_share/
browseable = yes
read only = no
guest ok = no
create mask = 0644
directory mask = 0755
force user = root
force group = root
-
- [global]
- ; General server settings
- netbios name = CENTOS
- server string = Samba Server Version %v
- workgroup = HOME
- announce version = 5.0
- socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
-
- passdb backend = tdbsam
- security = user
- null passwords = true
- username map = /etc/samba/smbusers
- name resolve order = hosts wins bcast
-
- wins support = yes
-
- ;printing = CUPS
- ;printcap name = CUPS
-
- syslog = 1
- syslog only = yes
-
- interfaces = eth* lo
- bind interfaces only = yes
- host allow = 192.168.0.0/255.255.255.0
-
- ; NOTE: If you need access to the user home directories uncomment the
- ; lines below and adjust the settings to your hearts content.
- ;[homes]
- ;valid users = %S
- ;create mode = 0600
- ;directory mode = 0755
- ;browseable = no
- ;read only = no
- ;veto files = /*.{*}/.*/mail/bin/
-
- ; NOTE: Only needed if you run samba as a primary domain controller.
- ; Not needed as this config doesn't cover that matter.
- ;[netlogon]
- ;path = /var/lib/samba/netlogon
- ;admin users = Administrator
- ;valid users = %U
- ;read only = no
-
- ; NOTE: Again - only needed if you're running a primary domain controller.
- ;[Profiles]
- ;path = /var/lib/samba/profiles
- ;valid users = %U
- ;create mode = 0600
- ;directory mode = 0700
- ;writeable = yes
- ;browseable = no
-
- ; NOTE: Inside this place you may build a printer driver repository for
- ; Windows - I'll cover this topic in another HOWTO.
- ;[print$]
- ;path = /var/lib/samba/printers
- ;browseable = yes
- ;guest ok = yes
- ;read only = yes
- ;write list = root
- ;create mask = 0664
- ;directory mask = 0775
-
- ;[printers]
- ;path = /tmp
- ;printable = yes
- ;guest ok = yes
- ;browseable = no
-
- ; Uncomment if you need to share your CD-/DVD-ROM Drive
- ;[DVD-ROM Drive]
- ;path = /media/cdrom
- ;browseable = yes
- ;read only = yes
- ;guest ok = yes
-
- [public_share]
- path = /home/public_share/
- browseable = yes
- read only = no
- guest ok = no
- create mask = 0644
- directory mask = 0755
- force user = root
- force group = root
-