[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Linux] samba



Estoy tratando de configurar samba en mi maquina linux con red hat 7.0,
pero me esta sacando algunos errores.

Mis dudas son:

Tengo que montar cada PC con windows en mi linux para que pueda verla?
Cuando le doy la orden findsmb me saca lo siguiente: (se ven las maquinas)

[root@kau RedHat]# ./findsmb
  

  

IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
--------------------------------------------------------------------- SSL:
Error error setting CA cert locations: error:00000000::lib(0) :func(0)
:reason(0) 
trying default locations. 148.209.12.16 WMASTER [TELEINFO] SSL:
Error error setting CA cert locations: error:00000000::lib(0) :func(0)
:reason(0) 
trying default locations. 148.209.12.17 ISRAEL +[RIUADY] SSL:
Error error setting CA cert locations: error:00000000::lib(0) :func(0)
:reason(0) 
trying default locations. 148.209.12.18 DNOVELO [TELEINFO] SSL:
Error error setting CA cert locations: error:00000000::lib(0) :func(0)
:reason(0) 

y asi con todas las maquinas windows (estamos en la misma red local)

Cuando intento la opcion para dar punto de montaje:

smbmount //DNOVELO/C /mnt/Samba/DNOVELO/disco_c 

(aqui cree el directorio Samba, DNOVELO y disco_c en /mnt)

me saca el siguiente error:

[root@kau RedHat]# smbmount //DNOVELO/C /mnt/Samba/DNOVELO/disco_c
params.c:Parameter() - Ignoring badly formed line in configuration file:
148.209.12.18/255.255.255.0 127.0.0.1/255.255.255.0 
getlmhostsent: Ill formed hosts line [148.209.12.] 
getlmhostsent: Ill formed hosts line [148.209.12.15] 
getlmhostsent: Ill formed hosts line [148.209.12.18]
Password: 

tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree
connect.)
SMB connection failed  

Porfis me podrian decir que onda? hay un archivo smbpasswd en /etc, esta
vacio, aqui edito el passwd para samba?

El smb.conf lo tengo asi (en algunas lineas):

[global]
 
# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = Teleinfo
   netbios name= 148.209.12.15 # server string is the equivalent of the NT
Description field
   server string = Samba SMB Server
   interfaces = 148.209.12.15
                148.209.12.18
   bind interfaces only = Yes
   security = SHARE   

   hosts allow = 148.209.1. 148.209.12. 

# Security mode. Most people will want user level security. See #
security_level.txt for details. # security = user # Use password server
option only with security = server # password server =
 
# Password Level allows matching of _n_ characters of the password for #
all combinations of upper and lower case. #password level = 8
#username level = 8 

De antemano gracias por sus comentarios, disculpandome por esta
intrerrupcion.

Saludos


Lista de correo linux en linux net mx
Preguntas linux-owner en linux net mx
http://www.linux.net.mx/



[Hilos de Discusión] [Fecha] [Tema] [Autor]