[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mas datos de error sobre Samba Vs. Red Windows



Hola


Lo del nautilus, no tendra como en kde un dialogo de configuracion para estas 
cosas. 

Hay una cosa en tu smb.conf "security=" que igual llevo yo poniendo mal todo 
este tiempo, pero creo que cuando pone domain, server  o user, se refiere a 
la palabra tal cual. No se, podría ser el problema.

El Jueves 30 Diciembre 2004 01:52, JCV escribió:

> Desde consola si llego!! no llego desde nautilus :S desde nautilus no puedo
> ni ver lo que está compartido.
>
>
>
> truman@phenix:/etc/samba $ smbclient //telstar/escanear_c -U truman
> Password:
> Domain=[TELSTAR] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
> smb: \> ls
>   Archivos de programa              DAR        0  Thu Dec  2 00:31:34
> 2004
>   arcldr.exe                       AHSR   150528  Thu Jun 19 11:05:04
> 2003
>   arcsetup.exe                     AHSR   163840  Thu Jun 19 11:05:04
> 2004
>   NTDETECT.COM                     AHSR    34724  Tue Oct  5 18:04:00
> 2004
>   ntldr                            AHSR   215552  Tue Oct  5 18:04:00
> 2004
>   pagefile.sys                      AHS 805306368  Wed Dec 15 23:27:23
> 2004
>   RECYCLER                          DHS        0  Wed Oct  6 00:27:55
> 2004
>   WINNT                              DA        0  Sat Dec  4 00:04:30
> 2004
>
>                 38170 blocks of size 524288. 19405 blocks available
> smb: \> exit
> truman@phenix:/etc/samba $ smbclient //telstar/ -U truman
> Password:
> Domain=[TELSTAR] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
> tree connect failed: NT_STATUS_BAD_NETWORK_NAME
> truman@phenix:/etc/samba $
>
> El jue, 30-12-2004 a las 01:11 +0100, JCV escribió:
> > 	Para ingresar en la red al linux que se ha instalado mi jefe usaré
> > smbpasswd -j DOMAIN -r PDC_NAME -U Administrator... gracias por la ayuda

En 3.0, se usa net join 

man net
> > kurtz
> >
> > 	Sobre mi casa, el samba he continuado intentando configuraciones, he
> > instalado hasta el swat pero no consigo acceder a la página por lo que
> > me centraré en smb.conf "a mano" para no perder mas tiempo;
> >
> >
> > Errores ____Accediendo desde Nautilus:______________________
> >
> > Nautilus: "Error al mostrar la carpeta, El contenido de la carpeta no
> > pudo mostrarse por que no tiene los permisos suicientes para ver el
> > contenido de red <<Red Windows: maquina>>
> >
> > Errores ____Desde consola con smbclient:_______________________
> >
> > truman@phenix:/etc/samba $ smbclient -U truman -L telstar
> > Password:
> > Domain=[TELSTAR] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
> >
> >         Sharename       Type      Comment
> >         ---------       ----      -------
> >         escanear_c      Disk
> >         escanear_d      Disk
> >         IPC$            IPC       IPC remota
> >         D$              Disk      Recurso predeterminado
> >         mover a dvd     Disk
> >         ADMIN$          Disk      Admin remota
> >         C$              Disk      Recurso predeterminado
> >         Incoming        Disk
> > Domain=[TELSTAR] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
> >
> >         Server               Comment
> >         ---------            -------
> >
> >         Workgroup            Master
> >         ---------            -------
> > truman@phenix:/etc/samba $
> >
> >
> >
> >
> >
> > Archivo ____SMB.CONF____________________________
> >
> > #======================= Global Settings =======================
> >
> > [global]
> >
> > ## Browsing/Identification ###
> >
> > # Change this to the workgroup/NT-domain name your Samba server will
> > part of
> > workgroup = galaxia
> > # VICTOR
> > netbios name = phenix
> > hosts allow = 192.168.1.
> > interfaces = 192.168.1.254/24
> >
> >
> > # This will prevent nmbd to search for NetBIOS names through DNS.
> > dns proxy = no
> >
> > #### Debugging/Accounting ####
> >
> > # This tells Samba to use a separate log file for each machine
> > # that connects
> >    log file = /var/log/samba/log.%m
> >
> > # Put a capping on the size of the log files (in Kb).
> >    max log size = 1000
> >
> > # If you want Samba to only log through syslog then set the following
> > # parameter to 'yes'.
> > ;   syslog only = no
> >
> > # We want Samba to log a minimum amount of information to syslog.
> > Everything
> > # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to
> > log
> > # through syslog you should set the following parameter to something
> > higher.
> >    syslog = 0
> >
> > # Do something sensible when Samba crashes: mail the admin a backtrace
> >    panic action = /usr/share/samba/panic-action %d
> >
> >
> > ####### Authentication #######
> >
> > # "security = user" is always a good idea. This will require a Unix
> > account
> > # in this server for every user accessing the server. See
> > # /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc
> > # package for details.
> > ;   security = user
> > #VICTOR
> > security = truman

¿Estas seguro? no deberia ser security=domain o security=server tal cual?

> >
> > # You may wish to use password encryption.  See the section on
> > # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
> > encrypt passwords = yes
> >
> > #VICTOR
> > smb passwd file = /etc/samba/smbpasswd
> >
> > # If you are using encrypted passwords, Samba will need to know what
> > # password database type you are using.
> >    passdb backend = tdbsam guest
> >
> >    obey pam restrictions = yes
> >
> > ;   guest account = nobody
> >    invalid users = root
> >
> > # This boolean parameter controls whether Samba attempts to sync the
> > Unix
> > # password with the SMB password when the encrypted SMB password in the
> > # passdb is changed.
> > ;   unix password sync = no
> >
> > # For Unix password sync to work on a Debian GNU/Linux system, the
> > following
> > # parameters must be set (thanks to Augustin Luton
> > <aluton@hybrigenics.fr> for
> > # sending the correct chat script for the passwd program in Debian
> > Potato).
> >    passwd program = /usr/bin/passwd %u
> >    passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX
> > \spassword:* %n\n .
> >
> > ############ Misc ############
> >    socket options = TCP_NODELAY
> >
> > #======================= Share Definitions =======================
> >
> > wins support = yes
> > [homes]
> >    comment = Home Directories
> >    browseable = no
> > #VICTOR
> > 	writable = yes
> > # File creation mask is set to 0700 for security reasons. If you want to
> > # create files with group=rw permissions, set next parameter to 0775.
> >    create mask = 0700
> > # create dirs. with group=rw permissions, set next parameter to 0775.
> >    directory mask = 0700
> > Logons
> >
> > [printers]
> >    comment = All Printers
> >    browseable = no
> >    path = /tmp
> >    printable = yes
> >    public = no
> >    writable = no
> >    create mode = 0700


Saludos



Reply to: