cancel
Showing results for 
Search instead for 
Did you mean: 

Pb accès CIFS

hlander10
Champ in-the-making
Champ in-the-making
Bonjour,

Je viens de mettre en place CIFS sur mon serveur XP, avec alfresco 2.1

Après plusieurs problèmes dont certains résolus sans savoir pourquoi, j'accède à la mire de connexion.

Mais impossible de se connecter.

J'ai bien mis le nécessaire dans file-server-custom.xml

<config evaluator="string-compare" condition="CIFS Server">
      <serverEnable enabled="true"/>
      <host name="${localname}_a"/>
      <comment>Alfresco CIFS Server</comment>
     
      <bindto>1.0.15.47</bindto>

      <!– Set to the broadcast mask for the subnet –>
      <broadcast>1.255.255.255</broadcast>

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>

           <!– Can be mapped to non-privileged ports, then use firewall rules to forward
                    requests from the standard ports –>
      <tcpipSMB port="445" platforms="linux,solaris,macosx"/>
      <netBIOSSMB sessionPort="139" namePort="137" datagramPort="138" platforms="linux,solaris,macosx"/>

      <hostAnnounce interval="5"/>

      <!– Use Win32 NetBIOS interface on Windows –>
      <Win32NetBIOS/>
      <Win32Announce interval="5"/>
     
      <sessionDebug flags="Negotiate,Socket"/>
   </config>


Pouvez vous m'aider
25 REPLIES 25

hlander10
Champ in-the-making
Champ in-the-making
J'ai tomcat.

Je pensais a la même chose que vous. J'ai donc créé un espace avec accent dans un répertoire ou j'ai accès et la j'y accède donc…..

Qu'entendez vous par la locale –> Quelle est la locale sur le serveur et le client ?

Et j'ai installer alfresco2.1 avec le setup de base tomcat inclus

hlander10
Champ in-the-making
Champ in-the-making
Personne pour m'aider ou donner une piste

rguinot
Confirmed Champ
Confirmed Champ
Avec quel utilisateur est fait le montage et quels sont les droits sur le dossier auquel vous n'accédez pas ?

hlander10
Champ in-the-making
Champ in-the-making
Je n'ai fait aucun montage de lecteur réseau.

Lorsque je me suis connecté \\xxxx_a\alfresco, j'ai utilisé le compte admin qui a tous les droits et qui par l'interface accède sans pb à ces répertoires

hlander10
Champ in-the-making
Champ in-the-making
Personne n'a eu ce pb

michaelh
Champ on-the-rise
Champ on-the-rise
Je dirai que non …

La question que je me pose, c'est de savoir ce que tu as pu modifier qu'on n'a pas vu et qui a un impact sur cette connexion car le comportement n'est pas très logique. Utilisateurs, groupes, etc … Le comportement est le même en FTP ?

hlander10
Champ in-the-making
Champ in-the-making
Je n'utilise pas le FTP

hlander10
Champ in-the-making
Champ in-the-making
Je désirs vraiment surmonter cette anomalie.

Si quelqu'un veut bien m'aider je repart même du début si il faut.

Pour repartir correctement ma machine XP Pro, alfresco 2.1 (version de base avec tomcat), mysql

Voivi mon file-servers-custom.xml  partie CIFS
 <config evaluator="string-compare" condition="CIFS Server">
      <serverEnable enabled="true"/>
      <host name="${localname}_a" domain="stchamond.local"/>
      <comment>Alfresco CIFS Server</comment>
     
      <bindto>1.0.15.47</bindto>

      <!– Set to the broadcast mask for the subnet –>
      <broadcast>1.255.255.255</broadcast>

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>

           <!– Can be mapped to non-privileged ports, then use firewall rules to forward
                    requests from the standard ports –>
      <tcpipSMB port="445" platforms="linux,solaris,macosx"/>
      <netBIOSSMB sessionPort="139" namePort="137" datagramPort="138" platforms="linux,solaris,macosx"/>

      <hostAnnounce interval="5"/>

      <!– Use Win32 NetBIOS interface on Windows –>
      <Win32NetBIOS/>
      <Win32Announce interval="5"/>
     
      <sessionDebug flags="Negotiate,Socket"/>
   </config>

Si vous avez des questions, n'hésitez pas sachant que pour l'instant CIFS est inaccessible d'un poste réseau et accessible en local mais que certains répertoires.

rguinot
Confirmed Champ
Confirmed Champ
Tes addresses sont très étranges une fois de plus.
Comment tentes tu d'accéder au montage sur le poste client ? Par l'IP ? par un nom DNS ? Quelles est la conf DNS des deux cotés ?

Poste le contenu d'un
netstat -an –inet
sur le serveur.

hlander10
Champ in-the-making
Champ in-the-making
merci déjà

j'ai lancé cette commande et non celle que tu m'as donné il ne l'a connait pas
C:\Documents and Settings\Administrateur>netstat -an

Connexions actives

  Proto  Adresse locale         Adresse distante       Etat
  TCP    0.0.0.0:21             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:23             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1027           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1069           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1081           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3690           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:4444           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5800           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5900           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:50500          0.0.0.0:0              LISTENING
  TCP    1.0.15.47:139          0.0.0.0:0              LISTENING
  TCP    1.0.15.47:3110         72.14.217.91:80        CLOSE_WAIT
  TCP    1.0.15.47:3128         1.0.0.55:139           TIME_WAIT
  TCP    1.0.15.47:3389         1.0.16.38:2993         ESTABLISHED
  TCP    127.0.0.1:1028         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:1058         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1059         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1061         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1062         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1063         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1064         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1065         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:1073         127.0.0.1:8100         ESTABLISHED
  TCP    127.0.0.1:1089         127.0.0.1:3306         CLOSE_WAIT
  TCP    127.0.0.1:3117         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:3118         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:3119         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:3120         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:3121         127.0.0.1:3306         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1058         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1059         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1061         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1062         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1063         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1064         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:1065         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:3117         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:3118         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:3119         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:3120         ESTABLISHED
  TCP    127.0.0.1:3306         127.0.0.1:3121         ESTABLISHED
  TCP    127.0.0.1:4664         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:8100         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:8100         127.0.0.1:1073         ESTABLISHED
  UDP    0.0.0.0:445            *:*
  UDP    0.0.0.0:500            *:*
  UDP    0.0.0.0:1025           *:*
  UDP    0.0.0.0:2234           *:*
  UDP    0.0.0.0:3456           *:*
  UDP    0.0.0.0:4500           *:*
  UDP    1.0.15.47:123          *:*
  UDP    1.0.15.47:137          *:*
  UDP    1.0.15.47:138          *:*
  UDP    1.0.15.47:1900         *:*
  UDP    127.0.0.1:123          *:*
  UDP    127.0.0.1:1900         *:*